#382D95

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

Shades of Dark Slate Blue #382D95

Tints of Dark Slate Blue #382D95

Color information

#382D95 (or 0x382D95) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 2D and 95. RGB value is (56,45,149). Sum of RGB (Red+Green+Blue) = 56+45+149=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #382D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382D95 is #C7D26A. Grayscale: #3B3B3B. Windows color (decimal): -13095531 or 9776440. OLE color: 9776440.

HSL color Cylindrical-coordinate representation of color #382D95: hue angle of 246.35º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #382D95 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5645149-
CMYK0.620.7000.42
HSL246.35º53.61%38.04%-
HSV(B)246.35º69.8%58.43%-
XYZ7.994.8928.96-
YUV60.14178.14125.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 45 (17.97% from 255) = 18%
BLUE value IS 149 (58.59% from 255) = 59.6%
R=22.4%
G=18%
B=59.6%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56451490.620.7000.42246.3553.6138.04
Hex382D953E4602Af63626
Octal7055225761060523666646
Binary111000101101100101011111101000110010101011110110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382D95; }

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

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

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

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

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

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

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

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