#383899

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

Shades of Dark Slate Blue #383899

Tints of Dark Slate Blue #383899

Color information

#383899 (or 0x383899) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 38 and 99. RGB value is (56,56,153). Sum of RGB (Red+Green+Blue) = 56+56+153=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #383899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383899 is #C7C766. Grayscale: #424242. Windows color (decimal): -13092711 or 10041400. OLE color: 10041400.

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

Color convert

RGB5656153-
CMYK0.630.6300.4
HSL240º46.41%40.98%-
HSV(B)240º63.4%60%-
XYZ8.795.9730.83-
YUV67.06176.5120.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 56 (22.27% from 255) = 21.13%
BLUE value IS 153 (60.16% from 255) = 57.74%
R=21.13%
G=21.13%
B=57.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal56561530.630.6300.424046.4140.98
Hex3838993F3F028f02e29
Octal707023177770503605651
Binary11100011100010011001111111111111010100011110000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383899; }

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

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

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

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

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

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

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

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