#382C76

Color #382C76 Minsk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Minsk #382C76

Tints of Minsk #382C76

Color information

#382C76 (or 0x382C76) is unknown color: approx Minsk. HEX triplet: 38, 2C and 76. RGB value is (56,44,118). Sum of RGB (Red+Green+Blue) = 56+44+118=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #382C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382C76 is #C7D389. Grayscale: #373737. Windows color (decimal): -13095818 or 7744568. OLE color: 7744568.

HSL color Cylindrical-coordinate representation of color #382C76: hue angle of 249.73º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #382C76 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5644118-
CMYK0.530.6300.54
HSL249.73º45.68%31.76%-
HSV(B)249.73º62.71%46.27%-
XYZ5.83.9517.6-
YUV56.02162.98127.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 44 (17.58% from 255) = 20.18%
BLUE value IS 118 (46.48% from 255) = 54.13%
R=25.69%
G=20.18%
B=54.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56441180.530.6300.54249.7345.6831.76
Hex382C76353F036fa2e20
Octal705416665770663725640
Binary1110001011001110110110101111111011011011111010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,44,118); }

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

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

 a { background-color: rgb(56,44,118); }

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

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

 span { border-color: rgb(56,44,118); }

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