#3F5E7B

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

Shades of Matisse #3F5E7B

Tints of Matisse #3F5E7B

Color information

#3F5E7B (or 0x3F5E7B) is unknown color: approx Matisse. HEX triplet: 3F, 5E and 7B. RGB value is (63,94,123). Sum of RGB (Red+Green+Blue) = 63+94+123=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F5E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5E7B is #C0A184. Grayscale: #575757. Windows color (decimal): -12624261 or 8085055. OLE color: 8085055.

HSL color Cylindrical-coordinate representation of color #3F5E7B: hue angle of 209º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F5E7B is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6394123-
CMYK0.490.2400.52
HSL209º32.26%36.47%-
HSV(B)209º48.78%48.24%-
XYZ9.6310.4920.26-
YUV88.04147.73110.14-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.5%
GREEN value IS 94 (37.11% from 255) = 33.57%
BLUE value IS 123 (48.44% from 255) = 43.93%
R=22.5%
G=33.57%
B=43.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal63941230.490.2400.5220932.2636.47
Hex3F5E7B3118034d12024
Octal7713617361300643214044
Binary1111111011110111101111000111000011010011010001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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