#2E496C

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

Shades of Cello #2E496C

Tints of Cello #2E496C

Color information

#2E496C (or 0x2E496C) is unknown color: approx Cello. HEX triplet: 2E, 49 and 6C. RGB value is (46,73,108). Sum of RGB (Red+Green+Blue) = 46+73+108=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E496C is #D1B693. Grayscale: #444444. Windows color (decimal): -13743764 or 7096622. OLE color: 7096622.

HSL color Cylindrical-coordinate representation of color #2E496C: hue angle of 213.87º 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 #2E496C is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4673108-
CMYK0.570.3200.58
HSL213.87º40.26%30.2%-
HSV(B)213.87º57.41%42.35%-
XYZ6.226.4315.1-
YUV68.92150.05111.65-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.26%
GREEN value IS 73 (28.91% from 255) = 32.16%
BLUE value IS 108 (42.58% from 255) = 47.58%
R=20.26%
G=32.16%
B=47.58%

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
Decimal46731080.570.3200.58213.8740.2630.2
Hex2E496C392003Ad6281e
Octal5611115471400723265036
Binary1011101001001110110011100110000001110101101011010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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