Shades of Curious Blue #2E8BBA
Tints of Curious Blue #2E8BBA
RGB
CMYK
RGB Variations
Color information
#2E8BBA (or 0x2E8BBA) is known color: Curious Blue. HEX triplet: 2E, 8B and BA. RGB value is (46,139,186). Sum of RGB (Red+Green+Blue) = 46+139+186=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E8BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8BBA is #D17445. Grayscale: #747474. Windows color (decimal): -13726790 or 12225326. OLE color: 12225326.
HSL color Cylindrical-coordinate representation of color #2E8BBA: hue angle of 200.14º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E8BBA is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 139 | 186 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.27 |
| HSL | 200.14º | 0.6% | 0.45% | - |
| HSV(B) | 200.14º | 0.75% | 0.73% | - |
| XYZ | 19.22 | 22.59 | 49.8 | - |
| YUV | 116.55 | 167.19 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 139 | 186 | 0.75 | 0.25 | 0 | 0.27 | 200.14 | 0.6 | 0.45 |
| Hex | 2E | 8B | BA | 4B | 19 | 0 | 1B | C8 | 3C | 2D |
| Octal | 56 | 213 | 272 | 113 | 31 | 0 | 33 | 310 | 74 | 55 |
| Binary | 101110 | 10001011 | 10111010 | 1001011 | 11001 | 0 | 11011 | 11001000 | 111100 | 101101 |
Color Harmonies of #2E8BBA
Complementary color
Monochromatic Colors of #2E8BBA
Black with #2E8BBA
Text Example
Text Example
White with #2E8BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8BBA; }
p { color: rgb(46,139,186); }
H1.HeaderClassName
{
color: #2E8BBA;
}
.AnyTagClassName
{
color: #2E8BBA;
}
</style>
background-color css
<style>
a { background-color: #2E8BBA; }
a { background-color: rgb(46,139,186); }
div.DivClassName
{
background-color: #2E8BBA;
}
.BgClassName
{
background-color: #2E8BBA;
}
</style>
border-color css
<style>
span { border-color: #2E8BBA; }
span { border-color: rgb(46,139,186); }
td.TdClassName
{
border-color: #2E8BBA;
}
.TagClassName
{
border-color: #2E8BBA;
}
</style>