#37529C

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

Shades of Tory Blue #37529C

Tints of Tory Blue #37529C

Color information

#37529C (or 0x37529C) is unknown color: approx Tory Blue. HEX triplet: 37, 52 and 9C. RGB value is (55,82,156). Sum of RGB (Red+Green+Blue) = 55+82+156=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #37529C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37529C is #C8AD63. Grayscale: #525252. Windows color (decimal): -13151588 or 10244663. OLE color: 10244663.

HSL color Cylindrical-coordinate representation of color #37529C: hue angle of 223.96º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37529C is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5582156-
CMYK0.650.4700.39
HSL223.96º47.87%41.37%-
HSV(B)223.96º64.74%61.18%-
XYZ10.599.2532.68-
YUV82.36169.55108.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.77%
GREEN value IS 82 (32.42% from 255) = 27.99%
BLUE value IS 156 (61.33% from 255) = 53.24%
R=18.77%
G=27.99%
B=53.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal55821560.650.4700.39223.9647.8741.37
Hex37529C412F027e03029
Octal67122234101570473406051
Binary1101111010010100111001000001101111010011111100000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37529C; }

 p { color: rgb(55,82,156); }

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

<style>
 a { background-color: #37529C; }

 a { background-color: rgb(55,82,156); }

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

<style>
 span { border-color: #37529C; }

 span { border-color: rgb(55,82,156); }

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