Html Css Color HEX #347273 Ming

📋 copy color: '#347273'

red 52 ◦ green 114 ◦ blue 115

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

Shades of Ming #347273

Tints of Ming #347273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.93%

R = 18.51%
G = 40.57%
B = 40.93%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#347273 (or 0x347273) is known color: Ming. HEX triplet: 34, 72 and 73. RGB value is (52,114,115). Sum of RGB (Red+Green+Blue) = 52+114+115=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 115 - color contains mainly: blue. Hex color #347273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347273 is #CB8D8C. Grayscale: #5F5F5F. Windows color (decimal): -13340045 or 7565876. OLE color: 7565876.

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

Color convert

RGB 52 114 115 -
CMYK 0.55 0.01 0 0.55
HSL 180.95º 0.38% 0.33% -
HSV(B) 180.95º 0.55% 0.45% -
XYZ 10.53 14 18.37 -
YUV 95.58 138.96 96.92 -
System Red Green Blue C M Y K H S L
Decimal 52 114 115 0.55 0.01 0 0.55 180.95 0.38 0.33
Hex 34 72 73 37 1 0 37 B5 26 21
Octal 64 162 163 67 1 0 67 265 46 41
Binary 110100 1110010 1110011 110111 1 0 110111 10110101 100110 100001

Color Harmonies of #347273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347273

Black with #347273

Text Example


Text Example

White with #347273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347273; }

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

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

background-color css

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

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

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

border-color css

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

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

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