#382F79

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

Shades of Minsk #382F79

Tints of Minsk #382F79

Color information

#382F79 (or 0x382F79) is unknown color: approx Minsk. HEX triplet: 38, 2F and 79. RGB value is (56,47,121). Sum of RGB (Red+Green+Blue) = 56+47+121=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #382F79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382F79 is #C7D086. Grayscale: #393939. Windows color (decimal): -13095047 or 7941944. OLE color: 7941944.

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

Color convert

RGB5647121-
CMYK0.540.6100.53
HSL247.3º44.05%32.94%-
HSV(B)247.3º61.16%47.45%-
XYZ6.14.2518.59-
YUV58.13163.48126.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25%
GREEN value IS 47 (18.75% from 255) = 20.98%
BLUE value IS 121 (47.66% from 255) = 54.02%
R=25%
G=20.98%
B=54.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56471210.540.6100.53247.344.0532.94
Hex382F79363D035f72c21
Octal705717166750653675441
Binary1110001011111111001110110111101011010111110111101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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