#2E4863

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

Shades of Cello #2E4863

Tints of Cello #2E4863

Color information

#2E4863 (or 0x2E4863) is unknown color: approx Cello. HEX triplet: 2E, 48 and 63. RGB value is (46,72,99). Sum of RGB (Red+Green+Blue) = 46+72+99=217 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.20% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #2E4863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4863 is #D1B79C. Grayscale: #434343. Windows color (decimal): -13744029 or 6506542. OLE color: 6506542.

HSL color Cylindrical-coordinate representation of color #2E4863: hue angle of 210.57º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E4863 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB467299-
CMYK0.540.2700.61
HSL210.57º36.55%28.43%-
HSV(B)210.57º53.54%38.82%-
XYZ5.76.1212.68-
YUV67.3145.89112.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.20%
GREEN value IS 72 (28.52% from 255) = 33.18%
BLUE value IS 99 (39.06% from 255) = 45.62%
R=21.20%
G=33.18%
B=45.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4672990.540.2700.61210.5736.5528.43
Hex2E4863361B03Dd3251c
Octal5611014366330753234534
Binary101110100100011000111101101101101111011101001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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