Html Css Color HEX #346A74 Ming

📋 copy color: '#346A74'

red 52 ◦ green 106 ◦ blue 116

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

Shades of Ming #346A74

Tints of Ming #346A74

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.69%

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

R = 18.98%
G = 38.69%
B = 42.34%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#346A74 (or 0x346A74) is known color: Ming. HEX triplet: 34, 6A and 74. RGB value is (52,106,116). Sum of RGB (Red+Green+Blue) = 52+106+116=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 116 - color contains mainly: blue. Hex color #346A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346A74 is #CB958B. Grayscale: #5A5A5A. Windows color (decimal): -13342092 or 7629364. OLE color: 7629364.

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

Color convert

RGB 52 106 116 -
CMYK 0.55 0.09 0 0.55
HSL 189.38º 0.38% 0.33% -
HSV(B) 189.38º 0.55% 0.45% -
XYZ 9.72 12.3 18.38 -
YUV 90.99 142.11 100.19 -
System Red Green Blue C M Y K H S L
Decimal 52 106 116 0.55 0.09 0 0.55 189.38 0.38 0.33
Hex 34 6A 74 37 9 0 37 BD 26 21
Octal 64 152 164 67 11 0 67 275 46 41
Binary 110100 1101010 1110100 110111 1001 0 110111 10111101 100110 100001

Color Harmonies of #346A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346A74

Black with #346A74

Text Example


Text Example

White with #346A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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