Html Css Color HEX #3F5971 Matisse

📋 copy color: '#3F5971'

red 63 ◦ green 89 ◦ blue 113

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

Shades of Matisse #3F5971

Tints of Matisse #3F5971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.58%

 BLUE value IS 113 (44.53% from 255) = 42.64%

R = 23.77%
G = 33.58%
B = 42.64%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F5971 (or 0x3F5971) is known color: Matisse. HEX triplet: 3F, 59 and 71. RGB value is (63,89,113). Sum of RGB (Red+Green+Blue) = 63+89+113=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F5971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5971 is #C0A68E. Grayscale: #535353. Windows color (decimal): -12625551 or 7428415. OLE color: 7428415.

HSL color Cylindrical-coordinate representation of color #3F5971: hue angle of 208.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F5971 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 89 113 -
CMYK 0.44 0.21 0 0.56
HSL 208.8º 0.28% 0.35% -
HSV(B) 208.8º 0.44% 0.44% -
XYZ 8.6 9.39 16.98 -
YUV 83.96 144.39 113.05 -
System Red Green Blue C M Y K H S L
Decimal 63 89 113 0.44 0.21 0 0.56 208.8 0.28 0.35
Hex 3F 59 71 2C 15 0 38 D1 1C 23
Octal 77 131 161 54 25 0 70 321 34 43
Binary 111111 1011001 1110001 101100 10101 0 111000 11010001 11100 100011

Color Harmonies of #3F5971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5971

Black with #3F5971

Text Example


Text Example

White with #3F5971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,89,113); }

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

background-color css

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

 a { background-color: rgb(63,89,113); }

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

border-color css

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

 span { border-color: rgb(63,89,113); }

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