#37488E

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

Shades of Tory Blue #37488E

Tints of Tory Blue #37488E

Color information

#37488E (or 0x37488E) is unknown color: approx Tory Blue. HEX triplet: 37, 48 and 8E. RGB value is (55,72,142). Sum of RGB (Red+Green+Blue) = 55+72+142=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 142 (55.86% from 255 or 52.79% from 269); Max value from RGB is 142 - color contains mainly: blue. Hex color #37488E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37488E is #C8B771. Grayscale: #4A4A4A. Windows color (decimal): -13154162 or 9324599. OLE color: 9324599.

HSL color Cylindrical-coordinate representation of color #37488E: hue angle of 228.28º 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 #37488E is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5572142-
CMYK0.610.4900.44
HSL228.28º44.16%38.63%-
HSV(B)228.28º61.27%55.69%-
XYZ8.787.426.56-
YUV74.9165.87113.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.45%
GREEN value IS 72 (28.52% from 255) = 26.77%
BLUE value IS 142 (55.86% from 255) = 52.79%
R=20.45%
G=26.77%
B=52.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55721420.610.4900.44228.2844.1638.63
Hex37488E3D3102Ce42c27
Octal6711021675610543445447
Binary110111100100010001110111101110001010110011100100101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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