Shades of Curious Blue #2E78BC
Tints of Curious Blue #2E78BC
RGB
CMYK
RGB Variations
Color information
#2E78BC (or 0x2E78BC) is known color: Curious Blue. HEX triplet: 2E, 78 and BC. RGB value is (46,120,188). Sum of RGB (Red+Green+Blue) = 46+120+188=354 (46% of max value = 765). Red value is 46 (18.36% from 255 or 12.99% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E78BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E78BC is #D18743. Grayscale: #696969. Windows color (decimal): -13731652 or 12351534. OLE color: 12351534.
HSL color Cylindrical-coordinate representation of color #2E78BC: hue angle of 208.73º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E78BC is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 120 | 188 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.26 |
| HSL | 208.73º | 0.61% | 0.46% | - |
| HSV(B) | 208.73º | 0.76% | 0.74% | - |
| XYZ | 16.92 | 17.64 | 50.09 | - |
| YUV | 105.63 | 174.48 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 120 | 188 | 0.76 | 0.36 | 0 | 0.26 | 208.73 | 0.61 | 0.46 |
| Hex | 2E | 78 | BC | 4C | 24 | 0 | 1A | D1 | 3D | 2E |
| Octal | 56 | 170 | 274 | 114 | 44 | 0 | 32 | 321 | 75 | 56 |
| Binary | 101110 | 1111000 | 10111100 | 1001100 | 100100 | 0 | 11010 | 11010001 | 111101 | 101110 |
Color Harmonies of #2E78BC
Complementary color
Monochromatic Colors of #2E78BC
Black with #2E78BC
Text Example
Text Example
White with #2E78BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E78BC; }
p { color: rgb(46,120,188); }
H1.HeaderClassName
{
color: #2E78BC;
}
.AnyTagClassName
{
color: #2E78BC;
}
</style>
background-color css
<style>
a { background-color: #2E78BC; }
a { background-color: rgb(46,120,188); }
div.DivClassName
{
background-color: #2E78BC;
}
.BgClassName
{
background-color: #2E78BC;
}
</style>
border-color css
<style>
span { border-color: #2E78BC; }
span { border-color: rgb(46,120,188); }
td.TdClassName
{
border-color: #2E78BC;
}
.TagClassName
{
border-color: #2E78BC;
}
</style>