#37428E

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

Shades of Tory Blue #37428E

Tints of Tory Blue #37428E

Color information

#37428E (or 0x37428E) is unknown color: approx Tory Blue. HEX triplet: 37, 42 and 8E. RGB value is (55,66,142). Sum of RGB (Red+Green+Blue) = 55+66+142=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #37428E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37428E is #C8BD71. Grayscale: #474747. Windows color (decimal): -13155698 or 9323063. OLE color: 9323063.

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

Color convert

RGB5566142-
CMYK0.610.5400.44
HSL232.41º44.16%38.63%-
HSV(B)232.41º61.27%55.69%-
XYZ8.416.6626.43-
YUV71.38167.86116.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.91%
GREEN value IS 66 (26.17% from 255) = 25.10%
BLUE value IS 142 (55.86% from 255) = 53.99%
R=20.91%
G=25.10%
B=53.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55661420.610.5400.44232.4144.1638.63
Hex37428E3D3602Ce82c27
Octal6710221675660543505447
Binary110111100001010001110111101110110010110011101000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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