Shades of Cerulean Blue #294FB0
Tints of Cerulean Blue #294FB0
RGB
CMYK
RGB Variations
Color information
#294FB0 (or 0x294FB0) is known color: Cerulean Blue. HEX triplet: 29, 4F and B0. RGB value is (41,79,176). Sum of RGB (Red+Green+Blue) = 41+79+176=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 176 (69.14% from 255 or 59.46% from 296); Max value from RGB is 176 - color contains mainly: blue. Hex color #294FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294FB0 is #D6B04F. Grayscale: #4E4E4E. Windows color (decimal): -14069840 or 11554601. OLE color: 11554601.
HSL color Cylindrical-coordinate representation of color #294FB0: hue angle of 223.11º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #294FB0 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 79 | 176 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.31 |
| HSL | 223.11º | 0.62% | 0.43% | - |
| HSV(B) | 223.11º | 0.77% | 0.69% | - |
| XYZ | 11.55 | 9.2 | 42.24 | - |
| YUV | 78.7 | 182.91 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 176 | 0.77 | 0.55 | 0 | 0.31 | 223.11 | 0.62 | 0.43 |
| Hex | 29 | 4F | B0 | 4D | 37 | 0 | 1F | DF | 3E | 2B |
| Octal | 51 | 117 | 260 | 115 | 67 | 0 | 37 | 337 | 76 | 53 |
| Binary | 101001 | 1001111 | 10110000 | 1001101 | 110111 | 0 | 11111 | 11011111 | 111110 | 101011 |
Color Harmonies of #294FB0
Complementary color
Monochromatic Colors of #294FB0
Black with #294FB0
Text Example
Text Example
White with #294FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294FB0; }
p { color: rgb(41,79,176); }
H1.HeaderClassName
{
color: #294FB0;
}
.AnyTagClassName
{
color: #294FB0;
}
</style>
background-color css
<style>
a { background-color: #294FB0; }
a { background-color: rgb(41,79,176); }
div.DivClassName
{
background-color: #294FB0;
}
.BgClassName
{
background-color: #294FB0;
}
</style>
border-color css
<style>
span { border-color: #294FB0; }
span { border-color: rgb(41,79,176); }
td.TdClassName
{
border-color: #294FB0;
}
.TagClassName
{
border-color: #294FB0;
}
</style>