#37459C

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

Shades of Tory Blue #37459C

Tints of Tory Blue #37459C

Color information

#37459C (or 0x37459C) is unknown color: approx Tory Blue. HEX triplet: 37, 45 and 9C. RGB value is (55,69,156). Sum of RGB (Red+Green+Blue) = 55+69+156=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #37459C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37459C is #C8BA63. Grayscale: #4A4A4A. Windows color (decimal): -13154916 or 10241335. OLE color: 10241335.

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

Color convert

RGB5569156-
CMYK0.650.5600.39
HSL231.68º47.87%41.37%-
HSV(B)231.68º64.74%61.18%-
XYZ9.77.4732.38-
YUV74.73173.86113.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.64%
GREEN value IS 69 (27.34% from 255) = 24.64%
BLUE value IS 156 (61.33% from 255) = 55.71%
R=19.64%
G=24.64%
B=55.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal55691560.650.5600.39231.6847.8741.37
Hex37459C4138027e83029
Octal67105234101700473506051
Binary1101111000101100111001000001111000010011111101000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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