#2E00BA

Color #2E00BA Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #2E00BA

Tints of Medium Blue #2E00BA

Color information

#2E00BA (or 0x2E00BA) is unknown color: approx 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

RGB460186-
CMYK0.75100.27
HSL254.84º100%36.47%-
HSV(B)254.84º100%72.94%-
XYZ9.994.1346.72-
YUV34.96213.24135.88-

RGB Variations

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

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 (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal4601860.75100.27254.8410036.47
Hex2E0BA4B6401Bff6424
Octal56027211314403337714444
Binary10111001011101010010111100100011011111111111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E00BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>