#373593

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

Shades of Dark Slate Blue #373593

Tints of Dark Slate Blue #373593

Color information

#373593 (or 0x373593) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 35 and 93. RGB value is (55,53,147). Sum of RGB (Red+Green+Blue) = 55+53+147=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #373593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373593 is #C8CA6C. Grayscale: #3F3F3F. Windows color (decimal): -13159021 or 9647415. OLE color: 9647415.

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

Color convert

RGB5553147-
CMYK0.630.6400.42
HSL241.28º47%39.22%-
HSV(B)241.28º63.95%57.65%-
XYZ8.125.4728.23-
YUV64.31174.66121.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.57%
GREEN value IS 53 (21.09% from 255) = 20.78%
BLUE value IS 147 (57.81% from 255) = 57.65%
R=21.57%
G=20.78%
B=57.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55531470.630.6400.42241.284739.22
Hex3735933F4002Af12f27
Octal6765223771000523615747
Binary110111110101100100111111111000000010101011110001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373593; }

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

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

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

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

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

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

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

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