#367276

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

Shades of Ming #367276

Tints of Ming #367276

Color information

#367276 (or 0x367276) is unknown color: approx Ming. HEX triplet: 36, 72 and 76. RGB value is (54,114,118). Sum of RGB (Red+Green+Blue) = 54+114+118=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 118 - color contains mainly: blue. Hex color #367276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367276 is #C98D89. Grayscale: #606060. Windows color (decimal): -13208970 or 7762486. OLE color: 7762486.

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

Color convert

RGB54114118-
CMYK0.540.0300.54
HSL183.75º37.21%33.73%-
HSV(B)183.75º54.24%46.27%-
XYZ10.8114.1319.3-
YUV96.52140.1297.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.88%
GREEN value IS 114 (44.92% from 255) = 39.86%
BLUE value IS 118 (46.48% from 255) = 41.26%
R=18.88%
G=39.86%
B=41.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal541141180.540.0300.54183.7537.2133.73
Hex367276363036b82522
Octal661621666630662704542
Binary1101101110010111011011011011011011010111000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367276; }

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

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

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

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

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

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

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

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