Html Css Color HEX #2E329B Dark Slate Blue

📋 copy color: '#2E329B'

red 46 ◦ green 50 ◦ blue 155

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

Shades of Dark Slate Blue #2E329B

Tints of Dark Slate Blue #2E329B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.92%

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

R = 18.33%
G = 19.92%
B = 61.75%

CMYK

 C value IS 0.70

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2E329B (or 0x2E329B) is known color: Dark Slate Blue. HEX triplet: 2E, 32 and 9B. RGB value is (46,50,155). Sum of RGB (Red+Green+Blue) = 46+50+155=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E329B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E329B is #D1CD64. Grayscale: #3C3C3C. Windows color (decimal): -13749605 or 10170926. OLE color: 10170926.

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

Color convert

RGB 46 50 155 -
CMYK 0.70 0.68 0 0.39
HSL 237.8º 0.54% 0.39% -
HSV(B) 237.8º 0.7% 0.61% -
XYZ 8.18 5.23 31.59 -
YUV 60.77 181.17 117.46 -
System Red Green Blue C M Y K H S L
Decimal 46 50 155 0.70 0.68 0 0.39 237.8 0.54 0.39
Hex 2E 32 9B 46 44 0 27 EE 36 27
Octal 56 62 233 106 104 0 47 356 66 47
Binary 101110 110010 10011011 1000110 1000100 0 100111 11101110 110110 100111

Color Harmonies of #2E329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E329B

Black with #2E329B

Text Example


Text Example

White with #2E329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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