Html Css Color HEX #34707C Ming

📋 copy color: '#34707C'

red 52 ◦ green 112 ◦ blue 124

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

Shades of Ming #34707C

Tints of Ming #34707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.89%

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

R = 18.06%
G = 38.89%
B = 43.06%

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

#34707C (or 0x34707C) is known color: Ming. HEX triplet: 34, 70 and 7C. RGB value is (52,112,124). Sum of RGB (Red+Green+Blue) = 52+112+124=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 124 - color contains mainly: blue. Hex color #34707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34707C is #CB8F83. Grayscale: #5F5F5F. Windows color (decimal): -13340548 or 8155188. OLE color: 8155188.

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

Color convert

RGB 52 112 124 -
CMYK 0.58 0.10 0 0.51
HSL 190º 0.41% 0.35% -
HSV(B) 190º 0.58% 0.49% -
XYZ 10.85 13.77 21.16 -
YUV 95.43 144.12 97.02 -
System Red Green Blue C M Y K H S L
Decimal 52 112 124 0.58 0.10 0 0.51 190 0.41 0.35
Hex 34 70 7C 3A A 0 33 BE 29 23
Octal 64 160 174 72 12 0 63 276 51 43
Binary 110100 1110000 1111100 111010 1010 0 110011 10111110 101001 100011

Color Harmonies of #34707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34707C

Black with #34707C

Text Example


Text Example

White with #34707C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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