Html Css Color HEX #3C7472 Ming

📋 copy color: '#3C7472'

red 60 ◦ green 116 ◦ blue 114

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

Shades of Ming #3C7472

Tints of Ming #3C7472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40%

 BLUE value IS 114 (44.92% from 255) = 39.31%

R = 20.69%
G = 40%
B = 39.31%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#3C7472 (or 0x3C7472) is known color: Ming. HEX triplet: 3C, 74 and 72. RGB value is (60,116,114). Sum of RGB (Red+Green+Blue) = 60+116+114=290 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.69% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 116 - color contains mainly: green. Hex color #3C7472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7472 is #C38B8D. Grayscale: #626262. Windows color (decimal): -12815246 or 7500860. OLE color: 7500860.

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

Color convert

RGB 60 116 114 -
CMYK 0.48 0 0.02 0.55
HSL 177.86º 0.32% 0.35% -
HSV(B) 177.86º 0.48% 0.45% -
XYZ 11.15 14.67 18.16 -
YUV 99.03 136.45 100.16 -
System Red Green Blue C M Y K H S L
Decimal 60 116 114 0.48 0 0.02 0.55 177.86 0.32 0.35
Hex 3C 74 72 30 0 2 37 B2 20 23
Octal 74 164 162 60 0 2 67 262 40 43
Binary 111100 1110100 1110010 110000 0 10 110111 10110010 100000 100011

Color Harmonies of #3C7472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7472

Black with #3C7472

Text Example


Text Example

White with #3C7472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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