Html Css Color HEX #3C747B Ming

📋 copy color: '#3C747B'

red 60 ◦ green 116 ◦ blue 123

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

Shades of Ming #3C747B

Tints of Ming #3C747B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.14%

R = 20.07%
G = 38.8%
B = 41.14%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3C747B (or 0x3C747B) is known color: Ming. HEX triplet: 3C, 74 and 7B. RGB value is (60,116,123). Sum of RGB (Red+Green+Blue) = 60+116+123=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C747B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C747B is #C38B84. Grayscale: #636363. Windows color (decimal): -12815237 or 8090684. OLE color: 8090684.

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

Color convert

RGB 60 116 123 -
CMYK 0.51 0.06 0 0.52
HSL 186.67º 0.34% 0.36% -
HSV(B) 186.67º 0.51% 0.48% -
XYZ 11.68 14.88 21 -
YUV 100.05 140.95 99.43 -
System Red Green Blue C M Y K H S L
Decimal 60 116 123 0.51 0.06 0 0.52 186.67 0.34 0.36
Hex 3C 74 7B 33 6 0 34 BB 22 24
Octal 74 164 173 63 6 0 64 273 42 44
Binary 111100 1110100 1111011 110011 110 0 110100 10111011 100010 100100

Color Harmonies of #3C747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C747B

Black with #3C747B

Text Example


Text Example

White with #3C747B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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