#382C77

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

Shades of Minsk #382C77

Tints of Minsk #382C77

Color information

#382C77 (or 0x382C77) is unknown color: approx Minsk. HEX triplet: 38, 2C and 77. RGB value is (56,44,119). Sum of RGB (Red+Green+Blue) = 56+44+119=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #382C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382C77 is #C7D388. Grayscale: #373737. Windows color (decimal): -13095817 or 7810104. OLE color: 7810104.

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

Color convert

RGB5644119-
CMYK0.530.6300.53
HSL249.6º46.01%31.96%-
HSV(B)249.6º63.03%46.67%-
XYZ5.863.9717.91-
YUV56.14163.48127.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.57%
GREEN value IS 44 (17.58% from 255) = 20.09%
BLUE value IS 119 (46.88% from 255) = 54.34%
R=25.57%
G=20.09%
B=54.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56441190.530.6300.53249.646.0131.96
Hex382C77353F035fa2e20
Octal705416765770653725640
Binary1110001011001110111110101111111011010111111010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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