Html Css Color HEX #3B7073 Ming

📋 copy color: '#3B7073'

red 59 ◦ green 112 ◦ blue 115

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

Shades of Ming #3B7073

Tints of Ming #3B7073

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.16%

 BLUE value IS 115 (45.31% from 255) = 40.21%

R = 20.63%
G = 39.16%
B = 40.21%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3B7073 (or 0x3B7073) is known color: Ming. HEX triplet: 3B, 70 and 73. RGB value is (59,112,115). Sum of RGB (Red+Green+Blue) = 59+112+115=286 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.63% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B7073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7073 is #C48F8C. Grayscale: #606060. Windows color (decimal): -12881805 or 7565371. OLE color: 7565371.

HSL color Cylindrical-coordinate representation of color #3B7073: hue angle of 183.21º 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 #3B7073 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 59 112 115 -
CMYK 0.49 0.03 0 0.55
HSL 183.21º 0.32% 0.34% -
HSV(B) 183.21º 0.49% 0.45% -
XYZ 10.69 13.76 18.31 -
YUV 96.5 138.44 101.26 -
System Red Green Blue C M Y K H S L
Decimal 59 112 115 0.49 0.03 0 0.55 183.21 0.32 0.34
Hex 3B 70 73 31 3 0 37 B7 20 22
Octal 73 160 163 61 3 0 67 267 40 42
Binary 111011 1110000 1110011 110001 11 0 110111 10110111 100000 100010

Color Harmonies of #3B7073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7073

Black with #3B7073

Text Example


Text Example

White with #3B7073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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