#36757C

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

Shades of Ming #36757C

Tints of Ming #36757C

Color information

#36757C (or 0x36757C) is unknown color: approx Ming. HEX triplet: 36, 75 and 7C. RGB value is (54,117,124). Sum of RGB (Red+Green+Blue) = 54+117+124=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #36757C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36757C is #C98A83. Grayscale: #626262. Windows color (decimal): -13208196 or 8156470. OLE color: 8156470.

HSL color Cylindrical-coordinate representation of color #36757C: hue angle of 186º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36757C is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB54117124-
CMYK0.560.0600.51
HSL186º39.33%34.9%-
HSV(B)186º56.45%48.63%-
XYZ11.5214.9621.35-
YUV98.96142.1395.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.31%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 124 (48.83% from 255) = 42.03%
R=18.31%
G=39.66%
B=42.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal541171240.560.0600.5118639.3334.9
Hex36757C386033ba2723
Octal661651747060632724743
Binary11011011101011111100111000110011001110111010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36757C; }

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

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

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

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

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

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

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

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