#2E03BE

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

Shades of Medium Blue #2E03BE

Tints of Medium Blue #2E03BE

Color information

#2E03BE (or 0x2E03BE) is unknown color: approx Medium Blue. HEX triplet: 2E, 03 and BE. RGB value is (46,3,190). Sum of RGB (Red+Green+Blue) = 46+3+190=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 190 (74.61% from 255 or 79.50% from 239); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E03BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E03BE is #D1FC41. Grayscale: #242424. Windows color (decimal): -13761602 or 12452654. OLE color: 12452654.

HSL color Cylindrical-coordinate representation of color #2E03BE: hue angle of 253.8º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E03BE is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB463190-
CMYK0.760.9800.25
HSL253.8º96.89%37.84%-
HSV(B)253.8º98.42%74.51%-
XYZ10.454.3649.01-
YUV37.17214.25134.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.25%
GREEN value IS 3 (1.56% from 255) = 1.26%
BLUE value IS 190 (74.61% from 255) = 79.50%
R=19.25%
G=1.26%
B=79.50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4631900.760.9800.25253.896.8937.84
Hex2E3BE4C62019fe6126
Octal56327611414203137614146
Binary101110111011111010011001100010011001111111101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E03BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,3,190); }

 H1.HeaderClassName
 {
   color: #2E03BE;
 }
 .AnyTagClassName
 {
   color: #2E03BE;
 }
</style>
background-color css

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

 a { background-color: rgb(46,3,190); }

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

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

 span { border-color: rgb(46,3,190); }

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