Html Css Color HEX #3F7674 Ming

📋 copy color: '#3F7674'

red 63 ◦ green 118 ◦ blue 116

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

Shades of Ming #3F7674

Tints of Ming #3F7674

RGB

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

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

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

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

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #3F7674: hue angle of 177.82º 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 #3F7674 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 118 116 -
CMYK 0.47 0 0.02 0.54
HSL 177.82º 0.3% 0.35% -
HSV(B) 177.82º 0.47% 0.46% -
XYZ 11.68 15.27 18.86 -
YUV 101.33 136.28 100.66 -
System Red Green Blue C M Y K H S L
Decimal 63 118 116 0.47 0 0.02 0.54 177.82 0.3 0.35
Hex 3F 76 74 2F 0 2 36 B2 1E 23
Octal 77 166 164 57 0 2 66 262 36 43
Binary 111111 1110110 1110100 101111 0 10 110110 10110010 11110 100011

Color Harmonies of #3F7674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7674

Black with #3F7674

Text Example


Text Example

White with #3F7674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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