Shades of Curious Blue #2E7BBA
Tints of Curious Blue #2E7BBA
RGB
CMYK
RGB Variations
Color information
#2E7BBA (or 0x2E7BBA) is known color: Curious Blue. HEX triplet: 2E, 7B and BA. RGB value is (46,123,186). Sum of RGB (Red+Green+Blue) = 46+123+186=355 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.96% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E7BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7BBA is #D18445. Grayscale: #6A6A6A. Windows color (decimal): -13730886 or 12221230. OLE color: 12221230.
HSL color Cylindrical-coordinate representation of color #2E7BBA: hue angle of 207º 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 #2E7BBA is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 123 | 186 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.27 |
| HSL | 207º | 0.6% | 0.45% | - |
| HSV(B) | 207º | 0.75% | 0.73% | - |
| XYZ | 17.07 | 18.29 | 49.09 | - |
| YUV | 107.16 | 172.49 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 123 | 186 | 0.75 | 0.34 | 0 | 0.27 | 207 | 0.6 | 0.45 |
| Hex | 2E | 7B | BA | 4B | 22 | 0 | 1B | CF | 3C | 2D |
| Octal | 56 | 173 | 272 | 113 | 42 | 0 | 33 | 317 | 74 | 55 |
| Binary | 101110 | 1111011 | 10111010 | 1001011 | 100010 | 0 | 11011 | 11001111 | 111100 | 101101 |
Color Harmonies of #2E7BBA
Complementary color
Monochromatic Colors of #2E7BBA
Black with #2E7BBA
Text Example
Text Example
White with #2E7BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7BBA; }
p { color: rgb(46,123,186); }
H1.HeaderClassName
{
color: #2E7BBA;
}
.AnyTagClassName
{
color: #2E7BBA;
}
</style>
background-color css
<style>
a { background-color: #2E7BBA; }
a { background-color: rgb(46,123,186); }
div.DivClassName
{
background-color: #2E7BBA;
}
.BgClassName
{
background-color: #2E7BBA;
}
</style>
border-color css
<style>
span { border-color: #2E7BBA; }
span { border-color: rgb(46,123,186); }
td.TdClassName
{
border-color: #2E7BBA;
}
.TagClassName
{
border-color: #2E7BBA;
}
</style>