Html Css Color HEX #2E01BA Medium Blue

📋 copy color: '#2E01BA'

red 46 ◦ green 1 ◦ blue 186

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

Shades of Medium Blue #2E01BA

Tints of Medium Blue #2E01BA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 19.74%
G = 0.43%
B = 79.83%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E01BA (or 0x2E01BA) is known color: Medium Blue. HEX triplet: 2E, 01 and BA. RGB value is (46,1,186). Sum of RGB (Red+Green+Blue) = 46+1+186=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 186 (73.05% from 255 or 79.83% from 233); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E01BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E01BA is #D1FE45. Grayscale: #222222. Windows color (decimal): -13762118 or 12189998. OLE color: 12189998.

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

Color convert

RGB 46 1 186 -
CMYK 0.75 0.99 0 0.27
HSL 254.59º 0.99% 0.37% -
HSV(B) 254.59º 0.99% 0.73% -
XYZ 10 4.15 46.73 -
YUV 35.55 212.91 135.46 -
System Red Green Blue C M Y K H S L
Decimal 46 1 186 0.75 0.99 0 0.27 254.59 0.99 0.37
Hex 2E 1 BA 4B 63 0 1B FF 63 25
Octal 56 1 272 113 143 0 33 377 143 45
Binary 101110 1 10111010 1001011 1100011 0 11011 11111111 1100011 100101

Color Harmonies of #2E01BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E01BA

Black with #2E01BA

Text Example


Text Example

White with #2E01BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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