#366B6F

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

Shades of Ming #366B6F

Tints of Ming #366B6F

Color information

#366B6F (or 0x366B6F) is unknown color: approx Ming. HEX triplet: 36, 6B and 6F. RGB value is (54,107,111). Sum of RGB (Red+Green+Blue) = 54+107+111=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 111 - color contains mainly: blue. Hex color #366B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366B6F is #C99490. Grayscale: #5B5B5B. Windows color (decimal): -13210769 or 7301942. OLE color: 7301942.

HSL color Cylindrical-coordinate representation of color #366B6F: hue angle of 184.21º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #366B6F is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB54107111-
CMYK0.510.0400.56
HSL184.21º34.55%32.35%-
HSV(B)184.21º51.35%43.53%-
XYZ9.6512.4516.93-
YUV91.61138.94101.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.85%
GREEN value IS 107 (42.19% from 255) = 39.34%
BLUE value IS 111 (43.75% from 255) = 40.81%
R=19.85%
G=39.34%
B=40.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal541071110.510.0400.56184.2134.5532.35
Hex366B6F334038b82320
Octal661531576340702704340
Binary11011011010111101111110011100011100010111000100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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