#2F6186

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

Shades of Matisse #2F6186

Tints of Matisse #2F6186

Color information

#2F6186 (or 0x2F6186) is unknown color: approx Matisse. HEX triplet: 2F, 61 and 86. RGB value is (47,97,134). Sum of RGB (Red+Green+Blue) = 47+97+134=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #2F6186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6186 is #D09E79. Grayscale: #565656. Windows color (decimal): -13672058 or 8806703. OLE color: 8806703.

HSL color Cylindrical-coordinate representation of color #2F6186: hue angle of 205.52º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F6186 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4797134-
CMYK0.650.2800.47
HSL205.52º48.07%35.49%-
HSV(B)205.52º64.93%52.55%-
XYZ9.7510.8724.14-
YUV86.27154.9499.99-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.91%
GREEN value IS 97 (38.28% from 255) = 34.89%
BLUE value IS 134 (52.73% from 255) = 48.20%
R=16.91%
G=34.89%
B=48.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47971340.650.2800.47205.5248.0735.49
Hex2F6186411C02Fce3023
Octal57141206101340573166043
Binary101111110000110000110100000111100010111111001110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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