#437075

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

Shades of Ming #437075

Tints of Ming #437075

Color information

#437075 (or 0x437075) is unknown color: approx Ming. HEX triplet: 43, 70 and 75. RGB value is (67,112,117). Sum of RGB (Red+Green+Blue) = 67+112+117=296 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.64% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 117 - color contains mainly: blue. Hex color #437075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437075 is #BC8F8A. Grayscale: #636363. Windows color (decimal): -12357515 or 7696451. OLE color: 7696451.

HSL color Cylindrical-coordinate representation of color #437075: hue angle of 186º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #437075 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB67112117-
CMYK0.430.0400.54
HSL186º27.17%36.08%-
HSV(B)186º42.74%45.88%-
XYZ11.3214.0718.95-
YUV99.12138.09105.09-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.64%
GREEN value IS 112 (44.14% from 255) = 37.84%
BLUE value IS 117 (46.09% from 255) = 39.53%
R=22.64%
G=37.84%
B=39.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal671121170.430.0400.5418627.1736.08
Hex4370752B4036ba1b24
Octal1031601655340662723344
Binary10000111110000111010110101110001101101011101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #437075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #437075; }

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

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

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

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

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

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

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

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