Html Css Color HEX #3F5972 Matisse

📋 copy color: '#3F5972'

red 63 ◦ green 89 ◦ blue 114

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

Shades of Matisse #3F5972

Tints of Matisse #3F5972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.86%

R = 23.68%
G = 33.46%
B = 42.86%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F5972 (or 0x3F5972) is known color: Matisse. HEX triplet: 3F, 59 and 72. RGB value is (63,89,114). Sum of RGB (Red+Green+Blue) = 63+89+114=266 (35% of max value = 765). Red value is 63 (25% from 255 or 23.68% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F5972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5972 is #C0A68D. Grayscale: #535353. Windows color (decimal): -12625550 or 7493951. OLE color: 7493951.

HSL color Cylindrical-coordinate representation of color #3F5972: hue angle of 209.41º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F5972 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 89 114 -
CMYK 0.45 0.22 0 0.55
HSL 209.41º 0.29% 0.35% -
HSV(B) 209.41º 0.45% 0.45% -
XYZ 8.66 9.42 17.28 -
YUV 84.08 144.89 112.97 -
System Red Green Blue C M Y K H S L
Decimal 63 89 114 0.45 0.22 0 0.55 209.41 0.29 0.35
Hex 3F 59 72 2D 16 0 37 D1 1D 23
Octal 77 131 162 55 26 0 67 321 35 43
Binary 111111 1011001 1110010 101101 10110 0 110111 11010001 11101 100011

Color Harmonies of #3F5972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5972

Black with #3F5972

Text Example


Text Example

White with #3F5972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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