#2E2741

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

Shades of Tolopea #2E2741

Tints of Tolopea #2E2741

Color information

#2E2741 (or 0x2E2741) is unknown color: approx Tolopea. HEX triplet: 2E, 27 and 41. RGB value is (46,39,65). Sum of RGB (Red+Green+Blue) = 46+39+65=150 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.67% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 65 - color contains mainly: blue. Hex color #2E2741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2741 is #D1D8BE. Grayscale: #2B2B2B. Windows color (decimal): -13752511 or 4269870. OLE color: 4269870.

HSL color Cylindrical-coordinate representation of color #2E2741: hue angle of 256.15º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E2741 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB463965-
CMYK0.290.4000.75
HSL256.15º25%20.39%-
HSV(B)256.15º40%25.49%-
XYZ2.812.415.32-
YUV44.06139.82129.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.67%
GREEN value IS 39 (15.62% from 255) = 26%
BLUE value IS 65 (25.78% from 255) = 43.33%
R=30.67%
G=26%
B=43.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4639650.290.4000.75256.152520.39
Hex2E27411D2804B1001914
Octal5647101355001134003124
Binary101110100111100000111101101000010010111000000001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,39,65); }

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

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

 a { background-color: rgb(46,39,65); }

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

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

 span { border-color: rgb(46,39,65); }

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