#36696E

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

Shades of Ming #36696E

Tints of Ming #36696E

Color information

#36696E (or 0x36696E) is unknown color: approx Ming. HEX triplet: 36, 69 and 6E. RGB value is (54,105,110). Sum of RGB (Red+Green+Blue) = 54+105+110=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 110 - color contains mainly: blue. Hex color #36696E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36696E is #C99691. Grayscale: #5A5A5A. Windows color (decimal): -13211282 or 7235894. OLE color: 7235894.

HSL color Cylindrical-coordinate representation of color #36696E: hue angle of 185.36º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #36696E is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB54105110-
CMYK0.510.0500.57
HSL185.36º34.15%32.16%-
HSV(B)185.36º50.91%43.14%-
XYZ9.3912.0116.58-
YUV90.32139.1102.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.07%
GREEN value IS 105 (41.41% from 255) = 39.03%
BLUE value IS 110 (43.36% from 255) = 40.89%
R=20.07%
G=39.03%
B=40.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal541051100.510.0500.57185.3634.1532.16
Hex36696E335039b92220
Octal661511566350712714240
Binary11011011010011101110110011101011100110111001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36696E; }

 p { color: rgb(54,105,110); }

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

<style>
 a { background-color: #36696E; }

 a { background-color: rgb(54,105,110); }

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

<style>
 span { border-color: #36696E; }

 span { border-color: rgb(54,105,110); }

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