Html Css Color HEX #347276 Ming

📋 copy color: '#347276'

red 52 ◦ green 114 ◦ blue 118

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

Shades of Ming #347276

Tints of Ming #347276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.14%

 BLUE value IS 118 (46.48% from 255) = 41.55%

R = 18.31%
G = 40.14%
B = 41.55%

CMYK

 C value IS 0.56

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#347276 (or 0x347276) is known color: Ming. HEX triplet: 34, 72 and 76. RGB value is (52,114,118). Sum of RGB (Red+Green+Blue) = 52+114+118=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 118 - color contains mainly: blue. Hex color #347276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347276 is #CB8D89. Grayscale: #5F5F5F. Windows color (decimal): -13340042 or 7762484. OLE color: 7762484.

HSL color Cylindrical-coordinate representation of color #347276: hue angle of 183.64º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347276 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 114 118 -
CMYK 0.56 0.03 0 0.54
HSL 183.64º 0.39% 0.33% -
HSV(B) 183.64º 0.56% 0.46% -
XYZ 10.7 14.07 19.29 -
YUV 95.92 140.46 96.67 -
System Red Green Blue C M Y K H S L
Decimal 52 114 118 0.56 0.03 0 0.54 183.64 0.39 0.33
Hex 34 72 76 38 3 0 36 B8 27 21
Octal 64 162 166 70 3 0 66 270 47 41
Binary 110100 1110010 1110110 111000 11 0 110110 10111000 100111 100001

Color Harmonies of #347276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347276

Black with #347276

Text Example


Text Example

White with #347276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347276; }

 p { color: rgb(52,114,118); }

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

background-color css

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

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

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

border-color css

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

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

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