#367076

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

Shades of Ming #367076

Tints of Ming #367076

Color information

#367076 (or 0x367076) is unknown color: approx Ming. HEX triplet: 36, 70 and 76. RGB value is (54,112,118). Sum of RGB (Red+Green+Blue) = 54+112+118=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 118 - color contains mainly: blue. Hex color #367076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367076 is #C98F89. Grayscale: #5F5F5F. Windows color (decimal): -13209482 or 7761974. OLE color: 7761974.

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

Color convert

RGB54112118-
CMYK0.540.0500.54
HSL185.62º37.21%33.73%-
HSV(B)185.62º54.24%46.27%-
XYZ10.5913.6819.22-
YUV95.34140.7898.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.01%
GREEN value IS 112 (44.14% from 255) = 39.44%
BLUE value IS 118 (46.48% from 255) = 41.55%
R=19.01%
G=39.44%
B=41.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal541121180.540.0500.54185.6237.2133.73
Hex367076365036ba2522
Octal661601666650662724542
Binary11011011100001110110110110101011011010111010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367076; }

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

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

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

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

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

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

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

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