#2E8FBC

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

Shades of Curious Blue #2E8FBC

Tints of Curious Blue #2E8FBC

Color information

#2E8FBC (or 0x2E8FBC) is unknown color: approx Curious Blue. HEX triplet: 2E, 8F and BC. RGB value is (46,143,188). Sum of RGB (Red+Green+Blue) = 46+143+188=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E8FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8FBC is #D17043. Grayscale: #767676. Windows color (decimal): -13725764 or 12357422. OLE color: 12357422.

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

Color convert

RGB46143188-
CMYK0.760.2400.26
HSL199.01º60.68%45.88%-
HSV(B)199.01º75.53%73.73%-
XYZ20.0323.8651.13-
YUV119.13166.8675.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.20%
GREEN value IS 143 (56.25% from 255) = 37.93%
BLUE value IS 188 (73.83% from 255) = 49.87%
R=12.20%
G=37.93%
B=49.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal461431880.760.2400.26199.0160.6845.88
Hex2E8FBC4C1801Ac73d2e
Octal56217274114300323077556
Binary101110100011111011110010011001100001101011000111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,143,188); }

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

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

 a { background-color: rgb(46,143,188); }

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

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

 span { border-color: rgb(46,143,188); }

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