#2811BA

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

Shades of Medium Blue #2811BA

Tints of Medium Blue #2811BA

Color information

#2811BA (or 0x2811BA) is unknown color: approx Medium Blue. HEX triplet: 28, 11 and BA. RGB value is (40,17,186). Sum of RGB (Red+Green+Blue) = 40+17+186=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 186 (73.05% from 255 or 76.54% from 243); Max value from RGB is 186 - color contains mainly: blue. Hex color #2811BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2811BA is #D7EE45. Grayscale: #2A2A2A. Windows color (decimal): -14151238 or 12194088. OLE color: 12194088.

HSL color Cylindrical-coordinate representation of color #2811BA: hue angle of 248.17º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2811BA is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4017186-
CMYK0.780.9100.27
HSL248.17º83.25%39.8%-
HSV(B)248.17º90.86%72.94%-
XYZ9.944.446.78-
YUV43.14208.62125.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.46%
GREEN value IS 17 (7.03% from 255) = 7.00%
BLUE value IS 186 (73.05% from 255) = 76.54%
R=16.46%
G=7.00%
B=76.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal40171860.780.9100.27248.1783.2539.8
Hex2811BA4E5B01Bf85328
Octal502127211613303337012350
Binary101000100011011101010011101011011011011111110001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2811BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2811BA; }

 p { color: rgb(40,17,186); }

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

<style>
 a { background-color: #2811BA; }

 a { background-color: rgb(40,17,186); }

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

<style>
 span { border-color: #2811BA; }

 span { border-color: rgb(40,17,186); }

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