Html Css Color HEX #342976 Minsk

📋 copy color: '#342976'

red 52 ◦ green 41 ◦ blue 118

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

Shades of Minsk #342976

Tints of Minsk #342976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.43%

 BLUE value IS 118 (46.48% from 255) = 55.92%

R = 24.64%
G = 19.43%
B = 55.92%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#342976 (or 0x342976) is known color: Minsk. HEX triplet: 34, 29 and 76. RGB value is (52,41,118). Sum of RGB (Red+Green+Blue) = 52+41+118=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #342976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342976 is #CBD689. Grayscale: #343434. Windows color (decimal): -13358730 or 7743796. OLE color: 7743796.

HSL color Cylindrical-coordinate representation of color #342976: hue angle of 248.57º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #342976 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 41 118 -
CMYK 0.56 0.65 0 0.54
HSL 248.57º 0.48% 0.31% -
HSV(B) 248.57º 0.65% 0.46% -
XYZ 5.48 3.62 17.55 -
YUV 53.07 164.64 127.24 -
System Red Green Blue C M Y K H S L
Decimal 52 41 118 0.56 0.65 0 0.54 248.57 0.48 0.31
Hex 34 29 76 38 41 0 36 F9 30 1F
Octal 64 51 166 70 101 0 66 371 60 37
Binary 110100 101001 1110110 111000 1000001 0 110110 11111001 110000 11111

Color Harmonies of #342976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342976

Black with #342976

Text Example


Text Example

White with #342976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342976; }

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

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

background-color css

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

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

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

border-color css

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

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

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