Html Css Color HEX #347070 Ming

📋 copy color: '#347070'

red 52 ◦ green 112 ◦ blue 112

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

Shades of Ming #347070

Tints of Ming #347070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.58%

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

R = 18.84%
G = 40.58%
B = 40.58%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#347070 (or 0x347070) is known color: Ming. HEX triplet: 34, 70 and 70. RGB value is (52,112,112). Sum of RGB (Red+Green+Blue) = 52+112+112=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #347070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347070 is #CB8F8F. Grayscale: #5E5E5E. Windows color (decimal): -13340560 or 7368756. OLE color: 7368756.

HSL color Cylindrical-coordinate representation of color #347070: hue angle of 180º 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 #347070 is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 112 112 -
CMYK 0.54 0 0 0.56
HSL 180º 0.37% 0.32% -
HSV(B) 180º 0.54% 0.44% -
XYZ 10.13 13.49 17.4 -
YUV 94.06 138.12 98 -
System Red Green Blue C M Y K H S L
Decimal 52 112 112 0.54 0 0 0.56 180 0.37 0.32
Hex 34 70 70 36 0 0 38 B4 25 20
Octal 64 160 160 66 0 0 70 264 45 40
Binary 110100 1110000 1110000 110110 0 0 111000 10110100 100101 100000

Color Harmonies of #347070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347070

Black with #347070

Text Example


Text Example

White with #347070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347070; }

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

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

background-color css

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

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

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

border-color css

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

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

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