#357077

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

Shades of Ming #357077

Tints of Ming #357077

Color information

#357077 (or 0x357077) is unknown color: approx Ming. HEX triplet: 35, 70 and 77. RGB value is (53,112,119). Sum of RGB (Red+Green+Blue) = 53+112+119=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #357077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357077 is #CA8F88. Grayscale: #5F5F5F. Windows color (decimal): -13275017 or 7827509. OLE color: 7827509.

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

Color convert

RGB53112119-
CMYK0.550.0600.53
HSL186.36º38.37%33.73%-
HSV(B)186.36º55.46%46.67%-
XYZ10.5913.6819.53-
YUV95.16141.4597.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.66%
GREEN value IS 112 (44.14% from 255) = 39.44%
BLUE value IS 119 (46.88% from 255) = 41.90%
R=18.66%
G=39.44%
B=41.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531121190.550.0600.53186.3638.3733.73
Hex357077376035ba2622
Octal651601676760652724642
Binary11010111100001110111110111110011010110111010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357077; }

 p { color: rgb(53,112,119); }

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

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

 a { background-color: rgb(53,112,119); }

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

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

 span { border-color: rgb(53,112,119); }

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