#2E2538

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

Shades of Tolopea #2E2538

Tints of Tolopea #2E2538

Color information

#2E2538 (or 0x2E2538) is unknown color: approx Tolopea. HEX triplet: 2E, 25 and 38. RGB value is (46,37,56). Sum of RGB (Red+Green+Blue) = 46+37+56=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 56 - color contains mainly: blue. Hex color #2E2538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2538 is #D1DAC7. Grayscale: #292929. Windows color (decimal): -13753032 or 3679534. OLE color: 3679534.

HSL color Cylindrical-coordinate representation of color #2E2538: hue angle of 268.42º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2E2538 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB463756-
CMYK0.180.3400.78
HSL268.42º20.43%18.24%-
HSV(B)268.42º33.93%21.96%-
XYZ2.52.194.03-
YUV41.86135.98130.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.09%
GREEN value IS 37 (14.84% from 255) = 26.62%
BLUE value IS 56 (22.27% from 255) = 40.29%
R=33.09%
G=26.62%
B=40.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4637560.180.3400.78268.4220.4318.24
Hex2E2538122204E10c1412
Octal564570224201164142422
Binary10111010010111100010010100010010011101000011001010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,37,56); }

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

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

 a { background-color: rgb(46,37,56); }

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

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

 span { border-color: rgb(46,37,56); }

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