Html Css Color HEX #2E279B Dark Slate Blue

📋 copy color: '#2E279B'

red 46 ◦ green 39 ◦ blue 155

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

Shades of Dark Slate Blue #2E279B

Tints of Dark Slate Blue #2E279B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.25%

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

R = 19.17%
G = 16.25%
B = 64.58%

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

#2E279B (or 0x2E279B) is known color: Dark Slate Blue. HEX triplet: 2E, 27 and 9B. RGB value is (46,39,155). Sum of RGB (Red+Green+Blue) = 46+39+155=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E279B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E279B is #D1D864. Grayscale: #353535. Windows color (decimal): -13752421 or 10168110. OLE color: 10168110.

HSL color Cylindrical-coordinate representation of color #2E279B: hue angle of 243.62º degrees, saturation: 0.6, 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 #2E279B is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 46 39 155 -
CMYK 0.70 0.75 0 0.39
HSL 243.62º 0.6% 0.38% -
HSV(B) 243.62º 0.75% 0.61% -
XYZ 7.77 4.4 31.45 -
YUV 54.32 184.82 122.07 -
System Red Green Blue C M Y K H S L
Decimal 46 39 155 0.70 0.75 0 0.39 243.62 0.6 0.38
Hex 2E 27 9B 46 4B 0 27 F4 3C 26
Octal 56 47 233 106 113 0 47 364 74 46
Binary 101110 100111 10011011 1000110 1001011 0 100111 11110100 111100 100110

Color Harmonies of #2E279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E279B

Black with #2E279B

Text Example


Text Example

White with #2E279B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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