#34479F

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

Shades of Tory Blue #34479F

Tints of Tory Blue #34479F

Color information

#34479F (or 0x34479F) is unknown color: approx Tory Blue. HEX triplet: 34, 47 and 9F. RGB value is (52,71,159). Sum of RGB (Red+Green+Blue) = 52+71+159=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #34479F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34479F is #CBB860. Grayscale: #4A4A4A. Windows color (decimal): -13351009 or 10438452. OLE color: 10438452.

HSL color Cylindrical-coordinate representation of color #34479F: hue angle of 229.35º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34479F is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5271159-
CMYK0.670.5500.38
HSL229.35º50.71%41.37%-
HSV(B)229.35º67.3%62.35%-
XYZ9.937.7433.77-
YUV75.35175.21111.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.44%
GREEN value IS 71 (28.12% from 255) = 25.18%
BLUE value IS 159 (62.5% from 255) = 56.38%
R=18.44%
G=25.18%
B=56.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52711590.670.5500.38229.3550.7141.37
Hex34479F4337026e53329
Octal64107237103670463456351
Binary1101001000111100111111000011110111010011011100101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34479F; }

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

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

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

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

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

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

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

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