#373596

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

Shades of Dark Slate Blue #373596

Tints of Dark Slate Blue #373596

Color information

#373596 (or 0x373596) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 35 and 96. RGB value is (55,53,150). Sum of RGB (Red+Green+Blue) = 55+53+150=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 150 (58.98% from 255 or 58.14% from 258); Max value from RGB is 150 - color contains mainly: blue. Hex color #373596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373596 is #C8CA69. Grayscale: #404040. Windows color (decimal): -13159018 or 9844023. OLE color: 9844023.

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

Color convert

RGB5553150-
CMYK0.630.6500.41
HSL241.24º47.78%39.8%-
HSV(B)241.24º64.67%58.82%-
XYZ8.355.5629.49-
YUV64.66176.16121.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.32%
GREEN value IS 53 (21.09% from 255) = 20.54%
BLUE value IS 150 (58.98% from 255) = 58.14%
R=21.32%
G=20.54%
B=58.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal55531500.630.6500.41241.2447.7839.8
Hex3735963F41029f13028
Octal6765226771010513616050
Binary110111110101100101101111111000001010100111110001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373596; }

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

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

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

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

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

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

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

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