#367275

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

Shades of Ming #367275

Tints of Ming #367275

Color information

#367275 (or 0x367275) is unknown color: approx Ming. HEX triplet: 36, 72 and 75. RGB value is (54,114,117). Sum of RGB (Red+Green+Blue) = 54+114+117=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #367275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367275 is #C98D8A. Grayscale: #606060. Windows color (decimal): -13208971 or 7696950. OLE color: 7696950.

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

Color convert

RGB54114117-
CMYK0.540.0300.54
HSL182.86º36.84%33.53%-
HSV(B)182.86º53.85%45.88%-
XYZ10.7514.118.99-
YUV96.4139.6297.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 117 (46.09% from 255) = 41.05%
R=18.95%
G=40%
B=41.05%

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
Decimal541141170.540.0300.54182.8636.8433.53
Hex367275363036b72522
Octal661621656630662674542
Binary1101101110010111010111011011011011010110111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367275; }

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

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

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

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

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

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

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

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