#37497C

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

Shades of Tory Blue #37497C

Tints of Tory Blue #37497C

Color information

#37497C (or 0x37497C) is unknown color: approx Tory Blue. HEX triplet: 37, 49 and 7C. RGB value is (55,73,124). Sum of RGB (Red+Green+Blue) = 55+73+124=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #37497C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37497C is #C8B683. Grayscale: #494949. Windows color (decimal): -13153924 or 8145207. OLE color: 8145207.

HSL color Cylindrical-coordinate representation of color #37497C: hue angle of 224.35º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37497C is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5573124-
CMYK0.560.4100.51
HSL224.35º38.55%35.1%-
HSV(B)224.35º55.65%48.63%-
XYZ7.67.0320.03-
YUV73.43156.54114.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.83%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 124 (48.83% from 255) = 49.21%
R=21.83%
G=28.97%
B=49.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55731240.560.4100.51224.3538.5535.1
Hex37497C3829033e02723
Octal6711117470510633404743
Binary11011110010011111100111000101001011001111100000100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,73,124); }

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

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

 a { background-color: rgb(55,73,124); }

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

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

 span { border-color: rgb(55,73,124); }

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