#33479E

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

Shades of Tory Blue #33479E

Tints of Tory Blue #33479E

Color information

#33479E (or 0x33479E) is unknown color: approx Tory Blue. HEX triplet: 33, 47 and 9E. RGB value is (51,71,158). Sum of RGB (Red+Green+Blue) = 51+71+158=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 158 (62.11% from 255 or 56.43% from 280); Max value from RGB is 158 - color contains mainly: blue. Hex color #33479E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33479E is #CCB861. Grayscale: #4A4A4A. Windows color (decimal): -13416546 or 10372915. OLE color: 10372915.

HSL color Cylindrical-coordinate representation of color #33479E: hue angle of 228.79º 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 #33479E is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5171158-
CMYK0.680.5500.38
HSL228.79º51.2%40.98%-
HSV(B)228.79º67.72%61.96%-
XYZ9.797.6833.31-
YUV74.94174.87110.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.21%
GREEN value IS 71 (28.12% from 255) = 25.36%
BLUE value IS 158 (62.11% from 255) = 56.43%
R=18.21%
G=25.36%
B=56.43%

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
Decimal51711580.680.5500.38228.7951.240.98
Hex33479E4437026e53329
Octal63107236104670463456351
Binary1100111000111100111101000100110111010011011100101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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