Html Css Color HEX #347074 Ming

📋 copy color: '#347074'

red 52 ◦ green 112 ◦ blue 116

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

Shades of Ming #347074

Tints of Ming #347074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.43%

R = 18.57%
G = 40%
B = 41.43%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#347074 (or 0x347074) is known color: Ming. HEX triplet: 34, 70 and 74. RGB value is (52,112,116). Sum of RGB (Red+Green+Blue) = 52+112+116=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 116 - color contains mainly: blue. Hex color #347074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347074 is #CB8F8B. Grayscale: #5E5E5E. Windows color (decimal): -13340556 or 7630900. OLE color: 7630900.

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

Color convert

RGB 52 112 116 -
CMYK 0.55 0.03 0 0.55
HSL 183.75º 0.38% 0.33% -
HSV(B) 183.75º 0.55% 0.45% -
XYZ 10.36 13.58 18.6 -
YUV 94.52 140.12 97.67 -
System Red Green Blue C M Y K H S L
Decimal 52 112 116 0.55 0.03 0 0.55 183.75 0.38 0.33
Hex 34 70 74 37 3 0 37 B8 26 21
Octal 64 160 164 67 3 0 67 270 46 41
Binary 110100 1110000 1110100 110111 11 0 110111 10111000 100110 100001

Color Harmonies of #347074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347074

Black with #347074

Text Example


Text Example

White with #347074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347074; }

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

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

background-color css

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

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

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

border-color css

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

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

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