#382B8F

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

Shades of Dark Slate Blue #382B8F

Tints of Dark Slate Blue #382B8F

Color information

#382B8F (or 0x382B8F) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 2B and 8F. RGB value is (56,43,143). Sum of RGB (Red+Green+Blue) = 56+43+143=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 143 (56.25% from 255 or 59.09% from 242); Max value from RGB is 143 - color contains mainly: blue. Hex color #382B8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382B8F is #C7D470. Grayscale: #393939. Windows color (decimal): -13096049 or 9382712. OLE color: 9382712.

HSL color Cylindrical-coordinate representation of color #382B8F: hue angle of 247.8º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #382B8F is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5643143-
CMYK0.610.7000.44
HSL247.8º53.76%36.47%-
HSV(B)247.8º69.93%56.08%-
XYZ7.454.5526.47-
YUV58.29175.81126.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.14%
GREEN value IS 43 (17.19% from 255) = 17.77%
BLUE value IS 143 (56.25% from 255) = 59.09%
R=23.14%
G=17.77%
B=59.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56431430.610.7000.44247.853.7636.47
Hex382B8F3D4602Cf83624
Octal7053217751060543706644
Binary111000101011100011111111011000110010110011111000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,43,143); }

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

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

 a { background-color: rgb(56,43,143); }

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

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

 span { border-color: rgb(56,43,143); }

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