#367273

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

Shades of Ming #367273

Tints of Ming #367273

Color information

#367273 (or 0x367273) is unknown color: approx Ming. HEX triplet: 36, 72 and 73. RGB value is (54,114,115). Sum of RGB (Red+Green+Blue) = 54+114+115=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: blue. Hex color #367273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367273 is #C98D8C. Grayscale: #606060. Windows color (decimal): -13208973 or 7565878. OLE color: 7565878.

HSL color Cylindrical-coordinate representation of color #367273: hue angle of 180.98º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #367273 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB54114115-
CMYK0.530.0100.55
HSL180.98º36.09%33.14%-
HSV(B)180.98º53.04%45.1%-
XYZ10.6314.0618.37-
YUV96.17138.6297.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.08%
GREEN value IS 114 (44.92% from 255) = 40.28%
BLUE value IS 115 (45.31% from 255) = 40.64%
R=19.08%
G=40.28%
B=40.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal541141150.530.0100.55180.9836.0933.14
Hex367273351037b52421
Octal661621636510672654441
Binary110110111001011100111101011011011110110101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367273; }

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

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

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

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

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

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

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

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