Html Css Color HEX #3F7476 Ming

📋 copy color: '#3F7476'

red 63 ◦ green 116 ◦ blue 118

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

Shades of Ming #3F7476

Tints of Ming #3F7476

RGB

 RED value IS 63 (25% from 255) = 21.21%

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

 BLUE value IS 118 (46.48% from 255) = 39.73%

R = 21.21%
G = 39.06%
B = 39.73%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F7476 (or 0x3F7476) is known color: Ming. HEX triplet: 3F, 74 and 76. RGB value is (63,116,118). Sum of RGB (Red+Green+Blue) = 63+116+118=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F7476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7476 is #C08B89. Grayscale: #646464. Windows color (decimal): -12618634 or 7763007. OLE color: 7763007.

HSL color Cylindrical-coordinate representation of color #3F7476: hue angle of 182.18º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7476 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 116 118 -
CMYK 0.47 0.02 0 0.54
HSL 182.18º 0.3% 0.35% -
HSV(B) 182.18º 0.47% 0.46% -
XYZ 11.57 14.86 19.4 -
YUV 100.38 137.94 101.34 -
System Red Green Blue C M Y K H S L
Decimal 63 116 118 0.47 0.02 0 0.54 182.18 0.3 0.35
Hex 3F 74 76 2F 2 0 36 B6 1E 23
Octal 77 164 166 57 2 0 66 266 36 43
Binary 111111 1110100 1110110 101111 10 0 110110 10110110 11110 100011

Color Harmonies of #3F7476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7476

Black with #3F7476

Text Example


Text Example

White with #3F7476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,116,118); }

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

background-color css

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

 a { background-color: rgb(63,116,118); }

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

border-color css

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

 span { border-color: rgb(63,116,118); }

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