Html Css Color HEX #346E6E Ming

📋 copy color: '#346E6E'

red 52 ◦ green 110 ◦ blue 110

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

Shades of Ming #346E6E

Tints of Ming #346E6E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40.44%

 BLUE value IS 110 (43.36% from 255) = 40.44%

R = 19.12%
G = 40.44%
B = 40.44%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#346E6E (or 0x346E6E) is known color: Ming. HEX triplet: 34, 6E and 6E. RGB value is (52,110,110). Sum of RGB (Red+Green+Blue) = 52+110+110=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 110 - color contains mainly: green, blue. Hex color #346E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346E6E is #CB9191. Grayscale: #5C5C5C. Windows color (decimal): -13341074 or 7237172. OLE color: 7237172.

HSL color Cylindrical-coordinate representation of color #346E6E: hue angle of 180º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346E6E is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 110 110 -
CMYK 0.53 0 0 0.57
HSL 180º 0.36% 0.32% -
HSV(B) 180º 0.53% 0.43% -
XYZ 9.81 13.01 16.75 -
YUV 92.66 137.78 99 -
System Red Green Blue C M Y K H S L
Decimal 52 110 110 0.53 0 0 0.57 180 0.36 0.32
Hex 34 6E 6E 35 0 0 39 B4 24 20
Octal 64 156 156 65 0 0 71 264 44 40
Binary 110100 1101110 1101110 110101 0 0 111001 10110100 100100 100000

Color Harmonies of #346E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346E6E

Black with #346E6E

Text Example


Text Example

White with #346E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,110,110); }

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

background-color css

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

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

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

border-color css

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

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

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