#37508C

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

Shades of Tory Blue #37508C

Tints of Tory Blue #37508C

Color information

#37508C (or 0x37508C) is unknown color: approx Tory Blue. HEX triplet: 37, 50 and 8C. RGB value is (55,80,140). Sum of RGB (Red+Green+Blue) = 55+80+140=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #37508C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37508C is #C8AF73. Grayscale: #4F4F4F. Windows color (decimal): -13152116 or 9195575. OLE color: 9195575.

HSL color Cylindrical-coordinate representation of color #37508C: hue angle of 222.35º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37508C is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5580140-
CMYK0.610.4300.45
HSL222.35º43.59%38.24%-
HSV(B)222.35º60.71%54.9%-
XYZ9.188.4425.96-
YUV79.36162.22110.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20%
GREEN value IS 80 (31.64% from 255) = 29.09%
BLUE value IS 140 (55.08% from 255) = 50.91%
R=20%
G=29.09%
B=50.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55801400.610.4300.45222.3543.5938.24
Hex37508C3D2B02Dde2c26
Octal6712021475530553365446
Binary110111101000010001100111101101011010110111011110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37508C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,80,140); }

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

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

 a { background-color: rgb(55,80,140); }

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

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

 span { border-color: rgb(55,80,140); }

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