Html Css Color HEX #346869 Ming

📋 copy color: '#346869'

red 52 ◦ green 104 ◦ blue 105

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

Shades of Ming #346869

Tints of Ming #346869

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.85%

 BLUE value IS 105 (41.41% from 255) = 40.23%

R = 19.92%
G = 39.85%
B = 40.23%

CMYK

 C value IS 0.50

 M value IS 0.01

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#346869 (or 0x346869) is known color: Ming. HEX triplet: 34, 68 and 69. RGB value is (52,104,105). Sum of RGB (Red+Green+Blue) = 52+104+105=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 105 - color contains mainly: blue. Hex color #346869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346869 is #CB9796. Grayscale: #585858. Windows color (decimal): -13342615 or 6907956. OLE color: 6907956.

HSL color Cylindrical-coordinate representation of color #346869: hue angle of 181.13º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #346869 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 104 105 -
CMYK 0.50 0.01 0 0.59
HSL 181.13º 0.34% 0.31% -
HSV(B) 181.13º 0.5% 0.41% -
XYZ 8.92 11.65 15.14 -
YUV 88.57 137.27 101.92 -
System Red Green Blue C M Y K H S L
Decimal 52 104 105 0.50 0.01 0 0.59 181.13 0.34 0.31
Hex 34 68 69 32 1 0 3B B5 22 1F
Octal 64 150 151 62 1 0 73 265 42 37
Binary 110100 1101000 1101001 110010 1 0 111011 10110101 100010 11111

Color Harmonies of #346869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346869

Black with #346869

Text Example


Text Example

White with #346869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346869; }

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

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

background-color css

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

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

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

border-color css

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

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

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