Html Css Color HEX #2E259B Dark Slate Blue

📋 copy color: '#2E259B'

red 46 ◦ green 37 ◦ blue 155

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

Shades of Dark Slate Blue #2E259B

Tints of Dark Slate Blue #2E259B

RGB

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

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

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

R = 19.33%
G = 15.55%
B = 65.13%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2E259B (or 0x2E259B) is known color: Dark Slate Blue. HEX triplet: 2E, 25 and 9B. RGB value is (46,37,155). Sum of RGB (Red+Green+Blue) = 46+37+155=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E259B is #D1DA64. Grayscale: #343434. Windows color (decimal): -13752933 or 10167598. OLE color: 10167598.

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

Color convert

RGB 46 37 155 -
CMYK 0.70 0.76 0 0.39
HSL 244.58º 0.61% 0.38% -
HSV(B) 244.58º 0.76% 0.61% -
XYZ 7.7 4.27 31.43 -
YUV 53.14 185.48 122.91 -
System Red Green Blue C M Y K H S L
Decimal 46 37 155 0.70 0.76 0 0.39 244.58 0.61 0.38
Hex 2E 25 9B 46 4C 0 27 F5 3D 26
Octal 56 45 233 106 114 0 47 365 75 46
Binary 101110 100101 10011011 1000110 1001100 0 100111 11110101 111101 100110

Color Harmonies of #2E259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E259B

Black with #2E259B

Text Example


Text Example

White with #2E259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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