#34717A

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

Shades of Ming #34717A

Tints of Ming #34717A

Color information

#34717A (or 0x34717A) is unknown color: approx Ming. HEX triplet: 34, 71 and 7A. RGB value is (52,113,122). Sum of RGB (Red+Green+Blue) = 52+113+122=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #34717A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34717A is #CB8E85. Grayscale: #5F5F5F. Windows color (decimal): -13340294 or 8024372. OLE color: 8024372.

HSL color Cylindrical-coordinate representation of color #34717A: hue angle of 187.71º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34717A is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB52113122-
CMYK0.570.0700.52
HSL187.71º40.23%34.12%-
HSV(B)187.71º57.38%47.84%-
XYZ10.8313.9520.53-
YUV95.79142.7996.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.12%
GREEN value IS 113 (44.53% from 255) = 39.37%
BLUE value IS 122 (48.05% from 255) = 42.51%
R=18.12%
G=39.37%
B=42.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal521131220.570.0700.52187.7140.2334.12
Hex34717A397034bc2822
Octal641611727170642745042
Binary11010011100011111010111001111011010010111100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34717A; }

 p { color: rgb(52,113,122); }

 H1.HeaderClassName
 {
   color: #34717A;
 }
 .AnyTagClassName
 {
   color: #34717A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #34717A;
 }
 .BgClassName
 {
   background-color: #34717A;
 }
</style>
border-color css

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

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

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