#372693

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

Shades of Dark Slate Blue #372693

Tints of Dark Slate Blue #372693

Color information

#372693 (or 0x372693) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 26 and 93. RGB value is (55,38,147). Sum of RGB (Red+Green+Blue) = 55+38+147=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #372693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372693 is #C8D96C. Grayscale: #373737. Windows color (decimal): -13162861 or 9643575. OLE color: 9643575.

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

Color convert

RGB5538147-
CMYK0.630.7400.42
HSL249.36º58.92%36.27%-
HSV(B)249.36º74.15%57.65%-
XYZ7.544.3128.04-
YUV55.51179.63127.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 38 (15.23% from 255) = 15.83%
BLUE value IS 147 (57.81% from 255) = 61.25%
R=22.92%
G=15.83%
B=61.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55381470.630.7400.42249.3658.9236.27
Hex3726933F4A02Af93b24
Octal6746223771120523717344
Binary110111100110100100111111111001010010101011111001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372693; }

 p { color: rgb(55,38,147); }

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

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

 a { background-color: rgb(55,38,147); }

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

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

 span { border-color: rgb(55,38,147); }

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