Html Css Color HEX #347078 Ming

📋 copy color: '#347078'

red 52 ◦ green 112 ◦ blue 120

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

Shades of Ming #347078

Tints of Ming #347078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.25%

R = 18.31%
G = 39.44%
B = 42.25%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#347078 (or 0x347078) is known color: Ming. HEX triplet: 34, 70 and 78. RGB value is (52,112,120). Sum of RGB (Red+Green+Blue) = 52+112+120=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 120 - color contains mainly: blue. Hex color #347078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347078 is #CB8F87. Grayscale: #5E5E5E. Windows color (decimal): -13340552 or 7893044. OLE color: 7893044.

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

Color convert

RGB 52 112 120 -
CMYK 0.57 0.07 0 0.53
HSL 187.06º 0.4% 0.34% -
HSV(B) 187.06º 0.57% 0.47% -
XYZ 10.6 13.67 19.85 -
YUV 94.97 142.12 97.35 -
System Red Green Blue C M Y K H S L
Decimal 52 112 120 0.57 0.07 0 0.53 187.06 0.4 0.34
Hex 34 70 78 39 7 0 35 BB 28 22
Octal 64 160 170 71 7 0 65 273 50 42
Binary 110100 1110000 1111000 111001 111 0 110101 10111011 101000 100010

Color Harmonies of #347078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347078

Black with #347078

Text Example


Text Example

White with #347078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347078; }

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

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

background-color css

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

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

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

border-color css

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

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

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