#383796

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

Shades of Dark Slate Blue #383796

Tints of Dark Slate Blue #383796

Color information

#383796 (or 0x383796) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 37 and 96. RGB value is (56,55,150). Sum of RGB (Red+Green+Blue) = 56+55+150=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 150 (58.98% from 255 or 57.47% from 261); Max value from RGB is 150 - color contains mainly: blue. Hex color #383796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383796 is #C7C869. Grayscale: #414141. Windows color (decimal): -13092970 or 9844536. OLE color: 9844536.

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

Color convert

RGB5655150-
CMYK0.630.6300.41
HSL240.63º46.34%40.2%-
HSV(B)240.63º63.33%58.82%-
XYZ8.55.7829.52-
YUV66.13175.33120.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.46%
GREEN value IS 55 (21.88% from 255) = 21.07%
BLUE value IS 150 (58.98% from 255) = 57.47%
R=21.46%
G=21.07%
B=57.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal56551500.630.6300.41240.6346.3440.2
Hex3837963F3F029f12e28
Octal706722677770513615650
Binary11100011011110010110111111111111010100111110001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383796; }

 p { color: rgb(56,55,150); }

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

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

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

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

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

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

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