#37419F

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

Shades of Tory Blue #37419F

Tints of Tory Blue #37419F

Color information

#37419F (or 0x37419F) is unknown color: approx Tory Blue. HEX triplet: 37, 41 and 9F. RGB value is (55,65,159). Sum of RGB (Red+Green+Blue) = 55+65+159=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #37419F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37419F is #C8BE60. Grayscale: #484848. Windows color (decimal): -13155937 or 10436919. OLE color: 10436919.

HSL color Cylindrical-coordinate representation of color #37419F: hue angle of 234.23º degrees, saturation: 0.49, 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 #37419F is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5565159-
CMYK0.650.5900.38
HSL234.23º48.6%41.96%-
HSV(B)234.23º65.41%62.35%-
XYZ9.727.133.66-
YUV72.73176.69115.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.71%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 159 (62.5% from 255) = 56.99%
R=19.71%
G=23.30%
B=56.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55651590.650.5900.38234.2348.641.96
Hex37419F413B026ea312a
Octal67101237101730463526152
Binary1101111000001100111111000001111011010011011101010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37419F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37419F; }

 p { color: rgb(55,65,159); }

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

<style>
 a { background-color: #37419F; }

 a { background-color: rgb(55,65,159); }

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

<style>
 span { border-color: #37419F; }

 span { border-color: rgb(55,65,159); }

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