Html Css Color HEX #347274 Ming

📋 copy color: '#347274'

red 52 ◦ green 114 ◦ blue 116

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

Shades of Ming #347274

Tints of Ming #347274

RGB

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

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

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

R = 18.44%
G = 40.43%
B = 41.13%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#347274 (or 0x347274) is known color: Ming. HEX triplet: 34, 72 and 74. RGB value is (52,114,116). Sum of RGB (Red+Green+Blue) = 52+114+116=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 116 - color contains mainly: blue. Hex color #347274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347274 is #CB8D8B. Grayscale: #5F5F5F. Windows color (decimal): -13340044 or 7631412. OLE color: 7631412.

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

Color convert

RGB 52 114 116 -
CMYK 0.55 0.02 0 0.55
HSL 181.88º 0.38% 0.33% -
HSV(B) 181.88º 0.55% 0.45% -
XYZ 10.59 14.03 18.67 -
YUV 95.69 139.46 96.84 -
System Red Green Blue C M Y K H S L
Decimal 52 114 116 0.55 0.02 0 0.55 181.88 0.38 0.33
Hex 34 72 74 37 2 0 37 B6 26 21
Octal 64 162 164 67 2 0 67 266 46 41
Binary 110100 1110010 1110100 110111 10 0 110111 10110110 100110 100001

Color Harmonies of #347274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347274

Black with #347274

Text Example


Text Example

White with #347274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347274; }

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

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

background-color css

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

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

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

border-color css

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

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

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