#372E8E

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

Shades of Dark Slate Blue #372E8E

Tints of Dark Slate Blue #372E8E

Color information

#372E8E (or 0x372E8E) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 2E and 8E. RGB value is (55,46,142). Sum of RGB (Red+Green+Blue) = 55+46+142=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 142 (55.86% from 255 or 58.44% from 243); Max value from RGB is 142 - color contains mainly: blue. Hex color #372E8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372E8E is #C8D171. Grayscale: #3B3B3B. Windows color (decimal): -13160818 or 9317943. OLE color: 9317943.

HSL color Cylindrical-coordinate representation of color #372E8E: hue angle of 245.62º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #372E8E is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5546142-
CMYK0.610.6800.44
HSL245.62º51.06%36.86%-
HSV(B)245.62º67.61%55.69%-
XYZ7.444.7226.11-
YUV59.64174.48124.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.63%
GREEN value IS 46 (18.36% from 255) = 18.93%
BLUE value IS 142 (55.86% from 255) = 58.44%
R=22.63%
G=18.93%
B=58.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55461420.610.6800.44245.6251.0636.86
Hex372E8E3D4402Cf63325
Octal6756216751040543666345
Binary110111101110100011101111011000100010110011110110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,46,142); }

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

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

 a { background-color: rgb(55,46,142); }

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

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

 span { border-color: rgb(55,46,142); }

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