#3F5B7C

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

Shades of Matisse #3F5B7C

Tints of Matisse #3F5B7C

Color information

#3F5B7C (or 0x3F5B7C) is unknown color: approx Matisse. HEX triplet: 3F, 5B and 7C. RGB value is (63,91,124). Sum of RGB (Red+Green+Blue) = 63+91+124=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F5B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5B7C is #C0A483. Grayscale: #565656. Windows color (decimal): -12625028 or 8149823. OLE color: 8149823.

HSL color Cylindrical-coordinate representation of color #3F5B7C: hue angle of 212.46º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F5B7C is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6391124-
CMYK0.490.2700.51
HSL212.46º32.62%36.67%-
HSV(B)212.46º49.19%48.63%-
XYZ9.439.9920.5-
YUV86.39149.22111.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.66%
GREEN value IS 91 (35.94% from 255) = 32.73%
BLUE value IS 124 (48.83% from 255) = 44.60%
R=22.66%
G=32.73%
B=44.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63911240.490.2700.51212.4632.6236.67
Hex3F5B7C311B033d42125
Octal7713317461330633244145
Binary1111111011011111110011000111011011001111010100100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,91,124); }

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

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

 a { background-color: rgb(63,91,124); }

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

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

 span { border-color: rgb(63,91,124); }

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