#3B707C

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

Shades of Ming #3B707C

Tints of Ming #3B707C

Color information

#3B707C (or 0x3B707C) is unknown color: approx Ming. HEX triplet: 3B, 70 and 7C. RGB value is (59,112,124). Sum of RGB (Red+Green+Blue) = 59+112+124=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 112 (44.14% from 255 or 37.97% 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 #3B707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B707C is #C48F83. Grayscale: #616161. Windows color (decimal): -12881796 or 8155195. OLE color: 8155195.

HSL color Cylindrical-coordinate representation of color #3B707C: hue angle of 191.08º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B707C is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB59112124-
CMYK0.520.1000.51
HSL191.08º35.52%35.88%-
HSV(B)191.08º52.42%48.63%-
XYZ11.2413.9721.17-
YUV97.52142.94100.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20%
GREEN value IS 112 (44.14% from 255) = 37.97%
BLUE value IS 124 (48.83% from 255) = 42.03%
R=20%
G=37.97%
B=42.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal591121240.520.1000.51191.0835.5235.88
Hex3B707C34A033bf2424
Octal7316017464120632774444
Binary111011111000011111001101001010011001110111111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B707C; }

 p { color: rgb(59,112,124); }

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

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

 a { background-color: rgb(59,112,124); }

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

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

 span { border-color: rgb(59,112,124); }

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