#357276

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

Shades of Ming #357276

Tints of Ming #357276

Color information

#357276 (or 0x357276) is unknown color: approx Ming. HEX triplet: 35, 72 and 76. RGB value is (53,114,118). Sum of RGB (Red+Green+Blue) = 53+114+118=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 118 - color contains mainly: blue. Hex color #357276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357276 is #CA8D89. Grayscale: #606060. Windows color (decimal): -13274506 or 7762485. OLE color: 7762485.

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

Color convert

RGB53114118-
CMYK0.550.0300.54
HSL183.69º38.01%33.53%-
HSV(B)183.69º55.08%46.27%-
XYZ10.7614.119.29-
YUV96.22140.2997.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 118 (46.48% from 255) = 41.40%
R=18.60%
G=40%
B=41.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531141180.550.0300.54183.6938.0133.53
Hex357276373036b82622
Octal651621666730662704642
Binary1101011110010111011011011111011011010111000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357276; }

 p { color: rgb(53,114,118); }

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

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

 a { background-color: rgb(53,114,118); }

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

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

 span { border-color: rgb(53,114,118); }

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