#2E269A

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

Shades of Dark Slate Blue #2E269A

Tints of Dark Slate Blue #2E269A

Color information

#2E269A (or 0x2E269A) is unknown color: approx Dark Slate Blue. HEX triplet: 2E, 26 and 9A. RGB value is (46,38,154). Sum of RGB (Red+Green+Blue) = 46+38+154=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 154 (60.55% from 255 or 64.71% from 238); Max value from RGB is 154 - color contains mainly: blue. Hex color #2E269A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E269A is #D1D965. Grayscale: #353535. Windows color (decimal): -13752678 or 10102318. OLE color: 10102318.

HSL color Cylindrical-coordinate representation of color #2E269A: hue angle of 244.14º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E269A is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4638154-
CMYK0.700.7500.40
HSL244.14º60.42%37.65%-
HSV(B)244.14º75.32%60.39%-
XYZ7.654.331-
YUV53.62184.65122.57-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.33%
GREEN value IS 38 (15.23% from 255) = 15.97%
BLUE value IS 154 (60.55% from 255) = 64.71%
R=19.33%
G=15.97%
B=64.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal46381540.700.7500.40244.1460.4237.65
Hex2E269A464B028f43c26
Octal56462321061130503647446
Binary1011101001101001101010001101001011010100011110100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E269A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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