#2E2696

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

Shades of Dark Slate Blue #2E2696

Tints of Dark Slate Blue #2E2696

Color information

#2E2696 (or 0x2E2696) is unknown color: approx Dark Slate Blue. HEX triplet: 2E, 26 and 96. RGB value is (46,38,150). Sum of RGB (Red+Green+Blue) = 46+38+150=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 150 (58.98% from 255 or 64.10% from 234); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E2696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2696 is #D1D969. Grayscale: #343434. Windows color (decimal): -13752682 or 9840174. OLE color: 9840174.

HSL color Cylindrical-coordinate representation of color #2E2696: hue angle of 244.29º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E2696 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4638150-
CMYK0.690.7500.41
HSL244.29º59.57%36.86%-
HSV(B)244.29º74.67%58.82%-
XYZ7.324.1729.27-
YUV53.16182.65122.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.66%
GREEN value IS 38 (15.23% from 255) = 16.24%
BLUE value IS 150 (58.98% from 255) = 64.10%
R=19.66%
G=16.24%
B=64.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal46381500.690.7500.41244.2959.5736.86
Hex2E2696454B029f43c25
Octal56462261051130513647445
Binary1011101001101001011010001011001011010100111110100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,38,150); }

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

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

 a { background-color: rgb(46,38,150); }

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

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

 span { border-color: rgb(46,38,150); }

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