Html Css Color HEX #3F7778 Ming

📋 copy color: '#3F7778'

red 63 ◦ green 119 ◦ blue 120

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

Shades of Ming #3F7778

Tints of Ming #3F7778

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.4%

 BLUE value IS 120 (47.27% from 255) = 39.74%

R = 20.86%
G = 39.4%
B = 39.74%

CMYK

 C value IS 0.48

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3F7778 (or 0x3F7778) is known color: Ming. HEX triplet: 3F, 77 and 78. RGB value is (63,119,120). Sum of RGB (Red+Green+Blue) = 63+119+120=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 120 - color contains mainly: blue. Hex color #3F7778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7778 is #C08887. Grayscale: #666666. Windows color (decimal): -12617864 or 7894847. OLE color: 7894847.

HSL color Cylindrical-coordinate representation of color #3F7778: hue angle of 181.05º 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 #3F7778 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 119 120 -
CMYK 0.48 0.01 0 0.53
HSL 181.05º 0.31% 0.36% -
HSV(B) 181.05º 0.48% 0.47% -
XYZ 12.04 15.61 20.15 -
YUV 102.37 137.95 99.92 -
System Red Green Blue C M Y K H S L
Decimal 63 119 120 0.48 0.01 0 0.53 181.05 0.31 0.36
Hex 3F 77 78 30 1 0 35 B5 1F 24
Octal 77 167 170 60 1 0 65 265 37 44
Binary 111111 1110111 1111000 110000 1 0 110101 10110101 11111 100100

Color Harmonies of #3F7778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7778

Black with #3F7778

Text Example


Text Example

White with #3F7778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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