Html Css Color HEX #3C6C73 Ming

📋 copy color: '#3C6C73'

red 60 ◦ green 108 ◦ blue 115

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

Shades of Ming #3C6C73

Tints of Ming #3C6C73

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.16%

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

R = 21.2%
G = 38.16%
B = 40.64%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C6C73 (or 0x3C6C73) is known color: Ming. HEX triplet: 3C, 6C and 73. RGB value is (60,108,115). Sum of RGB (Red+Green+Blue) = 60+108+115=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C6C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6C73 is #C3938C. Grayscale: #5E5E5E. Windows color (decimal): -12817293 or 7564348. OLE color: 7564348.

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

Color convert

RGB 60 108 115 -
CMYK 0.48 0.06 0 0.55
HSL 187.64º 0.31% 0.34% -
HSV(B) 187.64º 0.48% 0.45% -
XYZ 10.32 12.92 18.17 -
YUV 94.45 139.6 103.43 -
System Red Green Blue C M Y K H S L
Decimal 60 108 115 0.48 0.06 0 0.55 187.64 0.31 0.34
Hex 3C 6C 73 30 6 0 37 BC 1F 22
Octal 74 154 163 60 6 0 67 274 37 42
Binary 111100 1101100 1110011 110000 110 0 110111 10111100 11111 100010

Color Harmonies of #3C6C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6C73

Black with #3C6C73

Text Example


Text Example

White with #3C6C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,108,115); }

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

background-color css

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

 a { background-color: rgb(60,108,115); }

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

border-color css

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

 span { border-color: rgb(60,108,115); }

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