Html Css Color HEX #3C717B Ming

📋 copy color: '#3C717B'

red 60 ◦ green 113 ◦ blue 123

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

Shades of Ming #3C717B

Tints of Ming #3C717B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.18%

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

R = 20.27%
G = 38.18%
B = 41.55%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3C717B (or 0x3C717B) is known color: Ming. HEX triplet: 3C, 71 and 7B. RGB value is (60,113,123). Sum of RGB (Red+Green+Blue) = 60+113+123=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C717B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C717B is #C38E84. Grayscale: #626262. Windows color (decimal): -12816005 or 8089916. OLE color: 8089916.

HSL color Cylindrical-coordinate representation of color #3C717B: hue angle of 189.52º 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 #3C717B is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 60 113 123 -
CMYK 0.51 0.08 0 0.52
HSL 189.52º 0.34% 0.36% -
HSV(B) 189.52º 0.51% 0.48% -
XYZ 11.34 14.2 20.88 -
YUV 98.29 141.94 100.69 -
System Red Green Blue C M Y K H S L
Decimal 60 113 123 0.51 0.08 0 0.52 189.52 0.34 0.36
Hex 3C 71 7B 33 8 0 34 BE 22 24
Octal 74 161 173 63 10 0 64 276 42 44
Binary 111100 1110001 1111011 110011 1000 0 110100 10111110 100010 100100

Color Harmonies of #3C717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C717B

Black with #3C717B

Text Example


Text Example

White with #3C717B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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