#37479D

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

Shades of Tory Blue #37479D

Tints of Tory Blue #37479D

Color information

#37479D (or 0x37479D) is unknown color: approx Tory Blue. HEX triplet: 37, 47 and 9D. RGB value is (55,71,157). Sum of RGB (Red+Green+Blue) = 55+71+157=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #37479D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37479D is #C8B862. Grayscale: #4B4B4B. Windows color (decimal): -13154403 or 10307383. OLE color: 10307383.

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

Color convert

RGB5571157-
CMYK0.650.5500.38
HSL230.59º48.11%41.57%-
HSV(B)230.59º64.97%61.57%-
XYZ9.917.7532.87-
YUV76.02173.7113.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.43%
GREEN value IS 71 (28.12% from 255) = 25.09%
BLUE value IS 157 (61.72% from 255) = 55.48%
R=19.43%
G=25.09%
B=55.48%

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
Decimal55711570.650.5500.38230.5948.1141.57
Hex37479D4137026e7302a
Octal67107235101670463476052
Binary1101111000111100111011000001110111010011011100111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37479D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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