#383693

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

Shades of Dark Slate Blue #383693

Tints of Dark Slate Blue #383693

Color information

#383693 (or 0x383693) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 36 and 93. RGB value is (56,54,147). Sum of RGB (Red+Green+Blue) = 56+54+147=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #383693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383693 is #C7C96C. Grayscale: #404040. Windows color (decimal): -13093229 or 9647672. OLE color: 9647672.

HSL color Cylindrical-coordinate representation of color #383693: hue angle of 241.29º 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 #383693 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5654147-
CMYK0.620.6300.42
HSL241.29º46.27%39.41%-
HSV(B)241.29º63.27%57.65%-
XYZ8.225.5928.25-
YUV65.2174.16121.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.79%
GREEN value IS 54 (21.48% from 255) = 21.01%
BLUE value IS 147 (57.81% from 255) = 57.20%
R=21.79%
G=21.01%
B=57.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56541470.620.6300.42241.2946.2739.41
Hex3836933E3F02Af12e27
Octal706622376770523615647
Binary11100011011010010011111110111111010101011110001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383693; }

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

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

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

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

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

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

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

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