Html Css Color HEX #3F7874 Ming

📋 copy color: '#3F7874'

red 63 ◦ green 120 ◦ blue 116

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

Shades of Ming #3F7874

Tints of Ming #3F7874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.13%

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

R = 21.07%
G = 40.13%
B = 38.8%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#3F7874 (or 0x3F7874) is known color: Ming. HEX triplet: 3F, 78 and 74. RGB value is (63,120,116). Sum of RGB (Red+Green+Blue) = 63+120+116=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #3F7874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7874 is #C0878B. Grayscale: #666666. Windows color (decimal): -12617612 or 7632959. OLE color: 7632959.

HSL color Cylindrical-coordinate representation of color #3F7874: hue angle of 175.79º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F7874 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 120 116 -
CMYK 0.48 0 0.03 0.53
HSL 175.79º 0.31% 0.36% -
HSV(B) 175.79º 0.48% 0.47% -
XYZ 11.92 15.75 18.93 -
YUV 102.5 135.62 99.83 -
System Red Green Blue C M Y K H S L
Decimal 63 120 116 0.48 0 0.03 0.53 175.79 0.31 0.36
Hex 3F 78 74 30 0 3 35 B0 1F 24
Octal 77 170 164 60 0 3 65 260 37 44
Binary 111111 1111000 1110100 110000 0 11 110101 10110000 11111 100100

Color Harmonies of #3F7874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7874

Black with #3F7874

Text Example


Text Example

White with #3F7874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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