Shades of Curious Blue #2E78BB
Tints of Curious Blue #2E78BB
RGB
CMYK
RGB Variations
Color information
#2E78BB (or 0x2E78BB) is known color: Curious Blue. HEX triplet: 2E, 78 and BB. RGB value is (46,120,187). Sum of RGB (Red+Green+Blue) = 46+120+187=353 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.03% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E78BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E78BB is #D18744. Grayscale: #696969. Windows color (decimal): -13731653 or 12285998. OLE color: 12285998.
HSL color Cylindrical-coordinate representation of color #2E78BB: hue angle of 208.51º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E78BB is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 120 | 187 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.27 |
| HSL | 208.51º | 0.61% | 0.46% | - |
| HSV(B) | 208.51º | 0.75% | 0.73% | - |
| XYZ | 16.81 | 17.6 | 49.53 | - |
| YUV | 105.51 | 173.98 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 120 | 187 | 0.75 | 0.36 | 0 | 0.27 | 208.51 | 0.61 | 0.46 |
| Hex | 2E | 78 | BB | 4B | 24 | 0 | 1B | D1 | 3D | 2E |
| Octal | 56 | 170 | 273 | 113 | 44 | 0 | 33 | 321 | 75 | 56 |
| Binary | 101110 | 1111000 | 10111011 | 1001011 | 100100 | 0 | 11011 | 11010001 | 111101 | 101110 |
Color Harmonies of #2E78BB
Complementary color
Monochromatic Colors of #2E78BB
Black with #2E78BB
Text Example
Text Example
White with #2E78BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E78BB; }
p { color: rgb(46,120,187); }
H1.HeaderClassName
{
color: #2E78BB;
}
.AnyTagClassName
{
color: #2E78BB;
}
</style>
background-color css
<style>
a { background-color: #2E78BB; }
a { background-color: rgb(46,120,187); }
div.DivClassName
{
background-color: #2E78BB;
}
.BgClassName
{
background-color: #2E78BB;
}
</style>
border-color css
<style>
span { border-color: #2E78BB; }
span { border-color: rgb(46,120,187); }
td.TdClassName
{
border-color: #2E78BB;
}
.TagClassName
{
border-color: #2E78BB;
}
</style>