#3F6082

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

Shades of Matisse #3F6082

Tints of Matisse #3F6082

Color information

#3F6082 (or 0x3F6082) is unknown color: approx Matisse. HEX triplet: 3F, 60 and 82. RGB value is (63,96,130). Sum of RGB (Red+Green+Blue) = 63+96+130=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #3F6082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6082 is #C09F7D. Grayscale: #595959. Windows color (decimal): -12623742 or 8544319. OLE color: 8544319.

HSL color Cylindrical-coordinate representation of color #3F6082: hue angle of 210.45º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F6082 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6396130-
CMYK0.520.2600.49
HSL210.45º34.72%37.84%-
HSV(B)210.45º51.54%50.98%-
XYZ10.2611.0322.71-
YUV90.01150.57108.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.80%
GREEN value IS 96 (37.89% from 255) = 33.22%
BLUE value IS 130 (51.17% from 255) = 44.98%
R=21.80%
G=33.22%
B=44.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal63961300.520.2600.49210.4534.7237.84
Hex3F6082341A031d22326
Octal7714020264320613224346
Binary11111111000001000001011010011010011000111010010100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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