#366B76

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

Shades of Ming #366B76

Tints of Ming #366B76

Color information

#366B76 (or 0x366B76) is unknown color: approx Ming. HEX triplet: 36, 6B and 76. RGB value is (54,107,118). Sum of RGB (Red+Green+Blue) = 54+107+118=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #366B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366B76 is #C99489. Grayscale: #5C5C5C. Windows color (decimal): -13210762 or 7760694. OLE color: 7760694.

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

Color convert

RGB54107118-
CMYK0.540.0900.54
HSL190.31º37.21%33.73%-
HSV(B)190.31º54.24%46.27%-
XYZ10.0512.6119.04-
YUV92.41142.44100.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.35%
GREEN value IS 107 (42.19% from 255) = 38.35%
BLUE value IS 118 (46.48% from 255) = 42.29%
R=19.35%
G=38.35%
B=42.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal541071180.540.0900.54190.3137.2133.73
Hex366B76369036be2522
Octal6615316666110662764542
Binary110110110101111101101101101001011011010111110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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