#342877

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

Shades of Minsk #342877

Tints of Minsk #342877

Color information

#342877 (or 0x342877) is unknown color: approx Minsk. HEX triplet: 34, 28 and 77. RGB value is (52,40,119). Sum of RGB (Red+Green+Blue) = 52+40+119=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #342877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342877 is #CBD788. Grayscale: #343434. Windows color (decimal): -13358985 or 7809076. OLE color: 7809076.

HSL color Cylindrical-coordinate representation of color #342877: hue angle of 249.11º degrees, saturation: 0.5, 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 #342877 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5240119-
CMYK0.560.6600.53
HSL249.11º49.69%31.18%-
HSV(B)249.11º66.39%46.67%-
XYZ5.53.5817.85-
YUV52.59165.48127.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 40 (16.02% from 255) = 18.96%
BLUE value IS 119 (46.88% from 255) = 56.40%
R=24.64%
G=18.96%
B=56.40%

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
Decimal52401190.560.6600.53249.1149.6931.18
Hex3428773842035f9321f
Octal6450167701020653716237
Binary1101001010001110111111000100001001101011111100111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342877; }

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

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

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

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

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

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

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

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