#2E4861

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

Shades of Cello #2E4861

Tints of Cello #2E4861

Color information

#2E4861 (or 0x2E4861) is unknown color: approx Cello. HEX triplet: 2E, 48 and 61. RGB value is (46,72,97). Sum of RGB (Red+Green+Blue) = 46+72+97=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #2E4861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4861 is #D1B79E. Grayscale: #424242. Windows color (decimal): -13744031 or 6375470. OLE color: 6375470.

HSL color Cylindrical-coordinate representation of color #2E4861: hue angle of 209.41º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E4861 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB467297-
CMYK0.530.2600.62
HSL209.41º35.66%28.04%-
HSV(B)209.41º52.58%38.04%-
XYZ5.66.0812.19-
YUV67.08144.89112.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.40%
GREEN value IS 72 (28.52% from 255) = 33.49%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=21.40%
G=33.49%
B=45.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4672970.530.2600.62209.4135.6628.04
Hex2E4861351A03Ed1241c
Octal5611014165320763214434
Binary101110100100011000011101011101001111101101000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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