#2E269E

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

Shades of Dark Slate Blue #2E269E

Tints of Dark Slate Blue #2E269E

Color information

#2E269E (or 0x2E269E) is unknown color: approx Dark Slate Blue. HEX triplet: 2E, 26 and 9E. RGB value is (46,38,158). Sum of RGB (Red+Green+Blue) = 46+38+158=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 158 (62.11% from 255 or 65.29% from 242); Max value from RGB is 158 - color contains mainly: blue. Hex color #2E269E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E269E is #D1D961. Grayscale: #353535. Windows color (decimal): -13752674 or 10364462. OLE color: 10364462.

HSL color Cylindrical-coordinate representation of color #2E269E: hue angle of 244º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E269E is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4638158-
CMYK0.710.7600.38
HSL244º61.22%38.43%-
HSV(B)244º75.95%61.96%-
XYZ7.994.4432.78-
YUV54.07186.65122.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.01%
GREEN value IS 38 (15.23% from 255) = 15.70%
BLUE value IS 158 (62.11% from 255) = 65.29%
R=19.01%
G=15.70%
B=65.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal46381580.710.7600.3824461.2238.43
Hex2E269E474C026f43d26
Octal56462361071140463647546
Binary1011101001101001111010001111001100010011011110100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E269E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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