#2E6083

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

Shades of Matisse #2E6083

Tints of Matisse #2E6083

Color information

#2E6083 (or 0x2E6083) is unknown color: approx Matisse. HEX triplet: 2E, 60 and 83. RGB value is (46,96,131). Sum of RGB (Red+Green+Blue) = 46+96+131=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #2E6083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6083 is #D19F7C. Grayscale: #545454. Windows color (decimal): -13737853 or 8609838. OLE color: 8609838.

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

Color convert

RGB4696131-
CMYK0.650.2700.49
HSL204.71º48.02%34.71%-
HSV(B)204.71º64.89%51.37%-
XYZ9.4110.5923.02-
YUV85.04153.94100.15-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.85%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 131 (51.56% from 255) = 47.99%
R=16.85%
G=35.16%
B=47.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal46961310.650.2700.49204.7148.0234.71
Hex2E6083411B031cd3023
Octal56140203101330613156043
Binary101110110000010000011100000111011011000111001101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,96,131); }

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

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

 a { background-color: rgb(46,96,131); }

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

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

 span { border-color: rgb(46,96,131); }

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