#37448E

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

Shades of Tory Blue #37448E

Tints of Tory Blue #37448E

Color information

#37448E (or 0x37448E) is unknown color: approx Tory Blue. HEX triplet: 37, 44 and 8E. RGB value is (55,68,142). Sum of RGB (Red+Green+Blue) = 55+68+142=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #37448E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37448E is #C8BB71. Grayscale: #484848. Windows color (decimal): -13155186 or 9323575. OLE color: 9323575.

HSL color Cylindrical-coordinate representation of color #37448E: hue angle of 231.03º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37448E is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5568142-
CMYK0.610.5200.44
HSL231.03º44.16%38.63%-
HSV(B)231.03º61.27%55.69%-
XYZ8.536.926.47-
YUV72.55167.19115.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.75%
GREEN value IS 68 (26.95% from 255) = 25.66%
BLUE value IS 142 (55.86% from 255) = 53.58%
R=20.75%
G=25.66%
B=53.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55681420.610.5200.44231.0344.1638.63
Hex37448E3D3402Ce72c27
Octal6710421675640543475447
Binary110111100010010001110111101110100010110011100111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,68,142); }

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

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

 a { background-color: rgb(55,68,142); }

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

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

 span { border-color: rgb(55,68,142); }

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