#347275

Color #347275 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #347275

Tints of Ming #347275

Color information

#347275 (or 0x347275) is unknown color: approx Ming. HEX triplet: 34, 72 and 75. RGB value is (52,114,117). Sum of RGB (Red+Green+Blue) = 52+114+117=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 117 - color contains mainly: blue. Hex color #347275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347275 is #CB8D8A. Grayscale: #5F5F5F. Windows color (decimal): -13340043 or 7696948. OLE color: 7696948.

HSL color Cylindrical-coordinate representation of color #347275: hue angle of 182.77º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347275 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB52114117-
CMYK0.560.0300.54
HSL182.77º38.46%33.14%-
HSV(B)182.77º55.56%45.88%-
XYZ10.6414.0518.98-
YUV95.8139.9696.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 114 (44.92% from 255) = 40.28%
BLUE value IS 117 (46.09% from 255) = 41.34%
R=18.37%
G=40.28%
B=41.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal521141170.560.0300.54182.7738.4633.14
Hex347275383036b72621
Octal641621657030662674641
Binary1101001110010111010111100011011011010110111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347275; }

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

 H1.HeaderClassName
 {
   color: #347275;
 }
 .AnyTagClassName
 {
   color: #347275;
 }
</style>
background-color css

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

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

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

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

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

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