#372D9B

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

Shades of Dark Slate Blue #372D9B

Tints of Dark Slate Blue #372D9B

Color information

#372D9B (or 0x372D9B) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 2D and 9B. RGB value is (55,45,155). Sum of RGB (Red+Green+Blue) = 55+45+155=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #372D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372D9B is #C8D264. Grayscale: #3C3C3C. Windows color (decimal): -13161061 or 10169655. OLE color: 10169655.

HSL color Cylindrical-coordinate representation of color #372D9B: hue angle of 245.45º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #372D9B is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5545155-
CMYK0.650.7100.39
HSL245.45º55%39.22%-
HSV(B)245.45º70.97%60.78%-
XYZ8.435.0631.54-
YUV60.53181.31124.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.57%
GREEN value IS 45 (17.97% from 255) = 17.65%
BLUE value IS 155 (60.94% from 255) = 60.78%
R=21.57%
G=17.65%
B=60.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal55451550.650.7100.39245.455539.22
Hex372D9B4147027f53727
Octal67552331011070473656747
Binary1101111011011001101110000011000111010011111110101110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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