#342977

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

Shades of Minsk #342977

Tints of Minsk #342977

Color information

#342977 (or 0x342977) is unknown color: approx Minsk. HEX triplet: 34, 29 and 77. RGB value is (52,41,119). Sum of RGB (Red+Green+Blue) = 52+41+119=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #342977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342977 is #CBD688. Grayscale: #343434. Windows color (decimal): -13358729 or 7809332. OLE color: 7809332.

HSL color Cylindrical-coordinate representation of color #342977: hue angle of 248.46º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #342977 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5241119-
CMYK0.560.6600.53
HSL248.46º48.75%31.37%-
HSV(B)248.46º65.55%46.67%-
XYZ5.543.6517.86-
YUV53.18165.14127.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.53%
GREEN value IS 41 (16.41% from 255) = 19.34%
BLUE value IS 119 (46.88% from 255) = 56.13%
R=24.53%
G=19.34%
B=56.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52411190.560.6600.53248.4648.7531.37
Hex3429773842035f8311f
Octal6451167701020653706137
Binary1101001010011110111111000100001001101011111100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342977; }

 p { color: rgb(52,41,119); }

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

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

 a { background-color: rgb(52,41,119); }

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

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

 span { border-color: rgb(52,41,119); }

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