#382E96

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

Shades of Dark Slate Blue #382E96

Tints of Dark Slate Blue #382E96

Color information

#382E96 (or 0x382E96) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 2E and 96. RGB value is (56,46,150). Sum of RGB (Red+Green+Blue) = 56+46+150=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 150 (58.98% from 255 or 59.52% from 252); Max value from RGB is 150 - color contains mainly: blue. Hex color #382E96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382E96 is #C7D169. Grayscale: #3C3C3C. Windows color (decimal): -13095274 or 9842232. OLE color: 9842232.

HSL color Cylindrical-coordinate representation of color #382E96: hue angle of 245.77º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #382E96 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5646150-
CMYK0.630.6900.41
HSL245.77º53.06%38.43%-
HSV(B)245.77º69.33%58.82%-
XYZ8.11529.39-
YUV60.85178.31124.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.22%
GREEN value IS 46 (18.36% from 255) = 18.25%
BLUE value IS 150 (58.98% from 255) = 59.52%
R=22.22%
G=18.25%
B=59.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal56461500.630.6900.41245.7753.0638.43
Hex382E963F45029f63526
Octal7056226771050513666546
Binary111000101110100101101111111000101010100111110110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,46,150); }

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

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

 a { background-color: rgb(56,46,150); }

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

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

 span { border-color: rgb(56,46,150); }

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