Shades of Curious Blue #2E77BA
Tints of Curious Blue #2E77BA
RGB
CMYK
RGB Variations
Color information
#2E77BA (or 0x2E77BA) is known color: Curious Blue. HEX triplet: 2E, 77 and BA. RGB value is (46,119,186). Sum of RGB (Red+Green+Blue) = 46+119+186=351 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.11% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E77BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E77BA is #D18845. Grayscale: #686868. Windows color (decimal): -13731910 or 12220206. OLE color: 12220206.
HSL color Cylindrical-coordinate representation of color #2E77BA: hue angle of 208.71º 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 #2E77BA is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 119 | 186 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.27 |
| HSL | 208.71º | 0.6% | 0.45% | - |
| HSV(B) | 208.71º | 0.75% | 0.73% | - |
| XYZ | 16.59 | 17.32 | 48.92 | - |
| YUV | 104.81 | 173.82 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 119 | 186 | 0.75 | 0.36 | 0 | 0.27 | 208.71 | 0.6 | 0.45 |
| Hex | 2E | 77 | BA | 4B | 24 | 0 | 1B | D1 | 3C | 2D |
| Octal | 56 | 167 | 272 | 113 | 44 | 0 | 33 | 321 | 74 | 55 |
| Binary | 101110 | 1110111 | 10111010 | 1001011 | 100100 | 0 | 11011 | 11010001 | 111100 | 101101 |
Color Harmonies of #2E77BA
Complementary color
Monochromatic Colors of #2E77BA
Black with #2E77BA
Text Example
Text Example
White with #2E77BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E77BA; }
p { color: rgb(46,119,186); }
H1.HeaderClassName
{
color: #2E77BA;
}
.AnyTagClassName
{
color: #2E77BA;
}
</style>
background-color css
<style>
a { background-color: #2E77BA; }
a { background-color: rgb(46,119,186); }
div.DivClassName
{
background-color: #2E77BA;
}
.BgClassName
{
background-color: #2E77BA;
}
</style>
border-color css
<style>
span { border-color: #2E77BA; }
span { border-color: rgb(46,119,186); }
td.TdClassName
{
border-color: #2E77BA;
}
.TagClassName
{
border-color: #2E77BA;
}
</style>