#383993

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

Shades of Dark Slate Blue #383993

Tints of Dark Slate Blue #383993

Color information

#383993 (or 0x383993) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 39 and 93. RGB value is (56,57,147). Sum of RGB (Red+Green+Blue) = 56+57+147=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #383993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383993 is #C7C66C. Grayscale: #424242. Windows color (decimal): -13092461 or 9648440. OLE color: 9648440.

HSL color Cylindrical-coordinate representation of color #383993: hue angle of 239.34º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #383993 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5657147-
CMYK0.620.6100.42
HSL239.34º44.83%39.8%-
HSV(B)239.34º61.9%57.65%-
XYZ8.365.8728.3-
YUV66.96173.17120.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.54%
GREEN value IS 57 (22.66% from 255) = 21.92%
BLUE value IS 147 (57.81% from 255) = 56.54%
R=21.54%
G=21.92%
B=56.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56571470.620.6100.42239.3444.8339.8
Hex3839933E3D02Aef2d28
Octal707122376750523575550
Binary11100011100110010011111110111101010101011101111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383993; }

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

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

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

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

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

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

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

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