#3F5E7C

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

Shades of Matisse #3F5E7C

Tints of Matisse #3F5E7C

Color information

#3F5E7C (or 0x3F5E7C) is unknown color: approx Matisse. HEX triplet: 3F, 5E and 7C. RGB value is (63,94,124). Sum of RGB (Red+Green+Blue) = 63+94+124=281 (37% of max value = 765). Red value is 63 (25% from 255 or 22.42% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F5E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5E7C is #C0A183. Grayscale: #575757. Windows color (decimal): -12624260 or 8150591. OLE color: 8150591.

HSL color Cylindrical-coordinate representation of color #3F5E7C: hue angle of 209.51º 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 #3F5E7C is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6394124-
CMYK0.490.2400.51
HSL209.51º32.62%36.67%-
HSV(B)209.51º49.19%48.63%-
XYZ9.6910.5220.59-
YUV88.15148.23110.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.42%
GREEN value IS 94 (37.11% from 255) = 33.45%
BLUE value IS 124 (48.83% from 255) = 44.13%
R=22.42%
G=33.45%
B=44.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63941240.490.2400.51209.5132.6236.67
Hex3F5E7C3118033d22125
Octal7713617461300633224145
Binary1111111011110111110011000111000011001111010010100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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