#2E2940

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

Shades of Tolopea #2E2940

Tints of Tolopea #2E2940

Color information

#2E2940 (or 0x2E2940) is unknown color: approx Tolopea. HEX triplet: 2E, 29 and 40. RGB value is (46,41,64). Sum of RGB (Red+Green+Blue) = 46+41+64=151 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.46% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 64 - color contains mainly: blue. Hex color #2E2940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2940 is #D1D6BF. Grayscale: #2D2D2D. Windows color (decimal): -13752000 or 4204846. OLE color: 4204846.

HSL color Cylindrical-coordinate representation of color #2E2940: hue angle of 253.04º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2E2940 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB464164-
CMYK0.280.3600.75
HSL253.04º21.9%20.59%-
HSV(B)253.04º35.94%25.1%-
XYZ2.852.545.19-
YUV45.12138.66128.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.46%
GREEN value IS 41 (16.41% from 255) = 27.15%
BLUE value IS 64 (25.39% from 255) = 42.38%
R=30.46%
G=27.15%
B=42.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4641640.280.3600.75253.0421.920.59
Hex2E29401C2404Bfd1615
Octal5651100344401133752625
Binary10111010100110000001110010010001001011111111011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,41,64); }

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

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

 a { background-color: rgb(46,41,64); }

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

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

 span { border-color: rgb(46,41,64); }

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