Html Css Color HEX #2E249B Dark Slate Blue

📋 copy color: '#2E249B'

red 46 ◦ green 36 ◦ blue 155

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

Shades of Dark Slate Blue #2E249B

Tints of Dark Slate Blue #2E249B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 65.4%

R = 19.41%
G = 15.19%
B = 65.4%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2E249B (or 0x2E249B) is known color: Dark Slate Blue. HEX triplet: 2E, 24 and 9B. RGB value is (46,36,155). Sum of RGB (Red+Green+Blue) = 46+36+155=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E249B is #D1DB64. Grayscale: #343434. Windows color (decimal): -13753189 or 10167342. OLE color: 10167342.

HSL color Cylindrical-coordinate representation of color #2E249B: hue angle of 245.04º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E249B is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 46 36 155 -
CMYK 0.70 0.77 0 0.39
HSL 245.04º 0.62% 0.37% -
HSV(B) 245.04º 0.77% 0.61% -
XYZ 7.67 4.21 31.42 -
YUV 52.56 185.81 123.32 -
System Red Green Blue C M Y K H S L
Decimal 46 36 155 0.70 0.77 0 0.39 245.04 0.62 0.37
Hex 2E 24 9B 46 4D 0 27 F5 3E 25
Octal 56 44 233 106 115 0 47 365 76 45
Binary 101110 100100 10011011 1000110 1001101 0 100111 11110101 111110 100101

Color Harmonies of #2E249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E249B

Black with #2E249B

Text Example


Text Example

White with #2E249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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