#382E8B

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

Shades of Dark Slate Blue #382E8B

Tints of Dark Slate Blue #382E8B

Color information

#382E8B (or 0x382E8B) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 2E and 8B. RGB value is (56,46,139). Sum of RGB (Red+Green+Blue) = 56+46+139=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #382E8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382E8B is #C7D174. Grayscale: #3B3B3B. Windows color (decimal): -13095285 or 9121336. OLE color: 9121336.

HSL color Cylindrical-coordinate representation of color #382E8B: hue angle of 246.45º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #382E8B is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5646139-
CMYK0.600.6700.45
HSL246.45º50.27%36.27%-
HSV(B)246.45º66.91%54.51%-
XYZ7.274.6624.94-
YUV59.59172.81125.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.24%
GREEN value IS 46 (18.36% from 255) = 19.09%
BLUE value IS 139 (54.69% from 255) = 57.68%
R=23.24%
G=19.09%
B=57.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56461390.600.6700.45246.4550.2736.27
Hex382E8B3C4302Df63224
Octal7056213741030553666244
Binary111000101110100010111111001000011010110111110110110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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