#3F6087

Color #3F6087 Matisse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matisse #3F6087

Tints of Matisse #3F6087

Color information

#3F6087 (or 0x3F6087) is unknown color: approx Matisse. HEX triplet: 3F, 60 and 87. RGB value is (63,96,135). Sum of RGB (Red+Green+Blue) = 63+96+135=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #3F6087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6087 is #C09F78. Grayscale: #5A5A5A. Windows color (decimal): -12623737 or 8871999. OLE color: 8871999.

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

Color convert

RGB6396135-
CMYK0.530.2900.47
HSL212.5º36.36%38.82%-
HSV(B)212.5º53.33%52.94%-
XYZ10.6111.1724.52-
YUV90.58153.07108.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.43%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 135 (53.12% from 255) = 45.92%
R=21.43%
G=32.65%
B=45.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63961350.530.2900.47212.536.3638.82
Hex3F6087351D02Fd42427
Octal7714020765350573244447
Binary11111111000001000011111010111101010111111010100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,96,135); }

 H1.HeaderClassName
 {
   color: #3F6087;
 }
 .AnyTagClassName
 {
   color: #3F6087;
 }
</style>
background-color css

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

 a { background-color: rgb(63,96,135); }

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

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

 span { border-color: rgb(63,96,135); }

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