#2E86B8

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

Shades of Curious Blue #2E86B8

Tints of Curious Blue #2E86B8

Color information

#2E86B8 (or 0x2E86B8) is unknown color: approx Curious Blue. HEX triplet: 2E, 86 and B8. RGB value is (46,134,184). Sum of RGB (Red+Green+Blue) = 46+134+184=364 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.64% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 184 (72.27% from 255 or 50.55% from 364); Max value from RGB is 184 - color contains mainly: blue. Hex color #2E86B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E86B8 is #D17947. Grayscale: #717171. Windows color (decimal): -13728072 or 12092974. OLE color: 12092974.

HSL color Cylindrical-coordinate representation of color #2E86B8: hue angle of 201.74º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E86B8 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB46134184-
CMYK0.750.2700.28
HSL201.74º60%45.1%-
HSV(B)201.74º75%72.16%-
XYZ18.321.0948.45-
YUV113.39167.8579.93-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.64%
GREEN value IS 134 (52.73% from 255) = 36.81%
BLUE value IS 184 (72.27% from 255) = 50.55%
R=12.64%
G=36.81%
B=50.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal461341840.750.2700.28201.746045.1
Hex2E86B84B1B01Cca3c2d
Octal56206270113330343127455
Binary101110100001101011100010010111101101110011001010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E86B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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