#366C76

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

Shades of Ming #366C76

Tints of Ming #366C76

Color information

#366C76 (or 0x366C76) is unknown color: approx Ming. HEX triplet: 36, 6C and 76. RGB value is (54,108,118). Sum of RGB (Red+Green+Blue) = 54+108+118=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #366C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366C76 is #C99389. Grayscale: #5C5C5C. Windows color (decimal): -13210506 or 7760950. OLE color: 7760950.

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

Color convert

RGB54108118-
CMYK0.540.0800.54
HSL189.38º37.21%33.73%-
HSV(B)189.38º54.24%46.27%-
XYZ10.1512.8219.08-
YUV92.99142.11100.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.29%
GREEN value IS 108 (42.58% from 255) = 38.57%
BLUE value IS 118 (46.48% from 255) = 42.14%
R=19.29%
G=38.57%
B=42.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal541081180.540.0800.54189.3837.2133.73
Hex366C76368036bd2522
Octal6615416666100662754542
Binary110110110110011101101101101000011011010111101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366C76; }

 p { color: rgb(54,108,118); }

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

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

 a { background-color: rgb(54,108,118); }

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

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

 span { border-color: rgb(54,108,118); }

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