#37469D

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

Shades of Tory Blue #37469D

Tints of Tory Blue #37469D

Color information

#37469D (or 0x37469D) is unknown color: approx Tory Blue. HEX triplet: 37, 46 and 9D. RGB value is (55,70,157). Sum of RGB (Red+Green+Blue) = 55+70+157=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #37469D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37469D is #C8B962. Grayscale: #4B4B4B. Windows color (decimal): -13154659 or 10307127. OLE color: 10307127.

HSL color Cylindrical-coordinate representation of color #37469D: hue angle of 231.18º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37469D is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5570157-
CMYK0.650.5500.38
HSL231.18º48.11%41.57%-
HSV(B)231.18º64.97%61.57%-
XYZ9.857.6332.85-
YUV75.43174.03113.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.50%
GREEN value IS 70 (27.73% from 255) = 24.82%
BLUE value IS 157 (61.72% from 255) = 55.67%
R=19.50%
G=24.82%
B=55.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55701570.650.5500.38231.1848.1141.57
Hex37469D4137026e7302a
Octal67106235101670463476052
Binary1101111000110100111011000001110111010011011100111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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