#2E2A9C

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

Shades of Dark Slate Blue #2E2A9C

Tints of Dark Slate Blue #2E2A9C

Color information

#2E2A9C (or 0x2E2A9C) is unknown color: approx Dark Slate Blue. HEX triplet: 2E, 2A and 9C. RGB value is (46,42,156). Sum of RGB (Red+Green+Blue) = 46+42+156=244 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.85% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #2E2A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2A9C is #D1D563. Grayscale: #373737. Windows color (decimal): -13751652 or 10234414. OLE color: 10234414.

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

Color convert

RGB4642156-
CMYK0.710.7300.39
HSL242.11º57.58%38.82%-
HSV(B)242.11º73.08%61.18%-
XYZ7.964.6431.93-
YUV56.19184.33120.73-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.85%
GREEN value IS 42 (16.80% from 255) = 17.21%
BLUE value IS 156 (61.33% from 255) = 63.93%
R=18.85%
G=17.21%
B=63.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal46421560.710.7300.39242.1157.5838.82
Hex2E2A9C4749027f23a27
Octal56522341071110473627247
Binary1011101010101001110010001111001001010011111110010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,42,156); }

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

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

 a { background-color: rgb(46,42,156); }

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

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

 span { border-color: rgb(46,42,156); }

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