Html Css Color HEX #342A73 Minsk

📋 copy color: '#342A73'

red 52 ◦ green 42 ◦ blue 115

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

Shades of Minsk #342A73

Tints of Minsk #342A73

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.1%

 BLUE value IS 115 (45.31% from 255) = 55.02%

R = 24.88%
G = 20.1%
B = 55.02%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#342A73 (or 0x342A73) is known color: Minsk. HEX triplet: 34, 2A and 73. RGB value is (52,42,115). Sum of RGB (Red+Green+Blue) = 52+42+115=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #342A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342A73 is #CBD58C. Grayscale: #353535. Windows color (decimal): -13358477 or 7547444. OLE color: 7547444.

HSL color Cylindrical-coordinate representation of color #342A73: hue angle of 248.22º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #342A73 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 42 115 -
CMYK 0.55 0.63 0 0.55
HSL 248.22º 0.46% 0.31% -
HSV(B) 248.22º 0.63% 0.45% -
XYZ 5.34 3.62 16.64 -
YUV 53.31 162.81 127.06 -
System Red Green Blue C M Y K H S L
Decimal 52 42 115 0.55 0.63 0 0.55 248.22 0.46 0.31
Hex 34 2A 73 37 3F 0 37 F8 2E 1F
Octal 64 52 163 67 77 0 67 370 56 37
Binary 110100 101010 1110011 110111 111111 0 110111 11111000 101110 11111

Color Harmonies of #342A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342A73

Black with #342A73

Text Example


Text Example

White with #342A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342A73; }

 p { color: rgb(52,42,115); }

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

background-color css

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

 a { background-color: rgb(52,42,115); }

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

border-color css

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

 span { border-color: rgb(52,42,115); }

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