Html Css Color HEX #346D70 Ming

📋 copy color: '#346D70'

red 52 ◦ green 109 ◦ blue 112

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

Shades of Ming #346D70

Tints of Ming #346D70

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.93%

 BLUE value IS 112 (44.14% from 255) = 41.03%

R = 19.05%
G = 39.93%
B = 41.03%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#346D70 (or 0x346D70) is known color: Ming. HEX triplet: 34, 6D and 70. RGB value is (52,109,112). Sum of RGB (Red+Green+Blue) = 52+109+112=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 112 - color contains mainly: blue. Hex color #346D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346D70 is #CB928F. Grayscale: #5C5C5C. Windows color (decimal): -13341328 or 7367988. OLE color: 7367988.

HSL color Cylindrical-coordinate representation of color #346D70: hue angle of 183º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #346D70 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 109 112 -
CMYK 0.54 0.03 0 0.56
HSL 183º 0.37% 0.32% -
HSV(B) 183º 0.54% 0.44% -
XYZ 9.81 12.84 17.29 -
YUV 92.3 139.12 99.26 -
System Red Green Blue C M Y K H S L
Decimal 52 109 112 0.54 0.03 0 0.56 183 0.37 0.32
Hex 34 6D 70 36 3 0 38 B7 25 20
Octal 64 155 160 66 3 0 70 267 45 40
Binary 110100 1101101 1110000 110110 11 0 111000 10110111 100101 100000

Color Harmonies of #346D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346D70

Black with #346D70

Text Example


Text Example

White with #346D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346D70; }

 p { color: rgb(52,109,112); }

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

background-color css

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

 a { background-color: rgb(52,109,112); }

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

border-color css

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

 span { border-color: rgb(52,109,112); }

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