#356B76

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

Shades of Ming #356B76

Tints of Ming #356B76

Color information

#356B76 (or 0x356B76) is unknown color: approx Ming. HEX triplet: 35, 6B and 76. RGB value is (53,107,118). Sum of RGB (Red+Green+Blue) = 53+107+118=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 118 - color contains mainly: blue. Hex color #356B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B76 is #CA9489. Grayscale: #5C5C5C. Windows color (decimal): -13276298 or 7760693. OLE color: 7760693.

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

Color convert

RGB53107118-
CMYK0.550.0900.54
HSL190.15º38.01%33.53%-
HSV(B)190.15º55.08%46.27%-
XYZ1012.5819.04-
YUV92.11142.61100.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 107 (42.19% from 255) = 38.49%
BLUE value IS 118 (46.48% from 255) = 42.45%
R=19.06%
G=38.49%
B=42.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531071180.550.0900.54190.1538.0133.53
Hex356B76379036be2622
Octal6515316667110662764642
Binary110101110101111101101101111001011011010111110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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