#347075

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

Shades of Ming #347075

Tints of Ming #347075

Color information

#347075 (or 0x347075) is unknown color: approx Ming. HEX triplet: 34, 70 and 75. RGB value is (52,112,117). Sum of RGB (Red+Green+Blue) = 52+112+117=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #347075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347075 is #CB8F8A. Grayscale: #5E5E5E. Windows color (decimal): -13340555 or 7696436. OLE color: 7696436.

HSL color Cylindrical-coordinate representation of color #347075: hue angle of 184.62º 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 #347075 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB52112117-
CMYK0.560.0400.54
HSL184.62º38.46%33.14%-
HSV(B)184.62º55.56%45.88%-
XYZ10.4213.618.91-
YUV94.63140.6297.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.51%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 117 (46.09% from 255) = 41.64%
R=18.51%
G=39.86%
B=41.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal521121170.560.0400.54184.6238.4633.14
Hex347075384036b92621
Octal641601657040662714641
Binary11010011100001110101111000100011011010111001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347075; }

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

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

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

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

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

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

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

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