Html Css Color HEX #3F7773 Ming

📋 copy color: '#3F7773'

red 63 ◦ green 119 ◦ blue 115

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

Shades of Ming #3F7773

Tints of Ming #3F7773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.72%

R = 21.21%
G = 40.07%
B = 38.72%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#3F7773 (or 0x3F7773) is known color: Ming. HEX triplet: 3F, 77 and 73. RGB value is (63,119,115). Sum of RGB (Red+Green+Blue) = 63+119+115=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7773 is #C0888C. Grayscale: #656565. Windows color (decimal): -12617869 or 7567167. OLE color: 7567167.

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

Color convert

RGB 63 119 115 -
CMYK 0.47 0 0.03 0.53
HSL 175.71º 0.31% 0.36% -
HSV(B) 175.71º 0.47% 0.47% -
XYZ 11.74 15.49 18.59 -
YUV 101.8 135.45 100.33 -
System Red Green Blue C M Y K H S L
Decimal 63 119 115 0.47 0 0.03 0.53 175.71 0.31 0.36
Hex 3F 77 73 2F 0 3 35 B0 1F 24
Octal 77 167 163 57 0 3 65 260 37 44
Binary 111111 1110111 1110011 101111 0 11 110101 10110000 11111 100100

Color Harmonies of #3F7773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7773

Black with #3F7773

Text Example


Text Example

White with #3F7773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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