Html Css Color HEX #2E259F Dark Slate Blue

📋 copy color: '#2E259F'

red 46 ◦ green 37 ◦ blue 159

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

Shades of Dark Slate Blue #2E259F

Tints of Dark Slate Blue #2E259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.29%

 BLUE value IS 159 (62.5% from 255) = 65.7%

R = 19.01%
G = 15.29%
B = 65.7%

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

#2E259F (or 0x2E259F) is known color: Dark Slate Blue. HEX triplet: 2E, 25 and 9F. RGB value is (46,37,159). Sum of RGB (Red+Green+Blue) = 46+37+159=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #2E259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E259F is #D1DA60. Grayscale: #353535. Windows color (decimal): -13752929 or 10429742. OLE color: 10429742.

HSL color Cylindrical-coordinate representation of color #2E259F: hue angle of 244.43º degrees, saturation: 0.62, 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 #2E259F is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 46 37 159 -
CMYK 0.71 0.77 0 0.38
HSL 244.43º 0.62% 0.38% -
HSV(B) 244.43º 0.77% 0.62% -
XYZ 8.05 4.41 33.23 -
YUV 53.6 187.48 122.58 -
System Red Green Blue C M Y K H S L
Decimal 46 37 159 0.71 0.77 0 0.38 244.43 0.62 0.38
Hex 2E 25 9F 47 4D 0 26 F4 3E 26
Octal 56 45 237 107 115 0 46 364 76 46
Binary 101110 100101 10011111 1000111 1001101 0 100110 11110100 111110 100110

Color Harmonies of #2E259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E259F

Black with #2E259F

Text Example


Text Example

White with #2E259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,37,159); }

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

background-color css

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

 a { background-color: rgb(46,37,159); }

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

border-color css

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

 span { border-color: rgb(46,37,159); }

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