#43757C

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

Shades of Ming #43757C

Tints of Ming #43757C

Color information

#43757C (or 0x43757C) is unknown color: approx Ming. HEX triplet: 43, 75 and 7C. RGB value is (67,117,124). Sum of RGB (Red+Green+Blue) = 67+117+124=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #43757C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43757C is #BC8A83. Grayscale: #666666. Windows color (decimal): -12356228 or 8156483. OLE color: 8156483.

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

Color convert

RGB67117124-
CMYK0.460.0600.51
HSL187.37º29.84%37.45%-
HSV(B)187.37º45.97%48.63%-
XYZ12.3115.3721.39-
YUV102.85139.94102.43-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.75%
GREEN value IS 117 (46.09% from 255) = 37.99%
BLUE value IS 124 (48.83% from 255) = 40.26%
R=21.75%
G=37.99%
B=40.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal671171240.460.0600.51187.3729.8437.45
Hex43757C2E6033bb1e25
Octal1031651745660632733645
Binary10000111110101111110010111011001100111011101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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