Html Css Color HEX #2E269B Dark Slate Blue

📋 copy color: '#2E269B'

red 46 ◦ green 38 ◦ blue 155

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

Shades of Dark Slate Blue #2E269B

Tints of Dark Slate Blue #2E269B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.9%

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

R = 19.25%
G = 15.9%
B = 64.85%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2E269B (or 0x2E269B) is known color: Dark Slate Blue. HEX triplet: 2E, 26 and 9B. RGB value is (46,38,155). Sum of RGB (Red+Green+Blue) = 46+38+155=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E269B is #D1D964. Grayscale: #353535. Windows color (decimal): -13752677 or 10167854. OLE color: 10167854.

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

Color convert

RGB 46 38 155 -
CMYK 0.70 0.75 0 0.39
HSL 244.1º 0.61% 0.38% -
HSV(B) 244.1º 0.75% 0.61% -
XYZ 7.74 4.33 31.44 -
YUV 53.73 185.15 122.49 -
System Red Green Blue C M Y K H S L
Decimal 46 38 155 0.70 0.75 0 0.39 244.1 0.61 0.38
Hex 2E 26 9B 46 4B 0 27 F4 3D 26
Octal 56 46 233 106 113 0 47 364 75 46
Binary 101110 100110 10011011 1000110 1001011 0 100111 11110100 111101 100110

Color Harmonies of #2E269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E269B

Black with #2E269B

Text Example


Text Example

White with #2E269B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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