Html Css Color HEX #342977 Minsk

📋 copy color: '#342977'

red 52 ◦ green 41 ◦ blue 119

#342977
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Minsk #342977

Tints of Minsk #342977

RGB

 RED value IS 52 (20.7% 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 value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#342977 (or 0x342977) is known color: 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

RGB 52 41 119 -
CMYK 0.56 0.66 0 0.53
HSL 248.46º 0.49% 0.31% -
HSV(B) 248.46º 0.66% 0.47% -
XYZ 5.54 3.65 17.86 -
YUV 53.18 165.14 127.16 -
System Red Green Blue C M Y K H S L
Decimal 52 41 119 0.56 0.66 0 0.53 248.46 0.49 0.31
Hex 34 29 77 38 42 0 35 F8 31 1F
Octal 64 51 167 70 102 0 65 370 61 37
Binary 110100 101001 1110111 111000 1000010 0 110101 11111000 110001 11111

Color Harmonies of #342977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342977

Black with #342977

Text Example


Text Example

White with #342977

Text Example


Text Example

HTML Codes & Css Web 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>