Html Css Color HEX #3B7375 Ming

📋 copy color: '#3B7375'

red 59 ◦ green 115 ◦ blue 117

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

Shades of Ming #3B7375

Tints of Ming #3B7375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.21%

R = 20.27%
G = 39.52%
B = 40.21%

CMYK

 C value IS 0.50

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3B7375 (or 0x3B7375) is known color: Ming. HEX triplet: 3B, 73 and 75. RGB value is (59,115,117). Sum of RGB (Red+Green+Blue) = 59+115+117=291 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.27% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B7375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7375 is #C48C8A. Grayscale: #626262. Windows color (decimal): -12881035 or 7697211. OLE color: 7697211.

HSL color Cylindrical-coordinate representation of color #3B7375: hue angle of 182.07º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B7375 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 59 115 117 -
CMYK 0.50 0.02 0 0.54
HSL 182.07º 0.33% 0.35% -
HSV(B) 182.07º 0.5% 0.46% -
XYZ 11.15 14.48 19.04 -
YUV 98.48 138.45 99.84 -
System Red Green Blue C M Y K H S L
Decimal 59 115 117 0.50 0.02 0 0.54 182.07 0.33 0.35
Hex 3B 73 75 32 2 0 36 B6 21 23
Octal 73 163 165 62 2 0 66 266 41 43
Binary 111011 1110011 1110101 110010 10 0 110110 10110110 100001 100011

Color Harmonies of #3B7375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7375

Black with #3B7375

Text Example


Text Example

White with #3B7375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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