Shades of Curious Blue #2E71BA
Tints of Curious Blue #2E71BA
RGB
CMYK
RGB Variations
Color information
#2E71BA (or 0x2E71BA) is known color: Curious Blue. HEX triplet: 2E, 71 and BA. RGB value is (46,113,186). Sum of RGB (Red+Green+Blue) = 46+113+186=345 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.33% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E71BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E71BA is #D18E45. Grayscale: #646464. Windows color (decimal): -13733446 or 12218670. OLE color: 12218670.
HSL color Cylindrical-coordinate representation of color #2E71BA: hue angle of 211.29º 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 #2E71BA is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 113 | 186 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.27 |
| HSL | 211.29º | 0.6% | 0.45% | - |
| HSV(B) | 211.29º | 0.75% | 0.73% | - |
| XYZ | 15.89 | 15.94 | 48.69 | - |
| YUV | 101.29 | 175.8 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 186 | 0.75 | 0.39 | 0 | 0.27 | 211.29 | 0.6 | 0.45 |
| Hex | 2E | 71 | BA | 4B | 27 | 0 | 1B | D3 | 3C | 2D |
| Octal | 56 | 161 | 272 | 113 | 47 | 0 | 33 | 323 | 74 | 55 |
| Binary | 101110 | 1110001 | 10111010 | 1001011 | 100111 | 0 | 11011 | 11010011 | 111100 | 101101 |
Color Harmonies of #2E71BA
Complementary color
Monochromatic Colors of #2E71BA
Black with #2E71BA
Text Example
Text Example
White with #2E71BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E71BA; }
p { color: rgb(46,113,186); }
H1.HeaderClassName
{
color: #2E71BA;
}
.AnyTagClassName
{
color: #2E71BA;
}
</style>
background-color css
<style>
a { background-color: #2E71BA; }
a { background-color: rgb(46,113,186); }
div.DivClassName
{
background-color: #2E71BA;
}
.BgClassName
{
background-color: #2E71BA;
}
</style>
border-color css
<style>
span { border-color: #2E71BA; }
span { border-color: rgb(46,113,186); }
td.TdClassName
{
border-color: #2E71BA;
}
.TagClassName
{
border-color: #2E71BA;
}
</style>