#33479F

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

Shades of Tory Blue #33479F

Tints of Tory Blue #33479F

Color information

#33479F (or 0x33479F) is unknown color: approx Tory Blue. HEX triplet: 33, 47 and 9F. RGB value is (51,71,159). Sum of RGB (Red+Green+Blue) = 51+71+159=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #33479F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33479F is #CCB860. Grayscale: #4A4A4A. Windows color (decimal): -13416545 or 10438451. OLE color: 10438451.

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

Color convert

RGB5171159-
CMYK0.680.5500.38
HSL228.89º51.43%41.18%-
HSV(B)228.89º67.92%62.35%-
XYZ9.887.7133.77-
YUV75.05175.37110.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.15%
GREEN value IS 71 (28.12% from 255) = 25.27%
BLUE value IS 159 (62.5% from 255) = 56.58%
R=18.15%
G=25.27%
B=56.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51711590.680.5500.38228.8951.4341.18
Hex33479F4437026e53329
Octal63107237104670463456351
Binary1100111000111100111111000100110111010011011100101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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