#2E86BF

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

Shades of Curious Blue #2E86BF

Tints of Curious Blue #2E86BF

Color information

#2E86BF (or 0x2E86BF) is unknown color: approx Curious Blue. HEX triplet: 2E, 86 and BF. RGB value is (46,134,191). Sum of RGB (Red+Green+Blue) = 46+134+191=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E86BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E86BF is #D17940. Grayscale: #717171. Windows color (decimal): -13728065 or 12551726. OLE color: 12551726.

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

Color convert

RGB46134191-
CMYK0.760.3000.25
HSL203.59º61.18%46.47%-
HSV(B)203.59º75.92%74.9%-
XYZ19.0621.3952.42-
YUV114.19171.3579.37-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.40%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 191 (75% from 255) = 51.48%
R=12.40%
G=36.12%
B=51.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461341910.760.3000.25203.5961.1846.47
Hex2E86BF4C1E019cc3d2e
Octal56206277114360313147556
Binary101110100001101011111110011001111001100111001100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E86BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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