Html Css Color HEX #347277 Ming

📋 copy color: '#347277'

red 52 ◦ green 114 ◦ blue 119

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

Shades of Ming #347277

Tints of Ming #347277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.75%

R = 18.25%
G = 40%
B = 41.75%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#347277 (or 0x347277) is known color: Ming. HEX triplet: 34, 72 and 77. RGB value is (52,114,119). Sum of RGB (Red+Green+Blue) = 52+114+119=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #347277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347277 is #CB8D88. Grayscale: #5F5F5F. Windows color (decimal): -13340041 or 7828020. OLE color: 7828020.

HSL color Cylindrical-coordinate representation of color #347277: hue angle of 184.48º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347277 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 114 119 -
CMYK 0.56 0.04 0 0.53
HSL 184.48º 0.39% 0.34% -
HSV(B) 184.48º 0.56% 0.47% -
XYZ 10.76 14.1 19.61 -
YUV 96.03 140.96 96.59 -
System Red Green Blue C M Y K H S L
Decimal 52 114 119 0.56 0.04 0 0.53 184.48 0.39 0.34
Hex 34 72 77 38 4 0 35 B8 27 22
Octal 64 162 167 70 4 0 65 270 47 42
Binary 110100 1110010 1110111 111000 100 0 110101 10111000 100111 100010

Color Harmonies of #347277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347277

Black with #347277

Text Example


Text Example

White with #347277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347277; }

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

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

background-color css

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

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

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

border-color css

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

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

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