Html Css Color HEX #3B6E78 Ming

📋 copy color: '#3B6E78'

red 59 ◦ green 110 ◦ blue 120

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

Shades of Ming #3B6E78

Tints of Ming #3B6E78

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.06%

 BLUE value IS 120 (47.27% from 255) = 41.52%

R = 20.42%
G = 38.06%
B = 41.52%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3B6E78 (or 0x3B6E78) is known color: Ming. HEX triplet: 3B, 6E and 78. RGB value is (59,110,120). Sum of RGB (Red+Green+Blue) = 59+110+120=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B6E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6E78 is #C49187. Grayscale: #5F5F5F. Windows color (decimal): -12882312 or 7892539. OLE color: 7892539.

HSL color Cylindrical-coordinate representation of color #3B6E78: hue angle of 189.84º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B6E78 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 59 110 120 -
CMYK 0.51 0.08 0 0.53
HSL 189.84º 0.34% 0.35% -
HSV(B) 189.84º 0.51% 0.47% -
XYZ 10.77 13.44 19.8 -
YUV 95.89 141.6 101.69 -
System Red Green Blue C M Y K H S L
Decimal 59 110 120 0.51 0.08 0 0.53 189.84 0.34 0.35
Hex 3B 6E 78 33 8 0 35 BE 22 23
Octal 73 156 170 63 10 0 65 276 42 43
Binary 111011 1101110 1111000 110011 1000 0 110101 10111110 100010 100011

Color Harmonies of #3B6E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6E78

Black with #3B6E78

Text Example


Text Example

White with #3B6E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,110,120); }

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

background-color css

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

 a { background-color: rgb(59,110,120); }

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

border-color css

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

 span { border-color: rgb(59,110,120); }

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