Html Css Color HEX #3F647F Matisse

📋 copy color: '#3F647F'

red 63 ◦ green 100 ◦ blue 127

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

Shades of Matisse #3F647F

Tints of Matisse #3F647F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.48%

 BLUE value IS 127 (50% from 255) = 43.79%

R = 21.72%
G = 34.48%
B = 43.79%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3F647F (or 0x3F647F) is known color: Matisse. HEX triplet: 3F, 64 and 7F. RGB value is (63,100,127). Sum of RGB (Red+Green+Blue) = 63+100+127=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F647F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F647F is #C09B80. Grayscale: #5B5B5B. Windows color (decimal): -12622721 or 8348735. OLE color: 8348735.

HSL color Cylindrical-coordinate representation of color #3F647F: hue angle of 205.31º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F647F is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 63 100 127 -
CMYK 0.50 0.21 0 0.50
HSL 205.31º 0.34% 0.37% -
HSV(B) 205.31º 0.5% 0.5% -
XYZ 10.44 11.7 21.79 -
YUV 92.02 147.74 107.3 -
System Red Green Blue C M Y K H S L
Decimal 63 100 127 0.50 0.21 0 0.50 205.31 0.34 0.37
Hex 3F 64 7F 32 15 0 32 CD 22 25
Octal 77 144 177 62 25 0 62 315 42 45
Binary 111111 1100100 1111111 110010 10101 0 110010 11001101 100010 100101

Color Harmonies of #3F647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F647F

Black with #3F647F

Text Example


Text Example

White with #3F647F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,100,127); }

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

background-color css

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

 a { background-color: rgb(63,100,127); }

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

border-color css

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

 span { border-color: rgb(63,100,127); }

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