#367075

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

Shades of Ming #367075

Tints of Ming #367075

Color information

#367075 (or 0x367075) is unknown color: approx Ming. HEX triplet: 36, 70 and 75. RGB value is (54,112,117). Sum of RGB (Red+Green+Blue) = 54+112+117=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 117 - color contains mainly: blue. Hex color #367075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367075 is #C98F8A. Grayscale: #5F5F5F. Windows color (decimal): -13209483 or 7696438. OLE color: 7696438.

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

Color convert

RGB54112117-
CMYK0.540.0400.54
HSL184.76º36.84%33.53%-
HSV(B)184.76º53.85%45.88%-
XYZ10.5313.6618.91-
YUV95.23140.2898.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.08%
GREEN value IS 112 (44.14% from 255) = 39.58%
BLUE value IS 117 (46.09% from 255) = 41.34%
R=19.08%
G=39.58%
B=41.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal541121170.540.0400.54184.7636.8433.53
Hex367075364036b92522
Octal661601656640662714542
Binary11011011100001110101110110100011011010111001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367075; }

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

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

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

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

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

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

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

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