#37479F

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

Shades of Tory Blue #37479F

Tints of Tory Blue #37479F

Color information

#37479F (or 0x37479F) is unknown color: approx Tory Blue. HEX triplet: 37, 47 and 9F. RGB value is (55,71,159). Sum of RGB (Red+Green+Blue) = 55+71+159=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #37479F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37479F is #C8B860. Grayscale: #4B4B4B. Windows color (decimal): -13154401 or 10438455. OLE color: 10438455.

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

Color convert

RGB5571159-
CMYK0.650.5500.38
HSL230.77º48.6%41.96%-
HSV(B)230.77º65.41%62.35%-
XYZ10.097.8233.78-
YUV76.25174.7112.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.30%
GREEN value IS 71 (28.12% from 255) = 24.91%
BLUE value IS 159 (62.5% from 255) = 55.79%
R=19.30%
G=24.91%
B=55.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55711590.650.5500.38230.7748.641.96
Hex37479F4137026e7312a
Octal67107237101670463476152
Binary1101111000111100111111000001110111010011011100111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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