#382F87

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

Shades of Dark Slate Blue #382F87

Tints of Dark Slate Blue #382F87

Color information

#382F87 (or 0x382F87) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 2F and 87. RGB value is (56,47,135). Sum of RGB (Red+Green+Blue) = 56+47+135=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #382F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382F87 is #C7D078. Grayscale: #3B3B3B. Windows color (decimal): -13095033 or 8859448. OLE color: 8859448.

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

Color convert

RGB5647135-
CMYK0.590.6500.47
HSL246.14º48.35%35.69%-
HSV(B)246.14º65.19%52.94%-
XYZ7.024.6223.44-
YUV59.72170.48125.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.53%
GREEN value IS 47 (18.75% from 255) = 19.75%
BLUE value IS 135 (53.12% from 255) = 56.72%
R=23.53%
G=19.75%
B=56.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56471350.590.6500.47246.1448.3535.69
Hex382F873B4102Ff63024
Octal7057207731010573666044
Binary111000101111100001111110111000001010111111110110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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