#2F6282

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

Shades of Matisse #2F6282

Tints of Matisse #2F6282

Color information

#2F6282 (or 0x2F6282) is unknown color: approx Matisse. HEX triplet: 2F, 62 and 82. RGB value is (47,98,130). Sum of RGB (Red+Green+Blue) = 47+98+130=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #2F6282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6282 is #D09D7D. Grayscale: #565656. Windows color (decimal): -13671806 or 8544815. OLE color: 8544815.

HSL color Cylindrical-coordinate representation of color #2F6282: hue angle of 203.13º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F6282 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4798130-
CMYK0.640.2500.49
HSL203.13º46.89%34.71%-
HSV(B)203.13º63.85%50.98%-
XYZ9.5710.9522.73-
YUV86.4152.699.9-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.09%
GREEN value IS 98 (38.67% from 255) = 35.64%
BLUE value IS 130 (51.17% from 255) = 47.27%
R=17.09%
G=35.64%
B=47.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal47981300.640.2500.49203.1346.8934.71
Hex2F62824019031cb2f23
Octal57142202100310613135743
Binary101111110001010000010100000011001011000111001011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F6282; }

 p { color: rgb(47,98,130); }

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

<style>
 a { background-color: #2F6282; }

 a { background-color: rgb(47,98,130); }

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

<style>
 span { border-color: #2F6282; }

 span { border-color: rgb(47,98,130); }

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