#382D79

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

Shades of Minsk #382D79

Tints of Minsk #382D79

Color information

#382D79 (or 0x382D79) is unknown color: approx Minsk. HEX triplet: 38, 2D and 79. RGB value is (56,45,121). Sum of RGB (Red+Green+Blue) = 56+45+121=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 121 (47.66% from 255 or 54.50% from 222); Max value from RGB is 121 - color contains mainly: blue. Hex color #382D79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382D79 is #C7D286. Grayscale: #383838. Windows color (decimal): -13095559 or 7941432. OLE color: 7941432.

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

Color convert

RGB5645121-
CMYK0.540.6300.53
HSL248.68º45.78%32.55%-
HSV(B)248.68º62.81%47.45%-
XYZ6.024.118.56-
YUV56.95164.14127.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.23%
GREEN value IS 45 (17.97% from 255) = 20.27%
BLUE value IS 121 (47.66% from 255) = 54.50%
R=25.23%
G=20.27%
B=54.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56451210.540.6300.53248.6845.7832.55
Hex382D79363F035f92e21
Octal705517166770653715641
Binary1110001011011111001110110111111011010111111001101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,45,121); }

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

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

 a { background-color: rgb(56,45,121); }

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

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

 span { border-color: rgb(56,45,121); }

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