#2E06BE

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

Shades of Medium Blue #2E06BE

Tints of Medium Blue #2E06BE

Color information

#2E06BE (or 0x2E06BE) is unknown color: approx Medium Blue. HEX triplet: 2E, 06 and BE. RGB value is (46,6,190). Sum of RGB (Red+Green+Blue) = 46+6+190=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 190 (74.61% from 255 or 78.51% from 242); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E06BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E06BE is #D1F941. Grayscale: #262626. Windows color (decimal): -13760834 or 12453422. OLE color: 12453422.

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

Color convert

RGB466190-
CMYK0.760.9700.25
HSL253.04º93.88%38.43%-
HSV(B)253.04º96.84%74.51%-
XYZ10.494.4349.02-
YUV38.94213.25133.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.01%
GREEN value IS 6 (2.73% from 255) = 2.48%
BLUE value IS 190 (74.61% from 255) = 78.51%
R=19.01%
G=2.48%
B=78.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4661900.760.9700.25253.0493.8838.43
Hex2E6BE4C61019fd5e26
Octal56627611414103137513646
Binary1011101101011111010011001100001011001111111011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E06BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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