Html Css Color HEX #346971 Ming

📋 copy color: '#346971'

red 52 ◦ green 105 ◦ blue 113

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

Shades of Ming #346971

Tints of Ming #346971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.89%

 BLUE value IS 113 (44.53% from 255) = 41.85%

R = 19.26%
G = 38.89%
B = 41.85%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#346971 (or 0x346971) is known color: Ming. HEX triplet: 34, 69 and 71. RGB value is (52,105,113). Sum of RGB (Red+Green+Blue) = 52+105+113=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #346971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346971 is #CB968E. Grayscale: #595959. Windows color (decimal): -13342351 or 7432500. OLE color: 7432500.

HSL color Cylindrical-coordinate representation of color #346971: hue angle of 187.87º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #346971 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 105 113 -
CMYK 0.54 0.07 0 0.56
HSL 187.87º 0.37% 0.32% -
HSV(B) 187.87º 0.54% 0.44% -
XYZ 9.45 12.03 17.45 -
YUV 90.07 140.94 100.85 -
System Red Green Blue C M Y K H S L
Decimal 52 105 113 0.54 0.07 0 0.56 187.87 0.37 0.32
Hex 34 69 71 36 7 0 38 BC 25 20
Octal 64 151 161 66 7 0 70 274 45 40
Binary 110100 1101001 1110001 110110 111 0 111000 10111100 100101 100000

Color Harmonies of #346971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346971

Black with #346971

Text Example


Text Example

White with #346971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346971; }

 p { color: rgb(52,105,113); }

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

background-color css

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

 a { background-color: rgb(52,105,113); }

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

border-color css

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

 span { border-color: rgb(52,105,113); }

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