Html Css Color HEX #342779 Minsk

📋 copy color: '#342779'

red 52 ◦ green 39 ◦ blue 121

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

Shades of Minsk #342779

Tints of Minsk #342779

RGB

 RED value IS 52 (20.7% from 255) = 24.53%

 GREEN value IS 39 (15.63% from 255) = 18.4%

 BLUE value IS 121 (47.66% from 255) = 57.08%

R = 24.53%
G = 18.4%
B = 57.08%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#342779 (or 0x342779) is known color: Minsk. HEX triplet: 34, 27 and 79. RGB value is (52,39,121). Sum of RGB (Red+Green+Blue) = 52+39+121=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 121 (47.66% from 255 or 57.08% from 212); Max value from RGB is 121 - color contains mainly: blue. Hex color #342779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342779 is #CBD886. Grayscale: #333333. Windows color (decimal): -13359239 or 7939892. OLE color: 7939892.

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

Color convert

RGB 52 39 121 -
CMYK 0.57 0.68 0 0.53
HSL 249.51º 0.51% 0.31% -
HSV(B) 249.51º 0.68% 0.47% -
XYZ 5.59 3.56 18.48 -
YUV 52.24 166.81 127.83 -
System Red Green Blue C M Y K H S L
Decimal 52 39 121 0.57 0.68 0 0.53 249.51 0.51 0.31
Hex 34 27 79 39 44 0 35 FA 33 1F
Octal 64 47 171 71 104 0 65 372 63 37
Binary 110100 100111 1111001 111001 1000100 0 110101 11111010 110011 11111

Color Harmonies of #342779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342779

Black with #342779

Text Example


Text Example

White with #342779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342779; }

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

 H1.HeaderClassName
 {
   color: #342779;
 }
 .AnyTagClassName
 {
   color: #342779;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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