Shades of Cerulean Blue #294BBB
Tints of Cerulean Blue #294BBB
RGB
CMYK
RGB Variations
Color information
#294BBB (or 0x294BBB) is known color: Cerulean Blue. HEX triplet: 29, 4B and BB. RGB value is (41,75,187). Sum of RGB (Red+Green+Blue) = 41+75+187=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #294BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294BBB is #D6B444. Grayscale: #4D4D4D. Windows color (decimal): -14070853 or 12274473. OLE color: 12274473.
HSL color Cylindrical-coordinate representation of color #294BBB: hue angle of 226.03º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #294BBB is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 75 | 187 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.27 |
| HSL | 226.03º | 0.64% | 0.45% | - |
| HSV(B) | 226.03º | 0.78% | 0.73% | - |
| XYZ | 12.4 | 9.09 | 48.11 | - |
| YUV | 77.6 | 189.74 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 187 | 0.78 | 0.60 | 0 | 0.27 | 226.03 | 0.64 | 0.45 |
| Hex | 29 | 4B | BB | 4E | 3C | 0 | 1B | E2 | 40 | 2D |
| Octal | 51 | 113 | 273 | 116 | 74 | 0 | 33 | 342 | 100 | 55 |
| Binary | 101001 | 1001011 | 10111011 | 1001110 | 111100 | 0 | 11011 | 11100010 | 1000000 | 101101 |
Color Harmonies of #294BBB
Complementary color
Monochromatic Colors of #294BBB
Black with #294BBB
Text Example
Text Example
White with #294BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294BBB; }
p { color: rgb(41,75,187); }
H1.HeaderClassName
{
color: #294BBB;
}
.AnyTagClassName
{
color: #294BBB;
}
</style>
background-color css
<style>
a { background-color: #294BBB; }
a { background-color: rgb(41,75,187); }
div.DivClassName
{
background-color: #294BBB;
}
.BgClassName
{
background-color: #294BBB;
}
</style>
border-color css
<style>
span { border-color: #294BBB; }
span { border-color: rgb(41,75,187); }
td.TdClassName
{
border-color: #294BBB;
}
.TagClassName
{
border-color: #294BBB;
}
</style>