#3F5A7C

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

Shades of Matisse #3F5A7C

Tints of Matisse #3F5A7C

Color information

#3F5A7C (or 0x3F5A7C) is unknown color: approx Matisse. HEX triplet: 3F, 5A and 7C. RGB value is (63,90,124). Sum of RGB (Red+Green+Blue) = 63+90+124=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F5A7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5A7C is #C0A583. Grayscale: #555555. Windows color (decimal): -12625284 or 8149567. OLE color: 8149567.

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

Color convert

RGB6390124-
CMYK0.490.2700.51
HSL213.44º32.62%36.67%-
HSV(B)213.44º49.19%48.63%-
XYZ9.349.8220.47-
YUV85.8149.55111.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.74%
GREEN value IS 90 (35.55% from 255) = 32.49%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=22.74%
G=32.49%
B=44.77%

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
Decimal63901240.490.2700.51213.4432.6236.67
Hex3F5A7C311B033d52125
Octal7713217461330633254145
Binary1111111011010111110011000111011011001111010101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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