Html Css Color HEX #2E0EBD Medium Blue

📋 copy color: '#2E0EBD'

red 46 ◦ green 14 ◦ blue 189

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

Shades of Medium Blue #2E0EBD

Tints of Medium Blue #2E0EBD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.62%

 BLUE value IS 189 (74.22% from 255) = 75.9%

R = 18.47%
G = 5.62%
B = 75.9%

CMYK

 C value IS 0.76

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E0EBD (or 0x2E0EBD) is known color: Medium Blue. HEX triplet: 2E, 0E and BD. RGB value is (46,14,189). Sum of RGB (Red+Green+Blue) = 46+14+189=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 189 (74.22% from 255 or 75.90% from 249); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E0EBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E0EBD is #D1F142. Grayscale: #2A2A2A. Windows color (decimal): -13758787 or 12389934. OLE color: 12389934.

HSL color Cylindrical-coordinate representation of color #2E0EBD: hue angle of 250.97º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E0EBD is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 14 189 -
CMYK 0.76 0.93 0 0.26
HSL 250.97º 0.86% 0.4% -
HSV(B) 250.97º 0.93% 0.74% -
XYZ 10.47 4.57 48.47 -
YUV 43.52 210.1 129.77 -
System Red Green Blue C M Y K H S L
Decimal 46 14 189 0.76 0.93 0 0.26 250.97 0.86 0.4
Hex 2E E BD 4C 5D 0 1A FB 56 28
Octal 56 16 275 114 135 0 32 373 126 50
Binary 101110 1110 10111101 1001100 1011101 0 11010 11111011 1010110 101000

Color Harmonies of #2E0EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0EBD

Black with #2E0EBD

Text Example


Text Example

White with #2E0EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,14,189); }

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

background-color css

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

 a { background-color: rgb(46,14,189); }

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

border-color css

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

 span { border-color: rgb(46,14,189); }

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