Shades of Curious Blue #2E80BA
Tints of Curious Blue #2E80BA
RGB
CMYK
RGB Variations
Color information
#2E80BA (or 0x2E80BA) is known color: Curious Blue. HEX triplet: 2E, 80 and BA. RGB value is (46,128,186). Sum of RGB (Red+Green+Blue) = 46+128+186=360 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.78% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E80BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E80BA is #D17F45. Grayscale: #6D6D6D. Windows color (decimal): -13729606 or 12222510. OLE color: 12222510.
HSL color Cylindrical-coordinate representation of color #2E80BA: hue angle of 204.86º 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 #2E80BA is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 128 | 186 | - |
| CMYK | 0.75 | 0.31 | 0 | 0.27 |
| HSL | 204.86º | 0.6% | 0.45% | - |
| HSV(B) | 204.86º | 0.75% | 0.73% | - |
| XYZ | 17.71 | 19.56 | 49.3 | - |
| YUV | 110.09 | 170.83 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 128 | 186 | 0.75 | 0.31 | 0 | 0.27 | 204.86 | 0.6 | 0.45 |
| Hex | 2E | 80 | BA | 4B | 1F | 0 | 1B | CD | 3C | 2D |
| Octal | 56 | 200 | 272 | 113 | 37 | 0 | 33 | 315 | 74 | 55 |
| Binary | 101110 | 10000000 | 10111010 | 1001011 | 11111 | 0 | 11011 | 11001101 | 111100 | 101101 |
Color Harmonies of #2E80BA
Complementary color
Monochromatic Colors of #2E80BA
Black with #2E80BA
Text Example
Text Example
White with #2E80BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E80BA; }
p { color: rgb(46,128,186); }
H1.HeaderClassName
{
color: #2E80BA;
}
.AnyTagClassName
{
color: #2E80BA;
}
</style>
background-color css
<style>
a { background-color: #2E80BA; }
a { background-color: rgb(46,128,186); }
div.DivClassName
{
background-color: #2E80BA;
}
.BgClassName
{
background-color: #2E80BA;
}
</style>
border-color css
<style>
span { border-color: #2E80BA; }
span { border-color: rgb(46,128,186); }
td.TdClassName
{
border-color: #2E80BA;
}
.TagClassName
{
border-color: #2E80BA;
}
</style>