Shades of Curious Blue #2E8DBB
Tints of Curious Blue #2E8DBB
RGB
CMYK
RGB Variations
Color information
#2E8DBB (or 0x2E8DBB) is known color: Curious Blue. HEX triplet: 2E, 8D and BB. RGB value is (46,141,187). Sum of RGB (Red+Green+Blue) = 46+141+187=374 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.30% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E8DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8DBB is #D17244. Grayscale: #757575. Windows color (decimal): -13726277 or 12291374. OLE color: 12291374.
HSL color Cylindrical-coordinate representation of color #2E8DBB: hue angle of 199.57º 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 #2E8DBB is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 141 | 187 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.27 |
| HSL | 199.57º | 0.61% | 0.46% | - |
| HSV(B) | 199.57º | 0.75% | 0.73% | - |
| XYZ | 19.62 | 23.22 | 50.46 | - |
| YUV | 117.84 | 167.03 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 141 | 187 | 0.75 | 0.25 | 0 | 0.27 | 199.57 | 0.61 | 0.46 |
| Hex | 2E | 8D | BB | 4B | 19 | 0 | 1B | C8 | 3D | 2E |
| Octal | 56 | 215 | 273 | 113 | 31 | 0 | 33 | 310 | 75 | 56 |
| Binary | 101110 | 10001101 | 10111011 | 1001011 | 11001 | 0 | 11011 | 11001000 | 111101 | 101110 |
Color Harmonies of #2E8DBB
Complementary color
Monochromatic Colors of #2E8DBB
Black with #2E8DBB
Text Example
Text Example
White with #2E8DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8DBB; }
p { color: rgb(46,141,187); }
H1.HeaderClassName
{
color: #2E8DBB;
}
.AnyTagClassName
{
color: #2E8DBB;
}
</style>
background-color css
<style>
a { background-color: #2E8DBB; }
a { background-color: rgb(46,141,187); }
div.DivClassName
{
background-color: #2E8DBB;
}
.BgClassName
{
background-color: #2E8DBB;
}
</style>
border-color css
<style>
span { border-color: #2E8DBB; }
span { border-color: rgb(46,141,187); }
td.TdClassName
{
border-color: #2E8DBB;
}
.TagClassName
{
border-color: #2E8DBB;
}
</style>