#36757D

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

Shades of Ming #36757D

Tints of Ming #36757D

Color information

#36757D (or 0x36757D) is unknown color: approx Ming. HEX triplet: 36, 75 and 7D. RGB value is (54,117,125). Sum of RGB (Red+Green+Blue) = 54+117+125=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 125 - color contains mainly: blue. Hex color #36757D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36757D is #C98A82. Grayscale: #626262. Windows color (decimal): -13208195 or 8222006. OLE color: 8222006.

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

Color convert

RGB54117125-
CMYK0.570.0600.51
HSL186.76º39.66%35.1%-
HSV(B)186.76º56.8%49.02%-
XYZ11.5814.9921.68-
YUV99.08142.6395.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.24%
GREEN value IS 117 (46.09% from 255) = 39.53%
BLUE value IS 125 (49.22% from 255) = 42.23%
R=18.24%
G=39.53%
B=42.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal541171250.570.0600.51186.7639.6635.1
Hex36757D396033bb2823
Octal661651757160632735043
Binary11011011101011111101111001110011001110111011101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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