#37468E

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

Shades of Tory Blue #37468E

Tints of Tory Blue #37468E

Color information

#37468E (or 0x37468E) is unknown color: approx Tory Blue. HEX triplet: 37, 46 and 8E. RGB value is (55,70,142). Sum of RGB (Red+Green+Blue) = 55+70+142=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #37468E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37468E is #C8B971. Grayscale: #494949. Windows color (decimal): -13154674 or 9324087. OLE color: 9324087.

HSL color Cylindrical-coordinate representation of color #37468E: hue angle of 229.66º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37468E is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5570142-
CMYK0.610.5100.44
HSL229.66º44.16%38.63%-
HSV(B)229.66º61.27%55.69%-
XYZ8.657.1526.51-
YUV73.72166.53114.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.60%
GREEN value IS 70 (27.73% from 255) = 26.22%
BLUE value IS 142 (55.86% from 255) = 53.18%
R=20.60%
G=26.22%
B=53.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55701420.610.5100.44229.6644.1638.63
Hex37468E3D3302Ce62c27
Octal6710621675630543465447
Binary110111100011010001110111101110011010110011100110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37468E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37468E; }

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

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

<style>
 a { background-color: #37468E; }

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

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

<style>
 span { border-color: #37468E; }

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

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