Shades of Curious Blue #2E8DBC
Tints of Curious Blue #2E8DBC
RGB
CMYK
RGB Variations
Color information
#2E8DBC (or 0x2E8DBC) is known color: Curious Blue. HEX triplet: 2E, 8D and BC. RGB value is (46,141,188). Sum of RGB (Red+Green+Blue) = 46+141+188=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E8DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8DBC is #D17243. Grayscale: #757575. Windows color (decimal): -13726276 or 12356910. OLE color: 12356910.
HSL color Cylindrical-coordinate representation of color #2E8DBC: hue angle of 199.86º 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 #2E8DBC is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 141 | 188 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.26 |
| HSL | 199.86º | 0.61% | 0.46% | - |
| HSV(B) | 199.86º | 0.76% | 0.74% | - |
| XYZ | 19.73 | 23.26 | 51.03 | - |
| YUV | 117.95 | 167.53 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 141 | 188 | 0.76 | 0.25 | 0 | 0.26 | 199.86 | 0.61 | 0.46 |
| Hex | 2E | 8D | BC | 4C | 19 | 0 | 1A | C8 | 3D | 2E |
| Octal | 56 | 215 | 274 | 114 | 31 | 0 | 32 | 310 | 75 | 56 |
| Binary | 101110 | 10001101 | 10111100 | 1001100 | 11001 | 0 | 11010 | 11001000 | 111101 | 101110 |
Color Harmonies of #2E8DBC
Complementary color
Monochromatic Colors of #2E8DBC
Black with #2E8DBC
Text Example
Text Example
White with #2E8DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8DBC; }
p { color: rgb(46,141,188); }
H1.HeaderClassName
{
color: #2E8DBC;
}
.AnyTagClassName
{
color: #2E8DBC;
}
</style>
background-color css
<style>
a { background-color: #2E8DBC; }
a { background-color: rgb(46,141,188); }
div.DivClassName
{
background-color: #2E8DBC;
}
.BgClassName
{
background-color: #2E8DBC;
}
</style>
border-color css
<style>
span { border-color: #2E8DBC; }
span { border-color: rgb(46,141,188); }
td.TdClassName
{
border-color: #2E8DBC;
}
.TagClassName
{
border-color: #2E8DBC;
}
</style>