#382F86

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

Shades of Dark Slate Blue #382F86

Tints of Dark Slate Blue #382F86

Color information

#382F86 (or 0x382F86) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 2F and 86. RGB value is (56,47,134). Sum of RGB (Red+Green+Blue) = 56+47+134=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 134 (52.73% from 255 or 56.54% from 237); Max value from RGB is 134 - color contains mainly: blue. Hex color #382F86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382F86 is #C7D079. Grayscale: #3B3B3B. Windows color (decimal): -13095034 or 8793912. OLE color: 8793912.

HSL color Cylindrical-coordinate representation of color #382F86: hue angle of 246.21º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #382F86 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5647134-
CMYK0.580.6500.47
HSL246.21º48.07%35.49%-
HSV(B)246.21º64.93%52.55%-
XYZ6.954.623.07-
YUV59.61169.98125.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.63%
GREEN value IS 47 (18.75% from 255) = 19.83%
BLUE value IS 134 (52.73% from 255) = 56.54%
R=23.63%
G=19.83%
B=56.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56471340.580.6500.47246.2148.0735.49
Hex382F863A4102Ff63023
Octal7057206721010573666043
Binary111000101111100001101110101000001010111111110110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,47,134); }

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

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

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

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

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

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

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