Html Css Color HEX #34717D Ming

📋 copy color: '#34717D'

red 52 ◦ green 113 ◦ blue 125

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

Shades of Ming #34717D

Tints of Ming #34717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.97%

 BLUE value IS 125 (49.22% from 255) = 43.1%

R = 17.93%
G = 38.97%
B = 43.1%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34717D (or 0x34717D) is known color: Ming. HEX triplet: 34, 71 and 7D. RGB value is (52,113,125). Sum of RGB (Red+Green+Blue) = 52+113+125=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 125 - color contains mainly: blue. Hex color #34717D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34717D is #CB8E82. Grayscale: #606060. Windows color (decimal): -13340291 or 8220980. OLE color: 8220980.

HSL color Cylindrical-coordinate representation of color #34717D: hue angle of 189.86º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34717D is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 113 125 -
CMYK 0.58 0.10 0 0.51
HSL 189.86º 0.41% 0.35% -
HSV(B) 189.86º 0.58% 0.49% -
XYZ 11.02 14.02 21.53 -
YUV 96.13 144.29 96.52 -
System Red Green Blue C M Y K H S L
Decimal 52 113 125 0.58 0.10 0 0.51 189.86 0.41 0.35
Hex 34 71 7D 3A A 0 33 BE 29 23
Octal 64 161 175 72 12 0 63 276 51 43
Binary 110100 1110001 1111101 111010 1010 0 110011 10111110 101001 100011

Color Harmonies of #34717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34717D

Black with #34717D

Text Example


Text Example

White with #34717D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34717D;
 }
 .AnyTagClassName
 {
   color: #34717D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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