#372990

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

Shades of Dark Slate Blue #372990

Tints of Dark Slate Blue #372990

Color information

#372990 (or 0x372990) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 29 and 90. RGB value is (55,41,144). Sum of RGB (Red+Green+Blue) = 55+41+144=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #372990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372990 is #C8D66F. Grayscale: #383838. Windows color (decimal): -13162096 or 9447735. OLE color: 9447735.

HSL color Cylindrical-coordinate representation of color #372990: hue angle of 248.16º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #372990 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5541144-
CMYK0.620.7200.44
HSL248.16º55.68%36.27%-
HSV(B)248.16º71.53%56.47%-
XYZ7.44.4126.85-
YUV56.93177.14126.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 41 (16.41% from 255) = 17.08%
BLUE value IS 144 (56.64% from 255) = 60%
R=22.92%
G=17.08%
B=60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55411440.620.7200.44248.1655.6836.27
Hex3729903E4802Cf83824
Octal6751220761100543707044
Binary110111101001100100001111101001000010110011111000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372990; }

 p { color: rgb(55,41,144); }

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

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

 a { background-color: rgb(55,41,144); }

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

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

 span { border-color: rgb(55,41,144); }

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