Html Css Color HEX #2E249E Dark Slate Blue

📋 copy color: '#2E249E'

red 46 ◦ green 36 ◦ blue 158

#2E249E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #2E249E

Tints of Dark Slate Blue #2E249E

RGB

 RED value IS 46 (18.36% from 255) = 19.17%

 GREEN value IS 36 (14.45% from 255) = 15%

 BLUE value IS 158 (62.11% from 255) = 65.83%

R = 19.17%
G = 15%
B = 65.83%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2E249E (or 0x2E249E) is known color: Dark Slate Blue. HEX triplet: 2E, 24 and 9E. RGB value is (46,36,158). Sum of RGB (Red+Green+Blue) = 46+36+158=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 158 (62.11% from 255 or 65.83% from 240); Max value from RGB is 158 - color contains mainly: blue. Hex color #2E249E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E249E is #D1DB61. Grayscale: #343434. Windows color (decimal): -13753186 or 10363950. OLE color: 10363950.

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

Color convert

RGB 46 36 158 -
CMYK 0.71 0.77 0 0.38
HSL 244.92º 0.63% 0.38% -
HSV(B) 244.92º 0.77% 0.62% -
XYZ 7.93 4.31 32.76 -
YUV 52.9 187.31 123.08 -
System Red Green Blue C M Y K H S L
Decimal 46 36 158 0.71 0.77 0 0.38 244.92 0.63 0.38
Hex 2E 24 9E 47 4D 0 26 F5 3F 26
Octal 56 44 236 107 115 0 46 365 77 46
Binary 101110 100100 10011110 1000111 1001101 0 100110 11110101 111111 100110

Color Harmonies of #2E249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E249E

Black with #2E249E

Text Example


Text Example

White with #2E249E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E249E;
 }
 .AnyTagClassName
 {
   color: #2E249E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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