Shades of Curious Blue #2E81BE
Tints of Curious Blue #2E81BE
RGB
CMYK
RGB Variations
Color information
#2E81BE (or 0x2E81BE) is known color: Curious Blue. HEX triplet: 2E, 81 and BE. RGB value is (46,129,190). Sum of RGB (Red+Green+Blue) = 46+129+190=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E81BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E81BE is #D17E41. Grayscale: #6E6E6E. Windows color (decimal): -13729346 or 12484910. OLE color: 12484910.
HSL color Cylindrical-coordinate representation of color #2E81BE: hue angle of 205.42º 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 #2E81BE is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 129 | 190 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.25 |
| HSL | 205.42º | 0.61% | 0.46% | - |
| HSV(B) | 205.42º | 0.76% | 0.75% | - |
| XYZ | 18.27 | 20 | 51.61 | - |
| YUV | 111.14 | 172.5 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 129 | 190 | 0.76 | 0.32 | 0 | 0.25 | 205.42 | 0.61 | 0.46 |
| Hex | 2E | 81 | BE | 4C | 20 | 0 | 19 | CD | 3D | 2E |
| Octal | 56 | 201 | 276 | 114 | 40 | 0 | 31 | 315 | 75 | 56 |
| Binary | 101110 | 10000001 | 10111110 | 1001100 | 100000 | 0 | 11001 | 11001101 | 111101 | 101110 |
Color Harmonies of #2E81BE
Complementary color
Monochromatic Colors of #2E81BE
Black with #2E81BE
Text Example
Text Example
White with #2E81BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E81BE; }
p { color: rgb(46,129,190); }
H1.HeaderClassName
{
color: #2E81BE;
}
.AnyTagClassName
{
color: #2E81BE;
}
</style>
background-color css
<style>
a { background-color: #2E81BE; }
a { background-color: rgb(46,129,190); }
div.DivClassName
{
background-color: #2E81BE;
}
.BgClassName
{
background-color: #2E81BE;
}
</style>
border-color css
<style>
span { border-color: #2E81BE; }
span { border-color: rgb(46,129,190); }
td.TdClassName
{
border-color: #2E81BE;
}
.TagClassName
{
border-color: #2E81BE;
}
</style>