#2E0EBF

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

Shades of Medium Blue #2E0EBF

Tints of Medium Blue #2E0EBF

Color information

#2E0EBF (or 0x2E0EBF) is unknown color: approx Medium Blue. HEX triplet: 2E, 0E and BF. RGB value is (46,14,191). Sum of RGB (Red+Green+Blue) = 46+14+191=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 191 (75% from 255 or 76.10% from 251); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E0EBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E0EBF is #D1F140. Grayscale: #2B2B2B. Windows color (decimal): -13758785 or 12521006. OLE color: 12521006.

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

Color convert

RGB4614191-
CMYK0.760.9300.25
HSL250.85º86.34%40.2%-
HSV(B)250.85º92.67%74.9%-
XYZ10.694.6649.63-
YUV43.75211.1129.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.33%
GREEN value IS 14 (5.86% from 255) = 5.58%
BLUE value IS 191 (75% from 255) = 76.10%
R=18.33%
G=5.58%
B=76.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal46141910.760.9300.25250.8586.3440.2
Hex2EEBF4C5D019fb5628
Octal561627711413503137312650
Binary10111011101011111110011001011101011001111110111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,14,191); }

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

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

 a { background-color: rgb(46,14,191); }

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

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

 span { border-color: rgb(46,14,191); }

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