Html Css Color HEX #3C7279 Ming

📋 copy color: '#3C7279'

red 60 ◦ green 114 ◦ blue 121

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

Shades of Ming #3C7279

Tints of Ming #3C7279

RGB

 RED value IS 60 (23.83% from 255) = 20.34%

 GREEN value IS 114 (44.92% from 255) = 38.64%

 BLUE value IS 121 (47.66% from 255) = 41.02%

R = 20.34%
G = 38.64%
B = 41.02%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3C7279 (or 0x3C7279) is known color: Ming. HEX triplet: 3C, 72 and 79. RGB value is (60,114,121). Sum of RGB (Red+Green+Blue) = 60+114+121=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 121 - color contains mainly: blue. Hex color #3C7279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7279 is #C38D86. Grayscale: #626262. Windows color (decimal): -12815751 or 7959100. OLE color: 7959100.

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

Color convert

RGB 60 114 121 -
CMYK 0.50 0.06 0 0.53
HSL 186.89º 0.34% 0.35% -
HSV(B) 186.89º 0.5% 0.47% -
XYZ 11.33 14.38 20.27 -
YUV 98.65 140.61 100.43 -
System Red Green Blue C M Y K H S L
Decimal 60 114 121 0.50 0.06 0 0.53 186.89 0.34 0.35
Hex 3C 72 79 32 6 0 35 BB 22 23
Octal 74 162 171 62 6 0 65 273 42 43
Binary 111100 1110010 1111001 110010 110 0 110101 10111011 100010 100011

Color Harmonies of #3C7279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7279

Black with #3C7279

Text Example


Text Example

White with #3C7279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,114,121); }

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

background-color css

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

 a { background-color: rgb(60,114,121); }

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

border-color css

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

 span { border-color: rgb(60,114,121); }

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