#2E213F

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

Shades of Tolopea #2E213F

Tints of Tolopea #2E213F

Color information

#2E213F (or 0x2E213F) is unknown color: approx Tolopea. HEX triplet: 2E, 21 and 3F. RGB value is (46,33,63). Sum of RGB (Red+Green+Blue) = 46+33+63=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 63 - color contains mainly: blue. Hex color #2E213F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E213F is #D1DEC0. Grayscale: #282828. Windows color (decimal): -13754049 or 4137262. OLE color: 4137262.

HSL color Cylindrical-coordinate representation of color #2E213F: hue angle of 266º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E213F is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB463363-
CMYK0.270.4800.75
HSL266º31.25%18.82%-
HSV(B)266º47.62%24.71%-
XYZ2.572.034.96-
YUV40.31140.81132.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.39%
GREEN value IS 33 (13.28% from 255) = 23.24%
BLUE value IS 63 (25% from 255) = 44.37%
R=32.39%
G=23.24%
B=44.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4633630.270.4800.7526631.2518.82
Hex2E213F1B3004B10a1f13
Octal564177336001134123723
Binary10111010000111111111011110000010010111000010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E213F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,33,63); }

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

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

 a { background-color: rgb(46,33,63); }

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

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

 span { border-color: rgb(46,33,63); }

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