#34696C

Color #34696C Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #34696C

Tints of Ming #34696C

Color information

#34696C (or 0x34696C) is unknown color: approx 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

RGB52105108-
CMYK0.520.0300.58
HSL183.21º35%31.37%-
HSV(B)183.21º51.85%42.35%-
XYZ9.1711.9216-
YUV89.49138.44101.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% 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 (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal521051080.520.0300.58183.213531.37
Hex34696C34303Ab7231f
Octal641511546430722674337
Binary110100110100111011001101001101110101011011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>