#2E496B

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

Shades of Cello #2E496B

Tints of Cello #2E496B

Color information

#2E496B (or 0x2E496B) is unknown color: approx Cello. HEX triplet: 2E, 49 and 6B. RGB value is (46,73,107). Sum of RGB (Red+Green+Blue) = 46+73+107=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 107 - color contains mainly: blue. Hex color #2E496B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E496B is #D1B694. Grayscale: #444444. Windows color (decimal): -13743765 or 7031086. OLE color: 7031086.

HSL color Cylindrical-coordinate representation of color #2E496B: hue angle of 213.44º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E496B is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4673107-
CMYK0.570.3200.58
HSL213.44º39.87%30%-
HSV(B)213.44º57.01%41.96%-
XYZ6.166.4114.82-
YUV68.8149.55111.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.35%
GREEN value IS 73 (28.91% from 255) = 32.30%
BLUE value IS 107 (42.19% from 255) = 47.35%
R=20.35%
G=32.30%
B=47.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46731070.570.3200.58213.4439.8730
Hex2E496B392003Ad5281e
Octal5611115371400723255036
Binary1011101001001110101111100110000001110101101010110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,73,107); }

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

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

 a { background-color: rgb(46,73,107); }

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

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

 span { border-color: rgb(46,73,107); }

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