#2F6182

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

Shades of Matisse #2F6182

Tints of Matisse #2F6182

Color information

#2F6182 (or 0x2F6182) is unknown color: approx Matisse. HEX triplet: 2F, 61 and 82. RGB value is (47,97,130). Sum of RGB (Red+Green+Blue) = 47+97+130=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #2F6182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6182 is #D09E7D. Grayscale: #555555. Windows color (decimal): -13672062 or 8544559. OLE color: 8544559.

HSL color Cylindrical-coordinate representation of color #2F6182: hue angle of 203.86º 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 #2F6182 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4797130-
CMYK0.640.2500.49
HSL203.86º46.89%34.71%-
HSV(B)203.86º63.85%50.98%-
XYZ9.4810.7722.7-
YUV85.81152.94100.32-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.15%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 130 (51.17% from 255) = 47.45%
R=17.15%
G=35.40%
B=47.45%

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
Decimal47971300.640.2500.49203.8646.8934.71
Hex2F61824019031cc2f23
Octal57141202100310613145743
Binary101111110000110000010100000011001011000111001100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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