Html Css Color HEX #34696E Ming

📋 copy color: '#34696E'

red 52 ◦ green 105 ◦ blue 110

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

Shades of Ming #34696E

Tints of Ming #34696E

RGB

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

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

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

R = 19.48%
G = 39.33%
B = 41.2%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#34696E (or 0x34696E) is known color: Ming. HEX triplet: 34, 69 and 6E. RGB value is (52,105,110). Sum of RGB (Red+Green+Blue) = 52+105+110=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 110 - color contains mainly: blue. Hex color #34696E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34696E is #CB9691. Grayscale: #595959. Windows color (decimal): -13342354 or 7235892. OLE color: 7235892.

HSL color Cylindrical-coordinate representation of color #34696E: hue angle of 185.17º 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 #34696E is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 105 110 -
CMYK 0.53 0.05 0 0.57
HSL 185.17º 0.36% 0.32% -
HSV(B) 185.17º 0.53% 0.43% -
XYZ 9.28 11.96 16.57 -
YUV 89.72 139.44 101.09 -
System Red Green Blue C M Y K H S L
Decimal 52 105 110 0.53 0.05 0 0.57 185.17 0.36 0.32
Hex 34 69 6E 35 5 0 39 B9 24 20
Octal 64 151 156 65 5 0 71 271 44 40
Binary 110100 1101001 1101110 110101 101 0 111001 10111001 100100 100000

Color Harmonies of #34696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34696E

Black with #34696E

Text Example


Text Example

White with #34696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34696E; }

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

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

background-color css

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

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

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

border-color css

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

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

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