Html Css Color HEX #3F5A71 Matisse

📋 copy color: '#3F5A71'

red 63 ◦ green 90 ◦ blue 113

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

Shades of Matisse #3F5A71

Tints of Matisse #3F5A71

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.83%

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

R = 23.68%
G = 33.83%
B = 42.48%

CMYK

 C value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F5A71 (or 0x3F5A71) is known color: Matisse. HEX triplet: 3F, 5A and 71. RGB value is (63,90,113). Sum of RGB (Red+Green+Blue) = 63+90+113=266 (35% of max value = 765). Red value is 63 (25% from 255 or 23.68% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F5A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5A71 is #C0A58E. Grayscale: #545454. Windows color (decimal): -12625295 or 7428671. OLE color: 7428671.

HSL color Cylindrical-coordinate representation of color #3F5A71: hue angle of 207.6º 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 #3F5A71 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 90 113 -
CMYK 0.44 0.20 0 0.56
HSL 207.6º 0.28% 0.35% -
HSV(B) 207.6º 0.44% 0.44% -
XYZ 8.69 9.56 17.01 -
YUV 84.55 144.05 112.63 -
System Red Green Blue C M Y K H S L
Decimal 63 90 113 0.44 0.20 0 0.56 207.6 0.28 0.35
Hex 3F 5A 71 2C 14 0 38 D0 1C 23
Octal 77 132 161 54 24 0 70 320 34 43
Binary 111111 1011010 1110001 101100 10100 0 111000 11010000 11100 100011

Color Harmonies of #3F5A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5A71

Black with #3F5A71

Text Example


Text Example

White with #3F5A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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