Shades of Curious Blue #2E7DBA
Tints of Curious Blue #2E7DBA
RGB
CMYK
RGB Variations
Color information
#2E7DBA (or 0x2E7DBA) is known color: Curious Blue. HEX triplet: 2E, 7D and BA. RGB value is (46,125,186). Sum of RGB (Red+Green+Blue) = 46+125+186=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E7DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7DBA is #D18245. Grayscale: #6C6C6C. Windows color (decimal): -13730374 or 12221742. OLE color: 12221742.
HSL color Cylindrical-coordinate representation of color #2E7DBA: hue angle of 206.14º 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 #2E7DBA is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 125 | 186 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.27 |
| HSL | 206.14º | 0.6% | 0.45% | - |
| HSV(B) | 206.14º | 0.75% | 0.73% | - |
| XYZ | 17.32 | 18.79 | 49.17 | - |
| YUV | 108.33 | 171.83 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 125 | 186 | 0.75 | 0.33 | 0 | 0.27 | 206.14 | 0.6 | 0.45 |
| Hex | 2E | 7D | BA | 4B | 21 | 0 | 1B | CE | 3C | 2D |
| Octal | 56 | 175 | 272 | 113 | 41 | 0 | 33 | 316 | 74 | 55 |
| Binary | 101110 | 1111101 | 10111010 | 1001011 | 100001 | 0 | 11011 | 11001110 | 111100 | 101101 |
Color Harmonies of #2E7DBA
Complementary color
Monochromatic Colors of #2E7DBA
Black with #2E7DBA
Text Example
Text Example
White with #2E7DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7DBA; }
p { color: rgb(46,125,186); }
H1.HeaderClassName
{
color: #2E7DBA;
}
.AnyTagClassName
{
color: #2E7DBA;
}
</style>
background-color css
<style>
a { background-color: #2E7DBA; }
a { background-color: rgb(46,125,186); }
div.DivClassName
{
background-color: #2E7DBA;
}
.BgClassName
{
background-color: #2E7DBA;
}
</style>
border-color css
<style>
span { border-color: #2E7DBA; }
span { border-color: rgb(46,125,186); }
td.TdClassName
{
border-color: #2E7DBA;
}
.TagClassName
{
border-color: #2E7DBA;
}
</style>