#2E627F

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

Shades of Matisse #2E627F

Tints of Matisse #2E627F

Color information

#2E627F (or 0x2E627F) is unknown color: approx Matisse. HEX triplet: 2E, 62 and 7F. RGB value is (46,98,127). Sum of RGB (Red+Green+Blue) = 46+98+127=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E627F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E627F is #D19D80. Grayscale: #555555. Windows color (decimal): -13737345 or 8348206. OLE color: 8348206.

HSL color Cylindrical-coordinate representation of color #2E627F: hue angle of 201.48º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E627F is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4698127-
CMYK0.640.2300.50
HSL201.48º46.82%33.92%-
HSV(B)201.48º63.78%49.8%-
XYZ9.3310.8521.68-
YUV85.76151.2799.64-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.97%
GREEN value IS 98 (38.67% from 255) = 36.16%
BLUE value IS 127 (50% from 255) = 46.86%
R=16.97%
G=36.16%
B=46.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46981270.640.2300.50201.4846.8233.92
Hex2E627F4017032c92f22
Octal56142177100270623115742
Binary10111011000101111111100000010111011001011001001101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,98,127); }

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

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

 a { background-color: rgb(46,98,127); }

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

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

 span { border-color: rgb(46,98,127); }

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