#372494

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

Shades of Dark Slate Blue #372494

Tints of Dark Slate Blue #372494

Color information

#372494 (or 0x372494) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 24 and 94. RGB value is (55,36,148). Sum of RGB (Red+Green+Blue) = 55+36+148=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #372494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372494 is #C8DB6B. Grayscale: #363636. Windows color (decimal): -13163372 or 9708599. OLE color: 9708599.

HSL color Cylindrical-coordinate representation of color #372494: hue angle of 250.18º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #372494 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5536148-
CMYK0.630.7600.42
HSL250.18º60.87%36.08%-
HSV(B)250.18º75.68%58.04%-
XYZ7.554.2128.43-
YUV54.45180.79128.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.01%
GREEN value IS 36 (14.45% from 255) = 15.06%
BLUE value IS 148 (58.20% from 255) = 61.92%
R=23.01%
G=15.06%
B=61.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55361480.630.7600.42250.1860.8736.08
Hex3724943F4C02Afa3d24
Octal6744224771140523727544
Binary110111100100100101001111111001100010101011111010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372494; }

 p { color: rgb(55,36,148); }

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

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

 a { background-color: rgb(55,36,148); }

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

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

 span { border-color: rgb(55,36,148); }

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