#382F78

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

Shades of Minsk #382F78

Tints of Minsk #382F78

Color information

#382F78 (or 0x382F78) is unknown color: approx Minsk. HEX triplet: 38, 2F and 78. RGB value is (56,47,120). Sum of RGB (Red+Green+Blue) = 56+47+120=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #382F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382F78 is #C7D087. Grayscale: #393939. Windows color (decimal): -13095048 or 7876408. OLE color: 7876408.

HSL color Cylindrical-coordinate representation of color #382F78: hue angle of 247.4º 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 #382F78 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5647120-
CMYK0.530.6100.53
HSL247.4º43.71%32.75%-
HSV(B)247.4º60.83%47.06%-
XYZ6.044.2318.27-
YUV58.01162.98126.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.11%
GREEN value IS 47 (18.75% from 255) = 21.08%
BLUE value IS 120 (47.27% from 255) = 53.81%
R=25.11%
G=21.08%
B=53.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56471200.530.6100.53247.443.7132.75
Hex382F78353D035f72c21
Octal705717065750653675441
Binary1110001011111111000110101111101011010111110111101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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