Shades of Curious Blue #2E7FBA
Tints of Curious Blue #2E7FBA
RGB
CMYK
RGB Variations
Color information
#2E7FBA (or 0x2E7FBA) is known color: Curious Blue. HEX triplet: 2E, 7F and BA. RGB value is (46,127,186). Sum of RGB (Red+Green+Blue) = 46+127+186=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E7FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7FBA is #D18045. Grayscale: #6D6D6D. Windows color (decimal): -13729862 or 12222254. OLE color: 12222254.
HSL color Cylindrical-coordinate representation of color #2E7FBA: hue angle of 205.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 #2E7FBA is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 127 | 186 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.27 |
| HSL | 205.29º | 0.6% | 0.45% | - |
| HSV(B) | 205.29º | 0.75% | 0.73% | - |
| XYZ | 17.58 | 19.3 | 49.25 | - |
| YUV | 109.51 | 171.16 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 127 | 186 | 0.75 | 0.32 | 0 | 0.27 | 205.29 | 0.6 | 0.45 |
| Hex | 2E | 7F | BA | 4B | 20 | 0 | 1B | CD | 3C | 2D |
| Octal | 56 | 177 | 272 | 113 | 40 | 0 | 33 | 315 | 74 | 55 |
| Binary | 101110 | 1111111 | 10111010 | 1001011 | 100000 | 0 | 11011 | 11001101 | 111100 | 101101 |
Color Harmonies of #2E7FBA
Complementary color
Monochromatic Colors of #2E7FBA
Black with #2E7FBA
Text Example
Text Example
White with #2E7FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7FBA; }
p { color: rgb(46,127,186); }
H1.HeaderClassName
{
color: #2E7FBA;
}
.AnyTagClassName
{
color: #2E7FBA;
}
</style>
background-color css
<style>
a { background-color: #2E7FBA; }
a { background-color: rgb(46,127,186); }
div.DivClassName
{
background-color: #2E7FBA;
}
.BgClassName
{
background-color: #2E7FBA;
}
</style>
border-color css
<style>
span { border-color: #2E7FBA; }
span { border-color: rgb(46,127,186); }
td.TdClassName
{
border-color: #2E7FBA;
}
.TagClassName
{
border-color: #2E7FBA;
}
</style>