#37429D

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

Shades of Tory Blue #37429D

Tints of Tory Blue #37429D

Color information

#37429D (or 0x37429D) is unknown color: approx Tory Blue. HEX triplet: 37, 42 and 9D. RGB value is (55,66,157). Sum of RGB (Red+Green+Blue) = 55+66+157=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #37429D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37429D is #C8BD62. Grayscale: #484848. Windows color (decimal): -13155683 or 10306103. OLE color: 10306103.

HSL color Cylindrical-coordinate representation of color #37429D: hue angle of 233.53º degrees, saturation: 0.48, 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 #37429D is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5566157-
CMYK0.650.5800.38
HSL233.53º48.11%41.57%-
HSV(B)233.53º64.97%61.57%-
XYZ9.617.1432.77-
YUV73.08175.36115.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.78%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 157 (61.72% from 255) = 56.47%
R=19.78%
G=23.74%
B=56.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55661570.650.5800.38233.5348.1141.57
Hex37429D413A026ea302a
Octal67102235101720463526052
Binary1101111000010100111011000001111010010011011101010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37429D; }

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

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

<style>
 a { background-color: #37429D; }

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

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

<style>
 span { border-color: #37429D; }

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

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