#383893

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

Shades of Dark Slate Blue #383893

Tints of Dark Slate Blue #383893

Color information

#383893 (or 0x383893) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 38 and 93. RGB value is (56,56,147). Sum of RGB (Red+Green+Blue) = 56+56+147=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 147 (57.81% from 255 or 56.76% from 259); Max value from RGB is 147 - color contains mainly: blue. Hex color #383893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383893 is #C7C76C. Grayscale: #424242. Windows color (decimal): -13092717 or 9648184. OLE color: 9648184.

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

Color convert

RGB5656147-
CMYK0.620.6200.42
HSL240º44.83%39.8%-
HSV(B)240º61.9%57.65%-
XYZ8.315.7828.28-
YUV66.37173.5120.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.62%
GREEN value IS 56 (22.27% from 255) = 21.62%
BLUE value IS 147 (57.81% from 255) = 56.76%
R=21.62%
G=21.62%
B=56.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56561470.620.6200.4224044.8339.8
Hex3838933E3E02Af02d28
Octal707022376760523605550
Binary11100011100010010011111110111110010101011110000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383893; }

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

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

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

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

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

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

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

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