#383395

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

Shades of Dark Slate Blue #383395

Tints of Dark Slate Blue #383395

Color information

#383395 (or 0x383395) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 33 and 95. RGB value is (56,51,149). Sum of RGB (Red+Green+Blue) = 56+51+149=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #383395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383395 is #C7CC6A. Grayscale: #3F3F3F. Windows color (decimal): -13093995 or 9777976. OLE color: 9777976.

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

Color convert

RGB5651149-
CMYK0.620.6600.42
HSL243.06º49%39.22%-
HSV(B)243.06º65.77%58.43%-
XYZ8.245.3829.04-
YUV63.67176.16122.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.88%
GREEN value IS 51 (20.31% from 255) = 19.92%
BLUE value IS 149 (58.59% from 255) = 58.20%
R=21.88%
G=19.92%
B=58.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56511490.620.6600.42243.064939.22
Hex3833953E4202Af33127
Octal7063225761020523636147
Binary111000110011100101011111101000010010101011110011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383395; }

 p { color: rgb(56,51,149); }

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

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

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

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

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

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

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