#356C6E

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

Shades of Ming #356C6E

Tints of Ming #356C6E

Color information

#356C6E (or 0x356C6E) is unknown color: approx Ming. HEX triplet: 35, 6C and 6E. RGB value is (53,108,110). Sum of RGB (Red+Green+Blue) = 53+108+110=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 110 - color contains mainly: blue. Hex color #356C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C6E is #CA9391. Grayscale: #5B5B5B. Windows color (decimal): -13276050 or 7236661. OLE color: 7236661.

HSL color Cylindrical-coordinate representation of color #356C6E: hue angle of 182.11º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #356C6E is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB53108110-
CMYK0.520.0200.57
HSL182.11º34.97%31.96%-
HSV(B)182.11º51.82%43.14%-
XYZ9.6512.6116.68-
YUV91.78138.28100.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 108 (42.58% from 255) = 39.85%
BLUE value IS 110 (43.36% from 255) = 40.59%
R=19.56%
G=39.85%
B=40.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal531081100.520.0200.57182.1134.9731.96
Hex356C6E342039b62320
Octal651541566420712664340
Binary1101011101100110111011010010011100110110110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,108,110); }

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

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

 a { background-color: rgb(53,108,110); }

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

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

 span { border-color: rgb(53,108,110); }

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