Html Css Color HEX #342973 Minsk

📋 copy color: '#342973'

red 52 ◦ green 41 ◦ blue 115

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

Shades of Minsk #342973

Tints of Minsk #342973

RGB

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

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

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

R = 25%
G = 19.71%
B = 55.29%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#342973 (or 0x342973) is known color: Minsk. HEX triplet: 34, 29 and 73. RGB value is (52,41,115). Sum of RGB (Red+Green+Blue) = 52+41+115=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #342973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342973 is #CBD68C. Grayscale: #343434. Windows color (decimal): -13358733 or 7547188. OLE color: 7547188.

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

Color convert

RGB 52 41 115 -
CMYK 0.55 0.64 0 0.55
HSL 248.92º 0.47% 0.31% -
HSV(B) 248.92º 0.64% 0.45% -
XYZ 5.3 3.55 16.63 -
YUV 52.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 52 41 115 0.55 0.64 0 0.55 248.92 0.47 0.31
Hex 34 29 73 37 40 0 37 F9 2F 1F
Octal 64 51 163 67 100 0 67 371 57 37
Binary 110100 101001 1110011 110111 1000000 0 110111 11111001 101111 11111

Color Harmonies of #342973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342973

Black with #342973

Text Example


Text Example

White with #342973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342973; }

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

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

background-color css

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

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

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

border-color css

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

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

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