Html Css Color HEX #34717C Ming

📋 copy color: '#34717C'

red 52 ◦ green 113 ◦ blue 124

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

Shades of Ming #34717C

Tints of Ming #34717C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 42.91%

R = 17.99%
G = 39.1%
B = 42.91%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34717C (or 0x34717C) is known color: Ming. HEX triplet: 34, 71 and 7C. RGB value is (52,113,124). Sum of RGB (Red+Green+Blue) = 52+113+124=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 124 - color contains mainly: blue. Hex color #34717C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34717C is #CB8E83. Grayscale: #5F5F5F. Windows color (decimal): -13340292 or 8155444. OLE color: 8155444.

HSL color Cylindrical-coordinate representation of color #34717C: hue angle of 189.17º 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 #34717C is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 113 124 -
CMYK 0.58 0.09 0 0.51
HSL 189.17º 0.41% 0.35% -
HSV(B) 189.17º 0.58% 0.49% -
XYZ 10.96 14 21.19 -
YUV 96.02 143.79 96.61 -
System Red Green Blue C M Y K H S L
Decimal 52 113 124 0.58 0.09 0 0.51 189.17 0.41 0.35
Hex 34 71 7C 3A 9 0 33 BD 29 23
Octal 64 161 174 72 11 0 63 275 51 43
Binary 110100 1110001 1111100 111010 1001 0 110011 10111101 101001 100011

Color Harmonies of #34717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34717C

Black with #34717C

Text Example


Text Example

White with #34717C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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