#373196

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

Shades of Dark Slate Blue #373196

Tints of Dark Slate Blue #373196

Color information

#373196 (or 0x373196) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 31 and 96. RGB value is (55,49,150). Sum of RGB (Red+Green+Blue) = 55+49+150=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #373196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373196 is #C8CE69. Grayscale: #3D3D3D. Windows color (decimal): -13160042 or 9842999. OLE color: 9842999.

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

Color convert

RGB5549150-
CMYK0.630.6700.41
HSL243.56º50.75%39.02%-
HSV(B)243.56º67.33%58.82%-
XYZ8.185.2129.43-
YUV62.31177.49122.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.65%
GREEN value IS 49 (19.53% from 255) = 19.29%
BLUE value IS 150 (58.98% from 255) = 59.06%
R=21.65%
G=19.29%
B=59.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal55491500.630.6700.41243.5650.7539.02
Hex3731963F43029f43327
Octal6761226771030513646347
Binary110111110001100101101111111000011010100111110100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373196; }

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

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

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

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

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

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

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

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