#372996

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

Shades of Dark Slate Blue #372996

Tints of Dark Slate Blue #372996

Color information

#372996 (or 0x372996) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 29 and 96. RGB value is (55,41,150). Sum of RGB (Red+Green+Blue) = 55+41+150=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 150 (58.98% from 255 or 60.98% from 246); Max value from RGB is 150 - color contains mainly: blue. Hex color #372996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372996 is #C8D669. Grayscale: #393939. Windows color (decimal): -13162090 or 9840951. OLE color: 9840951.

HSL color Cylindrical-coordinate representation of color #372996: hue angle of 247.71º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #372996 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5541150-
CMYK0.630.7300.41
HSL247.71º57.07%37.45%-
HSV(B)247.71º72.67%58.82%-
XYZ7.874.629.33-
YUV57.61180.14126.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.36%
GREEN value IS 41 (16.41% from 255) = 16.67%
BLUE value IS 150 (58.98% from 255) = 60.98%
R=22.36%
G=16.67%
B=60.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal55411500.630.7300.41247.7157.0737.45
Hex3729963F49029f83925
Octal6751226771110513707145
Binary110111101001100101101111111001001010100111111000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372996; }

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

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

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

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

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

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

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

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