#372A99

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

Shades of Dark Slate Blue #372A99

Tints of Dark Slate Blue #372A99

Color information

#372A99 (or 0x372A99) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 2A and 99. RGB value is (55,42,153). Sum of RGB (Red+Green+Blue) = 55+42+153=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 42 (16.80% from 255 or 16.8% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #372A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372A99 is #C8D566. Grayscale: #3A3A3A. Windows color (decimal): -13161831 or 10037815. OLE color: 10037815.

HSL color Cylindrical-coordinate representation of color #372A99: hue angle of 247.03º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #372A99 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5542153-
CMYK0.640.7300.4
HSL247.03º56.92%38.24%-
HSV(B)247.03º72.55%60%-
XYZ8.154.7730.63-
YUV58.54181.31125.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22%
GREEN value IS 42 (16.80% from 255) = 16.8%
BLUE value IS 153 (60.16% from 255) = 61.2%
R=22%
G=16.8%
B=61.2%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal55421530.640.7300.4247.0356.9238.24
Hex372A994049028f73926
Octal67522311001110503677146
Binary1101111010101001100110000001001001010100011110111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,42,153); }

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

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

 a { background-color: rgb(55,42,153); }

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

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

 span { border-color: rgb(55,42,153); }

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