#344798

Color #344798 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #344798

Tints of Tory Blue #344798

Color information

#344798 (or 0x344798) is unknown color: approx Tory Blue. HEX triplet: 34, 47 and 98. RGB value is (52,71,152). Sum of RGB (Red+Green+Blue) = 52+71+152=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 152 (59.77% from 255 or 55.27% from 275); Max value from RGB is 152 - color contains mainly: blue. Hex color #344798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344798 is #CBB867. Grayscale: #4A4A4A. Windows color (decimal): -13351016 or 9979700. OLE color: 9979700.

HSL color Cylindrical-coordinate representation of color #344798: hue angle of 228.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #344798 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5271152-
CMYK0.660.5300.40
HSL228.6º49.02%40%-
HSV(B)228.6º65.79%59.61%-
XYZ9.347.530.66-
YUV74.55171.71111.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 71 (28.12% from 255) = 25.82%
BLUE value IS 152 (59.77% from 255) = 55.27%
R=18.91%
G=25.82%
B=55.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52711520.660.5300.40228.649.0240
Hex3447984235028e53128
Octal64107230102650503456150
Binary1101001000111100110001000010110101010100011100101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344798; }

 p { color: rgb(52,71,152); }

 H1.HeaderClassName
 {
   color: #344798;
 }
 .AnyTagClassName
 {
   color: #344798;
 }
</style>
background-color css

<style>
 a { background-color: #344798; }

 a { background-color: rgb(52,71,152); }

 div.DivClassName
 {
   background-color: #344798;
 }
 .BgClassName
 {
   background-color: #344798;
 }
</style>
border-color css

<style>
 span { border-color: #344798; }

 span { border-color: rgb(52,71,152); }

 td.TdClassName
 {
   border-color: #344798;
 }
 .TagClassName
 {
   border-color: #344798;
 }
</style>