Html Css Color HEX #2E259E Dark Slate Blue

📋 copy color: '#2E259E'

red 46 ◦ green 37 ◦ blue 158

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

Shades of Dark Slate Blue #2E259E

Tints of Dark Slate Blue #2E259E

RGB

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

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

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

R = 19.09%
G = 15.35%
B = 65.56%

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

#2E259E (or 0x2E259E) is known color: Dark Slate Blue. HEX triplet: 2E, 25 and 9E. RGB value is (46,37,158). Sum of RGB (Red+Green+Blue) = 46+37+158=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 158 (62.11% from 255 or 65.56% from 241); Max value from RGB is 158 - color contains mainly: blue. Hex color #2E259E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E259E is #D1DA61. Grayscale: #353535. Windows color (decimal): -13752930 or 10364206. OLE color: 10364206.

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

Color convert

RGB 46 37 158 -
CMYK 0.71 0.77 0 0.38
HSL 244.46º 0.62% 0.38% -
HSV(B) 244.46º 0.77% 0.62% -
XYZ 7.96 4.37 32.77 -
YUV 53.49 186.98 122.66 -
System Red Green Blue C M Y K H S L
Decimal 46 37 158 0.71 0.77 0 0.38 244.46 0.62 0.38
Hex 2E 25 9E 47 4D 0 26 F4 3E 26
Octal 56 45 236 107 115 0 46 364 76 46
Binary 101110 100101 10011110 1000111 1001101 0 100110 11110100 111110 100110

Color Harmonies of #2E259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E259E

Black with #2E259E

Text Example


Text Example

White with #2E259E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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