#373592

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

Shades of Dark Slate Blue #373592

Tints of Dark Slate Blue #373592

Color information

#373592 (or 0x373592) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 35 and 92. RGB value is (55,53,146). Sum of RGB (Red+Green+Blue) = 55+53+146=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #373592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373592 is #C8CA6D. Grayscale: #3F3F3F. Windows color (decimal): -13159022 or 9581879. OLE color: 9581879.

HSL color Cylindrical-coordinate representation of color #373592: hue angle of 241.29º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #373592 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5553146-
CMYK0.620.6400.43
HSL241.29º46.73%39.02%-
HSV(B)241.29º63.7%57.25%-
XYZ8.045.4327.82-
YUV64.2174.16121.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.65%
GREEN value IS 53 (21.09% from 255) = 20.87%
BLUE value IS 146 (57.42% from 255) = 57.48%
R=21.65%
G=20.87%
B=57.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55531460.620.6400.43241.2946.7339.02
Hex3735923E4002Bf12f27
Octal6765222761000533615747
Binary110111110101100100101111101000000010101111110001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373592; }

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

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

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

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

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

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

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

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