#2E88BF

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

Shades of Curious Blue #2E88BF

Tints of Curious Blue #2E88BF

Color information

#2E88BF (or 0x2E88BF) is unknown color: approx Curious Blue. HEX triplet: 2E, 88 and BF. RGB value is (46,136,191). Sum of RGB (Red+Green+Blue) = 46+136+191=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E88BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E88BF is #D17740. Grayscale: #737373. Windows color (decimal): -13727553 or 12552238. OLE color: 12552238.

HSL color Cylindrical-coordinate representation of color #2E88BF: hue angle of 202.76º 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 #2E88BF is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB46136191-
CMYK0.760.2900.25
HSL202.76º61.18%46.47%-
HSV(B)202.76º75.92%74.9%-
XYZ19.3321.9552.51-
YUV115.36170.6878.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.33%
GREEN value IS 136 (53.52% from 255) = 36.46%
BLUE value IS 191 (75% from 255) = 51.21%
R=12.33%
G=36.46%
B=51.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461361910.760.2900.25202.7661.1846.47
Hex2E88BF4C1D019cb3d2e
Octal56210277114350313137556
Binary101110100010001011111110011001110101100111001011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E88BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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