#2E00BF

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

Shades of Medium Blue #2E00BF

Tints of Medium Blue #2E00BF

Color information

#2E00BF (or 0x2E00BF) is unknown color: approx Medium Blue. HEX triplet: 2E, 00 and BF. RGB value is (46,0,191). Sum of RGB (Red+Green+Blue) = 46+0+191=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 191 (75% from 255 or 80.59% from 237); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E00BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E00BF is #D1FF40. Grayscale: #222222. Windows color (decimal): -13762369 or 12517422. OLE color: 12517422.

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

Color convert

RGB460191-
CMYK0.76100.25
HSL254.45º100%37.45%-
HSV(B)254.45º100%74.9%-
XYZ10.534.3449.57-
YUV35.53215.74135.47-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 80.59%
R=19.41%
G=0%
B=80.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4601910.76100.25254.4510037.45
Hex2E0BF4C64019fe6425
Octal56027711414403137614445
Binary10111001011111110011001100100011001111111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E00BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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