Html Css Color HEX #347278 Ming

📋 copy color: '#347278'

red 52 ◦ green 114 ◦ blue 120

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

Shades of Ming #347278

Tints of Ming #347278

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.86%

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

R = 18.18%
G = 39.86%
B = 41.96%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#347278 (or 0x347278) is known color: Ming. HEX triplet: 34, 72 and 78. RGB value is (52,114,120). Sum of RGB (Red+Green+Blue) = 52+114+120=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 120 - color contains mainly: blue. Hex color #347278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347278 is #CB8D87. Grayscale: #606060. Windows color (decimal): -13340040 or 7893556. OLE color: 7893556.

HSL color Cylindrical-coordinate representation of color #347278: hue angle of 185.29º 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 #347278 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 114 120 -
CMYK 0.57 0.05 0 0.53
HSL 185.29º 0.4% 0.34% -
HSV(B) 185.29º 0.57% 0.47% -
XYZ 10.82 14.12 19.92 -
YUV 96.15 141.46 96.51 -
System Red Green Blue C M Y K H S L
Decimal 52 114 120 0.57 0.05 0 0.53 185.29 0.4 0.34
Hex 34 72 78 39 5 0 35 B9 28 22
Octal 64 162 170 71 5 0 65 271 50 42
Binary 110100 1110010 1111000 111001 101 0 110101 10111001 101000 100010

Color Harmonies of #347278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347278

Black with #347278

Text Example


Text Example

White with #347278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347278; }

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

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

background-color css

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

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

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

border-color css

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

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

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