#2F6386

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

Shades of Matisse #2F6386

Tints of Matisse #2F6386

Color information

#2F6386 (or 0x2F6386) is unknown color: approx Matisse. HEX triplet: 2F, 63 and 86. RGB value is (47,99,134). Sum of RGB (Red+Green+Blue) = 47+99+134=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 134 - color contains mainly: blue. Hex color #2F6386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6386 is #D09C79. Grayscale: #575757. Windows color (decimal): -13671546 or 8807215. OLE color: 8807215.

HSL color Cylindrical-coordinate representation of color #2F6386: hue angle of 204.14º 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 #2F6386 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4799134-
CMYK0.650.2600.47
HSL204.14º48.07%35.49%-
HSV(B)204.14º64.93%52.55%-
XYZ9.9411.2524.2-
YUV87.44154.2799.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.79%
GREEN value IS 99 (39.06% from 255) = 35.36%
BLUE value IS 134 (52.73% from 255) = 47.86%
R=16.79%
G=35.36%
B=47.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47991340.650.2600.47204.1448.0735.49
Hex2F6386411A02Fcc3023
Octal57143206101320573146043
Binary101111110001110000110100000111010010111111001100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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