#37419D

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

Shades of Tory Blue #37419D

Tints of Tory Blue #37419D

Color information

#37419D (or 0x37419D) is unknown color: approx Tory Blue. HEX triplet: 37, 41 and 9D. RGB value is (55,65,157). Sum of RGB (Red+Green+Blue) = 55+65+157=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #37419D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37419D is #C8BE62. Grayscale: #484848. Windows color (decimal): -13155939 or 10305847. OLE color: 10305847.

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

Color convert

RGB5565157-
CMYK0.650.5900.38
HSL234.12º48.11%41.57%-
HSV(B)234.12º64.97%61.57%-
XYZ9.557.0332.75-
YUV72.5175.69115.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.86%
GREEN value IS 65 (25.78% from 255) = 23.47%
BLUE value IS 157 (61.72% from 255) = 56.68%
R=19.86%
G=23.47%
B=56.68%

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
Decimal55651570.650.5900.38234.1248.1141.57
Hex37419D413B026ea302a
Octal67101235101730463526052
Binary1101111000001100111011000001111011010011011101010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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