#37469C

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

Shades of Tory Blue #37469C

Tints of Tory Blue #37469C

Color information

#37469C (or 0x37469C) is unknown color: approx Tory Blue. HEX triplet: 37, 46 and 9C. RGB value is (55,70,156). Sum of RGB (Red+Green+Blue) = 55+70+156=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #37469C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37469C is #C8B963. Grayscale: #4A4A4A. Windows color (decimal): -13154660 or 10241591. OLE color: 10241591.

HSL color Cylindrical-coordinate representation of color #37469C: hue angle of 231.09º 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 #37469C is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5570156-
CMYK0.650.5500.39
HSL231.09º47.87%41.37%-
HSV(B)231.09º64.74%61.18%-
XYZ9.777.5932.4-
YUV75.32173.53113.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.57%
GREEN value IS 70 (27.73% from 255) = 24.91%
BLUE value IS 156 (61.33% from 255) = 55.52%
R=19.57%
G=24.91%
B=55.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal55701560.650.5500.39231.0947.8741.37
Hex37469C4137027e73029
Octal67106234101670473476051
Binary1101111000110100111001000001110111010011111100111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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