#372D8B

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

Shades of Dark Slate Blue #372D8B

Tints of Dark Slate Blue #372D8B

Color information

#372D8B (or 0x372D8B) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 2D and 8B. RGB value is (55,45,139). Sum of RGB (Red+Green+Blue) = 55+45+139=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 139 (54.69% from 255 or 58.16% from 239); Max value from RGB is 139 - color contains mainly: blue. Hex color #372D8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372D8B is #C8D274. Grayscale: #3A3A3A. Windows color (decimal): -13161077 or 9121079. OLE color: 9121079.

HSL color Cylindrical-coordinate representation of color #372D8B: hue angle of 246.38º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #372D8B is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5545139-
CMYK0.600.6800.45
HSL246.38º51.09%36.08%-
HSV(B)246.38º67.63%54.51%-
XYZ7.174.5524.93-
YUV58.71173.31125.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.01%
GREEN value IS 45 (17.97% from 255) = 18.83%
BLUE value IS 139 (54.69% from 255) = 58.16%
R=23.01%
G=18.83%
B=58.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55451390.600.6800.45246.3851.0936.08
Hex372D8B3C4402Df63324
Octal6755213741040553666344
Binary110111101101100010111111001000100010110111110110110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,45,139); }

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

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

 a { background-color: rgb(55,45,139); }

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

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

 span { border-color: rgb(55,45,139); }

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