Shades of Curious Blue #2E89BB
Tints of Curious Blue #2E89BB
RGB
CMYK
RGB Variations
Color information
#2E89BB (or 0x2E89BB) is known color: Curious Blue. HEX triplet: 2E, 89 and BB. RGB value is (46,137,187). Sum of RGB (Red+Green+Blue) = 46+137+187=370 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.43% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E89BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E89BB is #D17644. Grayscale: #737373. Windows color (decimal): -13727301 or 12290350. OLE color: 12290350.
HSL color Cylindrical-coordinate representation of color #2E89BB: hue angle of 201.28º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E89BB is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 137 | 187 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.27 |
| HSL | 201.28º | 0.61% | 0.46% | - |
| HSV(B) | 201.28º | 0.75% | 0.73% | - |
| XYZ | 19.04 | 22.06 | 50.27 | - |
| YUV | 115.49 | 168.35 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 137 | 187 | 0.75 | 0.27 | 0 | 0.27 | 201.28 | 0.61 | 0.46 |
| Hex | 2E | 89 | BB | 4B | 1B | 0 | 1B | C9 | 3D | 2E |
| Octal | 56 | 211 | 273 | 113 | 33 | 0 | 33 | 311 | 75 | 56 |
| Binary | 101110 | 10001001 | 10111011 | 1001011 | 11011 | 0 | 11011 | 11001001 | 111101 | 101110 |
Color Harmonies of #2E89BB
Complementary color
Monochromatic Colors of #2E89BB
Black with #2E89BB
Text Example
Text Example
White with #2E89BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E89BB; }
p { color: rgb(46,137,187); }
H1.HeaderClassName
{
color: #2E89BB;
}
.AnyTagClassName
{
color: #2E89BB;
}
</style>
background-color css
<style>
a { background-color: #2E89BB; }
a { background-color: rgb(46,137,187); }
div.DivClassName
{
background-color: #2E89BB;
}
.BgClassName
{
background-color: #2E89BB;
}
</style>
border-color css
<style>
span { border-color: #2E89BB; }
span { border-color: rgb(46,137,187); }
td.TdClassName
{
border-color: #2E89BB;
}
.TagClassName
{
border-color: #2E89BB;
}
</style>