#372B93

Color #372B93 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #372B93

Tints of Dark Slate Blue #372B93

Color information

#372B93 (or 0x372B93) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 2B and 93. RGB value is (55,43,147). Sum of RGB (Red+Green+Blue) = 55+43+147=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #372B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372B93 is #C8D46C. Grayscale: #3A3A3A. Windows color (decimal): -13161581 or 9644855. OLE color: 9644855.

HSL color Cylindrical-coordinate representation of color #372B93: hue angle of 246.92º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #372B93 is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5543147-
CMYK0.630.7100.42
HSL246.92º54.74%37.25%-
HSV(B)246.92º70.75%57.65%-
XYZ7.714.6528.09-
YUV58.44177.98125.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.45%
GREEN value IS 43 (17.19% from 255) = 17.55%
BLUE value IS 147 (57.81% from 255) = 60%
R=22.45%
G=17.55%
B=60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55431470.630.7100.42246.9254.7437.25
Hex372B933F4702Af73725
Octal6753223771070523676745
Binary110111101011100100111111111000111010101011110111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372B93; }

 p { color: rgb(55,43,147); }

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

<style>
 a { background-color: #372B93; }

 a { background-color: rgb(55,43,147); }

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

<style>
 span { border-color: #372B93; }

 span { border-color: rgb(55,43,147); }

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