#373693

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

Shades of Dark Slate Blue #373693

Tints of Dark Slate Blue #373693

Color information

#373693 (or 0x373693) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 36 and 93. RGB value is (55,54,147). Sum of RGB (Red+Green+Blue) = 55+54+147=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #373693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373693 is #C8C96C. Grayscale: #404040. Windows color (decimal): -13158765 or 9647671. OLE color: 9647671.

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

Color convert

RGB5554147-
CMYK0.630.6300.42
HSL240.65º46.27%39.41%-
HSV(B)240.65º63.27%57.65%-
XYZ8.165.5628.25-
YUV64.9174.33120.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.48%
GREEN value IS 54 (21.48% from 255) = 21.09%
BLUE value IS 147 (57.81% from 255) = 57.42%
R=21.48%
G=21.09%
B=57.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55541470.630.6300.42240.6546.2739.41
Hex3736933F3F02Af12e27
Octal676622377770523615647
Binary11011111011010010011111111111111010101011110001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373693; }

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

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

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

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

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

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

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

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