Html Css Color HEX #2E309D Dark Slate Blue

📋 copy color: '#2E309D'

red 46 ◦ green 48 ◦ blue 157

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

Shades of Dark Slate Blue #2E309D

Tints of Dark Slate Blue #2E309D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 62.55%

R = 18.33%
G = 19.12%
B = 62.55%

CMYK

 C value IS 0.71

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2E309D (or 0x2E309D) is known color: Dark Slate Blue. HEX triplet: 2E, 30 and 9D. RGB value is (46,48,157). Sum of RGB (Red+Green+Blue) = 46+48+157=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 157 (61.72% from 255 or 62.55% from 251); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E309D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E309D is #D1CF62. Grayscale: #3B3B3B. Windows color (decimal): -13750115 or 10301486. OLE color: 10301486.

HSL color Cylindrical-coordinate representation of color #2E309D: hue angle of 238.92º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E309D is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 46 48 157 -
CMYK 0.71 0.69 0 0.38
HSL 238.92º 0.55% 0.4% -
HSV(B) 238.92º 0.71% 0.62% -
XYZ 8.27 5.13 32.45 -
YUV 59.83 182.84 118.14 -
System Red Green Blue C M Y K H S L
Decimal 46 48 157 0.71 0.69 0 0.38 238.92 0.55 0.4
Hex 2E 30 9D 47 45 0 26 EF 37 28
Octal 56 60 235 107 105 0 46 357 67 50
Binary 101110 110000 10011101 1000111 1000101 0 100110 11101111 110111 101000

Color Harmonies of #2E309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E309D

Black with #2E309D

Text Example


Text Example

White with #2E309D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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