#33479A

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

Shades of Tory Blue #33479A

Tints of Tory Blue #33479A

Color information

#33479A (or 0x33479A) is unknown color: approx Tory Blue. HEX triplet: 33, 47 and 9A. RGB value is (51,71,154). Sum of RGB (Red+Green+Blue) = 51+71+154=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 154 (60.55% from 255 or 55.80% from 276); Max value from RGB is 154 - color contains mainly: blue. Hex color #33479A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33479A is #CCB865. Grayscale: #4A4A4A. Windows color (decimal): -13416550 or 10110771. OLE color: 10110771.

HSL color Cylindrical-coordinate representation of color #33479A: hue angle of 228.35º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33479A is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5171154-
CMYK0.670.5400.40
HSL228.35º50.24%40.2%-
HSV(B)228.35º66.88%60.39%-
XYZ9.457.5431.53-
YUV74.48172.87111.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.48%
GREEN value IS 71 (28.12% from 255) = 25.72%
BLUE value IS 154 (60.55% from 255) = 55.80%
R=18.48%
G=25.72%
B=55.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51711540.670.5400.40228.3550.2440.2
Hex33479A4336028e43228
Octal63107232103660503446250
Binary1100111000111100110101000011110110010100011100100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33479A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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