#2E486B

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

Shades of Cello #2E486B

Tints of Cello #2E486B

Color information

#2E486B (or 0x2E486B) is unknown color: approx Cello. HEX triplet: 2E, 48 and 6B. RGB value is (46,72,107). Sum of RGB (Red+Green+Blue) = 46+72+107=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #2E486B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E486B is #D1B794. Grayscale: #444444. Windows color (decimal): -13744021 or 7030830. OLE color: 7030830.

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

Color convert

RGB4672107-
CMYK0.570.3300.58
HSL214.43º39.87%30%-
HSV(B)214.43º57.01%41.96%-
XYZ6.16.2814.8-
YUV68.22149.89112.15-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.44%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 107 (42.19% from 255) = 47.56%
R=20.44%
G=32%
B=47.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46721070.570.3300.58214.4339.8730
Hex2E486B392103Ad6281e
Octal5611015371410723265036
Binary1011101001000110101111100110000101110101101011010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E486B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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