#373393

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

Shades of Dark Slate Blue #373393

Tints of Dark Slate Blue #373393

Color information

#373393 (or 0x373393) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 33 and 93. RGB value is (55,51,147). Sum of RGB (Red+Green+Blue) = 55+51+147=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #373393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373393 is #C8CC6C. Grayscale: #3E3E3E. Windows color (decimal): -13159533 or 9646903. OLE color: 9646903.

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

Color convert

RGB5551147-
CMYK0.630.6500.42
HSL242.5º48.48%38.82%-
HSV(B)242.5º65.31%57.65%-
XYZ8.035.2928.2-
YUV63.14175.33122.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.74%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 147 (57.81% from 255) = 58.10%
R=21.74%
G=20.16%
B=58.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55511470.630.6500.42242.548.4838.82
Hex3733933F4102Af23027
Octal6763223771010523626047
Binary110111110011100100111111111000001010101011110010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373393; }

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

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

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

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

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

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

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

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