Html Css Color HEX #3B736F Ming

📋 copy color: '#3B736F'

red 59 ◦ green 115 ◦ blue 111

#3B736F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #3B736F

Tints of Ming #3B736F

RGB

 RED value IS 59 (23.44% from 255) = 20.7%

 GREEN value IS 115 (45.31% from 255) = 40.35%

 BLUE value IS 111 (43.75% from 255) = 38.95%

R = 20.7%
G = 40.35%
B = 38.95%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#3B736F (or 0x3B736F) is known color: Ming. HEX triplet: 3B, 73 and 6F. RGB value is (59,115,111). Sum of RGB (Red+Green+Blue) = 59+115+111=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 115 - color contains mainly: green. Hex color #3B736F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B736F is #C48C90. Grayscale: #616161. Windows color (decimal): -12881041 or 7303995. OLE color: 7303995.

HSL color Cylindrical-coordinate representation of color #3B736F: hue angle of 175.71º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B736F is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 59 115 111 -
CMYK 0.49 0 0.03 0.55
HSL 175.71º 0.32% 0.34% -
HSV(B) 175.71º 0.49% 0.45% -
XYZ 10.8 14.34 17.24 -
YUV 97.8 135.45 100.33 -
System Red Green Blue C M Y K H S L
Decimal 59 115 111 0.49 0 0.03 0.55 175.71 0.32 0.34
Hex 3B 73 6F 31 0 3 37 B0 20 22
Octal 73 163 157 61 0 3 67 260 40 42
Binary 111011 1110011 1101111 110001 0 11 110111 10110000 100000 100010

Color Harmonies of #3B736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B736F

Black with #3B736F

Text Example


Text Example

White with #3B736F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,115,111); }

 H1.HeaderClassName
 {
   color: #3B736F;
 }
 .AnyTagClassName
 {
   color: #3B736F;
 }
</style>

background-color css

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

 a { background-color: rgb(59,115,111); }

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

border-color css

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

 span { border-color: rgb(59,115,111); }

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