#2E2992

Color #2E2992 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #2E2992

Tints of Dark Slate Blue #2E2992

Color information

#2E2992 (or 0x2E2992) is unknown color: approx Dark Slate Blue. HEX triplet: 2E, 29 and 92. RGB value is (46,41,146). Sum of RGB (Red+Green+Blue) = 46+41+146=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #2E2992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2992 is #D1D66D. Grayscale: #363636. Windows color (decimal): -13751918 or 9578798. OLE color: 9578798.

HSL color Cylindrical-coordinate representation of color #2E2992: hue angle of 242.86º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E2992 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4641146-
CMYK0.680.7200.43
HSL242.86º56.15%36.67%-
HSV(B)242.86º71.92%57.25%-
XYZ7.114.2427.64-
YUV54.46179.66121.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.74%
GREEN value IS 41 (16.41% from 255) = 17.60%
BLUE value IS 146 (57.42% from 255) = 62.66%
R=19.74%
G=17.60%
B=62.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal46411460.680.7200.43242.8656.1536.67
Hex2E2992444802Bf33825
Octal56512221041100533637045
Binary1011101010011001001010001001001000010101111110011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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