Html Css Color HEX #346F74 Ming

📋 copy color: '#346F74'

red 52 ◦ green 111 ◦ blue 116

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

Shades of Ming #346F74

Tints of Ming #346F74

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.78%

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

R = 18.64%
G = 39.78%
B = 41.58%

CMYK

 C value IS 0.55

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#346F74 (or 0x346F74) is known color: Ming. HEX triplet: 34, 6F and 74. RGB value is (52,111,116). Sum of RGB (Red+Green+Blue) = 52+111+116=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 116 - color contains mainly: blue. Hex color #346F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F74 is #CB908B. Grayscale: #5D5D5D. Windows color (decimal): -13340812 or 7630644. OLE color: 7630644.

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

Color convert

RGB 52 111 116 -
CMYK 0.55 0.04 0 0.55
HSL 184.69º 0.38% 0.33% -
HSV(B) 184.69º 0.55% 0.45% -
XYZ 10.25 13.36 18.56 -
YUV 93.93 140.45 98.09 -
System Red Green Blue C M Y K H S L
Decimal 52 111 116 0.55 0.04 0 0.55 184.69 0.38 0.33
Hex 34 6F 74 37 4 0 37 B9 26 21
Octal 64 157 164 67 4 0 67 271 46 41
Binary 110100 1101111 1110100 110111 100 0 110111 10111001 100110 100001

Color Harmonies of #346F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F74

Black with #346F74

Text Example


Text Example

White with #346F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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