#37419B

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

Shades of Tory Blue #37419B

Tints of Tory Blue #37419B

Color information

#37419B (or 0x37419B) is unknown color: approx Tory Blue. HEX triplet: 37, 41 and 9B. RGB value is (55,65,155). Sum of RGB (Red+Green+Blue) = 55+65+155=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #37419B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37419B is #C8BE64. Grayscale: #474747. Windows color (decimal): -13155941 or 10174775. OLE color: 10174775.

HSL color Cylindrical-coordinate representation of color #37419B: hue angle of 234º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37419B is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5565155-
CMYK0.650.5800.39
HSL234º47.62%41.18%-
HSV(B)234º64.52%60.78%-
XYZ9.386.9631.86-
YUV72.27174.69115.68-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20%
GREEN value IS 65 (25.78% from 255) = 23.64%
BLUE value IS 155 (60.94% from 255) = 56.36%
R=20%
G=23.64%
B=56.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal55651550.650.5800.3923447.6241.18
Hex37419B413A027ea3029
Octal67101233101720473526051
Binary1101111000001100110111000001111010010011111101010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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