#372892

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

Shades of Dark Slate Blue #372892

Tints of Dark Slate Blue #372892

Color information

#372892 (or 0x372892) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 28 and 92. RGB value is (55,40,146). Sum of RGB (Red+Green+Blue) = 55+40+146=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #372892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372892 is #C8D76D. Grayscale: #383838. Windows color (decimal): -13162350 or 9578551. OLE color: 9578551.

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

Color convert

RGB5540146-
CMYK0.620.7300.43
HSL248.49º56.99%36.47%-
HSV(B)248.49º72.6%57.25%-
XYZ7.524.4127.65-
YUV56.57178.47126.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.82%
GREEN value IS 40 (16.02% from 255) = 16.60%
BLUE value IS 146 (57.42% from 255) = 60.58%
R=22.82%
G=16.60%
B=60.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55401460.620.7300.43248.4956.9936.47
Hex3728923E4902Bf83924
Octal6750222761110533707144
Binary110111101000100100101111101001001010101111111000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372892; }

 p { color: rgb(55,40,146); }

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

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

 a { background-color: rgb(55,40,146); }

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

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

 span { border-color: rgb(55,40,146); }

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