Html Css Color HEX #34696C Ming

📋 copy color: '#34696C'

red 52 ◦ green 105 ◦ blue 108

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

Shades of Ming #34696C

Tints of Ming #34696C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40.75%

R = 19.62%
G = 39.62%
B = 40.75%

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#34696C (or 0x34696C) is known color: Ming. HEX triplet: 34, 69 and 6C. RGB value is (52,105,108). Sum of RGB (Red+Green+Blue) = 52+105+108=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 108 - color contains mainly: blue. Hex color #34696C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34696C is #CB9693. Grayscale: #595959. Windows color (decimal): -13342356 or 7104820. OLE color: 7104820.

HSL color Cylindrical-coordinate representation of color #34696C: hue angle of 183.21º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #34696C is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 105 108 -
CMYK 0.52 0.03 0 0.58
HSL 183.21º 0.35% 0.31% -
HSV(B) 183.21º 0.52% 0.42% -
XYZ 9.17 11.92 16 -
YUV 89.5 138.44 101.26 -
System Red Green Blue C M Y K H S L
Decimal 52 105 108 0.52 0.03 0 0.58 183.21 0.35 0.31
Hex 34 69 6C 34 3 0 3A B7 23 1F
Octal 64 151 154 64 3 0 72 267 43 37
Binary 110100 1101001 1101100 110100 11 0 111010 10110111 100011 11111

Color Harmonies of #34696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34696C

Black with #34696C

Text Example


Text Example

White with #34696C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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