#2E88BD

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

Shades of Curious Blue #2E88BD

Tints of Curious Blue #2E88BD

Color information

#2E88BD (or 0x2E88BD) is unknown color: approx Curious Blue. HEX triplet: 2E, 88 and BD. RGB value is (46,136,189). Sum of RGB (Red+Green+Blue) = 46+136+189=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E88BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E88BD is #D17742. Grayscale: #727272. Windows color (decimal): -13727555 or 12421166. OLE color: 12421166.

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

Color convert

RGB46136189-
CMYK0.760.2800.26
HSL202.24º60.85%46.08%-
HSV(B)202.24º75.66%74.12%-
XYZ19.1221.8651.36-
YUV115.13169.6878.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.40%
GREEN value IS 136 (53.52% from 255) = 36.66%
BLUE value IS 189 (74.22% from 255) = 50.94%
R=12.40%
G=36.66%
B=50.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal461361890.760.2800.26202.2460.8546.08
Hex2E88BD4C1C01Aca3d2e
Octal56210275114340323127556
Binary101110100010001011110110011001110001101011001010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E88BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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