#383C95

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

Shades of Dark Slate Blue #383C95

Tints of Dark Slate Blue #383C95

Color information

#383C95 (or 0x383C95) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 3C and 95. RGB value is (56,60,149). Sum of RGB (Red+Green+Blue) = 56+60+149=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #383C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383C95 is #C7C36A. Grayscale: #444444. Windows color (decimal): -13091691 or 9780280. OLE color: 9780280.

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

Color convert

RGB5660149-
CMYK0.620.6000.42
HSL237.42º45.37%40.2%-
HSV(B)237.42º62.42%58.43%-
XYZ8.676.2429.18-
YUV68.95173.17118.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 60 (23.83% from 255) = 22.64%
BLUE value IS 149 (58.59% from 255) = 56.23%
R=21.13%
G=22.64%
B=56.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56601490.620.6000.42237.4245.3740.2
Hex383C953E3C02Aed2d28
Octal707422576740523555550
Binary11100011110010010101111110111100010101011101101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383C95; }

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

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

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

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

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

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

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

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