Html Css Color HEX #2E309B Dark Slate Blue

📋 copy color: '#2E309B'

red 46 ◦ green 48 ◦ blue 155

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

Shades of Dark Slate Blue #2E309B

Tints of Dark Slate Blue #2E309B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.28%

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

R = 18.47%
G = 19.28%
B = 62.25%

CMYK

 C value IS 0.70

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2E309B (or 0x2E309B) is known color: Dark Slate Blue. HEX triplet: 2E, 30 and 9B. RGB value is (46,48,155). Sum of RGB (Red+Green+Blue) = 46+48+155=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E309B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E309B is #D1CF64. Grayscale: #3B3B3B. Windows color (decimal): -13750117 or 10170414. OLE color: 10170414.

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

Color convert

RGB 46 48 155 -
CMYK 0.70 0.69 0 0.39
HSL 238.9º 0.54% 0.39% -
HSV(B) 238.9º 0.7% 0.61% -
XYZ 8.1 5.06 31.56 -
YUV 59.6 181.84 118.3 -
System Red Green Blue C M Y K H S L
Decimal 46 48 155 0.70 0.69 0 0.39 238.9 0.54 0.39
Hex 2E 30 9B 46 45 0 27 EF 36 27
Octal 56 60 233 106 105 0 47 357 66 47
Binary 101110 110000 10011011 1000110 1000101 0 100111 11101111 110110 100111

Color Harmonies of #2E309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E309B

Black with #2E309B

Text Example


Text Example

White with #2E309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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