Shades of Curious Blue #2E80BE
Tints of Curious Blue #2E80BE
RGB
CMYK
RGB Variations
Color information
#2E80BE (or 0x2E80BE) is known color: Curious Blue. HEX triplet: 2E, 80 and BE. RGB value is (46,128,190). Sum of RGB (Red+Green+Blue) = 46+128+190=364 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.64% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E80BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E80BE is #D17F41. Grayscale: #6E6E6E. Windows color (decimal): -13729602 or 12484654. OLE color: 12484654.
HSL color Cylindrical-coordinate representation of color #2E80BE: hue angle of 205.83º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E80BE is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 128 | 190 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.25 |
| HSL | 205.83º | 0.61% | 0.46% | - |
| HSV(B) | 205.83º | 0.76% | 0.75% | - |
| XYZ | 18.14 | 19.74 | 51.57 | - |
| YUV | 110.55 | 172.83 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 128 | 190 | 0.76 | 0.33 | 0 | 0.25 | 205.83 | 0.61 | 0.46 |
| Hex | 2E | 80 | BE | 4C | 21 | 0 | 19 | CE | 3D | 2E |
| Octal | 56 | 200 | 276 | 114 | 41 | 0 | 31 | 316 | 75 | 56 |
| Binary | 101110 | 10000000 | 10111110 | 1001100 | 100001 | 0 | 11001 | 11001110 | 111101 | 101110 |
Color Harmonies of #2E80BE
Complementary color
Monochromatic Colors of #2E80BE
Black with #2E80BE
Text Example
Text Example
White with #2E80BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E80BE; }
p { color: rgb(46,128,190); }
H1.HeaderClassName
{
color: #2E80BE;
}
.AnyTagClassName
{
color: #2E80BE;
}
</style>
background-color css
<style>
a { background-color: #2E80BE; }
a { background-color: rgb(46,128,190); }
div.DivClassName
{
background-color: #2E80BE;
}
.BgClassName
{
background-color: #2E80BE;
}
</style>
border-color css
<style>
span { border-color: #2E80BE; }
span { border-color: rgb(46,128,190); }
td.TdClassName
{
border-color: #2E80BE;
}
.TagClassName
{
border-color: #2E80BE;
}
</style>