#356D77

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

Shades of Ming #356D77

Tints of Ming #356D77

Color information

#356D77 (or 0x356D77) is unknown color: approx Ming. HEX triplet: 35, 6D and 77. RGB value is (53,109,119). Sum of RGB (Red+Green+Blue) = 53+109+119=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 119 - color contains mainly: blue. Hex color #356D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356D77 is #CA9288. Grayscale: #5D5D5D. Windows color (decimal): -13275785 or 7826741. OLE color: 7826741.

HSL color Cylindrical-coordinate representation of color #356D77: hue angle of 189.09º 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 #356D77 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB53109119-
CMYK0.550.0800.53
HSL189.09º38.37%33.73%-
HSV(B)189.09º55.46%46.67%-
XYZ10.2713.0319.43-
YUV93.4142.4599.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.86%
GREEN value IS 109 (42.97% from 255) = 38.79%
BLUE value IS 119 (46.88% from 255) = 42.35%
R=18.86%
G=38.79%
B=42.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531091190.550.0800.53189.0938.3733.73
Hex356D77378035bd2622
Octal6515516767100652754642
Binary110101110110111101111101111000011010110111101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356D77; }

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

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

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

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

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

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

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

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