Html Css Color HEX #346B73 Ming

📋 copy color: '#346B73'

red 52 ◦ green 107 ◦ blue 115

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

Shades of Ming #346B73

Tints of Ming #346B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.05%

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

R = 18.98%
G = 39.05%
B = 41.97%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#346B73 (or 0x346B73) is known color: Ming. HEX triplet: 34, 6B and 73. RGB value is (52,107,115). Sum of RGB (Red+Green+Blue) = 52+107+115=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #346B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346B73 is #CB948C. Grayscale: #5B5B5B. Windows color (decimal): -13341837 or 7564084. OLE color: 7564084.

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

Color convert

RGB 52 107 115 -
CMYK 0.55 0.07 0 0.55
HSL 187.62º 0.38% 0.33% -
HSV(B) 187.62º 0.55% 0.45% -
XYZ 9.77 12.48 18.11 -
YUV 91.47 141.28 99.85 -
System Red Green Blue C M Y K H S L
Decimal 52 107 115 0.55 0.07 0 0.55 187.62 0.38 0.33
Hex 34 6B 73 37 7 0 37 BC 26 21
Octal 64 153 163 67 7 0 67 274 46 41
Binary 110100 1101011 1110011 110111 111 0 110111 10111100 100110 100001

Color Harmonies of #346B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346B73

Black with #346B73

Text Example


Text Example

White with #346B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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