#342778

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

Shades of Minsk #342778

Tints of Minsk #342778

Color information

#342778 (or 0x342778) is unknown color: approx Minsk. HEX triplet: 34, 27 and 78. RGB value is (52,39,120). Sum of RGB (Red+Green+Blue) = 52+39+120=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 120 (47.27% from 255 or 56.87% from 211); Max value from RGB is 120 - color contains mainly: blue. Hex color #342778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342778 is #CBD887. Grayscale: #333333. Windows color (decimal): -13359240 or 7874356. OLE color: 7874356.

HSL color Cylindrical-coordinate representation of color #342778: hue angle of 249.63º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #342778 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5239120-
CMYK0.570.6700.53
HSL249.63º50.94%31.18%-
HSV(B)249.63º67.5%47.06%-
XYZ5.533.5418.16-
YUV52.12166.31127.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 39 (15.62% from 255) = 18.48%
BLUE value IS 120 (47.27% from 255) = 56.87%
R=24.64%
G=18.48%
B=56.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52391200.570.6700.53249.6350.9431.18
Hex3427783943035fa331f
Octal6447170711030653726337
Binary1101001001111111000111001100001101101011111101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342778; }

 p { color: rgb(52,39,120); }

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

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

 a { background-color: rgb(52,39,120); }

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

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

 span { border-color: rgb(52,39,120); }

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