Html Css Color HEX #2E00BA Medium Blue

📋 copy color: '#2E00BA'

red 46 ◦ green 0 ◦ blue 186

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

Shades of Medium Blue #2E00BA

Tints of Medium Blue #2E00BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 186 (73.05% from 255) = 80.17%

R = 19.83%
G = 0%
B = 80.17%

CMYK

 C value IS 0.75

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E00BA (or 0x2E00BA) is known color: Medium Blue. HEX triplet: 2E, 00 and BA. RGB value is (46,0,186). Sum of RGB (Red+Green+Blue) = 46+0+186=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E00BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E00BA is #D1FF45. Grayscale: #222222. Windows color (decimal): -13762374 or 12189742. OLE color: 12189742.

HSL color Cylindrical-coordinate representation of color #2E00BA: hue angle of 254.84º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E00BA is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 0 186 -
CMYK 0.75 1 0 0.27
HSL 254.84º 1% 0.36% -
HSV(B) 254.84º 1% 0.73% -
XYZ 9.99 4.13 46.72 -
YUV 34.96 213.24 135.88 -
System Red Green Blue C M Y K H S L
Decimal 46 0 186 0.75 1 0 0.27 254.84 1 0.36
Hex 2E 0 BA 4B 64 0 1B FF 64 24
Octal 56 0 272 113 144 0 33 377 144 44
Binary 101110 0 10111010 1001011 1100100 0 11011 11111111 1100100 100100

Color Harmonies of #2E00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E00BA

Black with #2E00BA

Text Example


Text Example

White with #2E00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,0,186); }

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

background-color css

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

 a { background-color: rgb(46,0,186); }

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

border-color css

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

 span { border-color: rgb(46,0,186); }

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