#2E2694

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

Shades of Dark Slate Blue #2E2694

Tints of Dark Slate Blue #2E2694

Color information

#2E2694 (or 0x2E2694) is unknown color: approx Dark Slate Blue. HEX triplet: 2E, 26 and 94. RGB value is (46,38,148). Sum of RGB (Red+Green+Blue) = 46+38+148=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 148 (58.20% from 255 or 63.79% from 232); Max value from RGB is 148 - color contains mainly: blue. Hex color #2E2694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2694 is #D1D96B. Grayscale: #343434. Windows color (decimal): -13752684 or 9709102. OLE color: 9709102.

HSL color Cylindrical-coordinate representation of color #2E2694: hue angle of 244.36º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E2694 is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4638148-
CMYK0.690.7400.42
HSL244.36º59.14%36.47%-
HSV(B)244.36º74.32%58.04%-
XYZ7.174.1128.43-
YUV52.93181.65123.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.83%
GREEN value IS 38 (15.23% from 255) = 16.38%
BLUE value IS 148 (58.20% from 255) = 63.79%
R=19.83%
G=16.38%
B=63.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46381480.690.7400.42244.3659.1436.47
Hex2E2694454A02Af43b24
Octal56462241051120523647344
Binary1011101001101001010010001011001010010101011110100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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