#2E486C

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

Shades of Cello #2E486C

Tints of Cello #2E486C

Color information

#2E486C (or 0x2E486C) is unknown color: approx Cello. HEX triplet: 2E, 48 and 6C. RGB value is (46,72,108). Sum of RGB (Red+Green+Blue) = 46+72+108=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E486C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E486C is #D1B793. Grayscale: #444444. Windows color (decimal): -13744020 or 7096366. OLE color: 7096366.

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

Color convert

RGB4672108-
CMYK0.570.3300.58
HSL214.84º40.26%30.2%-
HSV(B)214.84º57.41%42.35%-
XYZ6.156.315.08-
YUV68.33150.39112.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.35%
GREEN value IS 72 (28.52% from 255) = 31.86%
BLUE value IS 108 (42.58% from 255) = 47.79%
R=20.35%
G=31.86%
B=47.79%

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
Decimal46721080.570.3300.58214.8440.2630.2
Hex2E486C392103Ad7281e
Octal5611015471410723275036
Binary1011101001000110110011100110000101110101101011110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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