Shades of Cerulean Blue #294CBA
Tints of Cerulean Blue #294CBA
RGB
CMYK
RGB Variations
Color information
#294CBA (or 0x294CBA) is known color: Cerulean Blue. HEX triplet: 29, 4C and BA. RGB value is (41,76,186). Sum of RGB (Red+Green+Blue) = 41+76+186=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #294CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294CBA is #D6B345. Grayscale: #4D4D4D. Windows color (decimal): -14070598 or 12209193. OLE color: 12209193.
HSL color Cylindrical-coordinate representation of color #294CBA: hue angle of 225.52º 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 #294CBA is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 76 | 186 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.27 |
| HSL | 225.52º | 0.64% | 0.45% | - |
| HSV(B) | 225.52º | 0.78% | 0.73% | - |
| XYZ | 12.36 | 9.19 | 47.58 | - |
| YUV | 78.08 | 188.9 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 186 | 0.78 | 0.59 | 0 | 0.27 | 225.52 | 0.64 | 0.45 |
| Hex | 29 | 4C | BA | 4E | 3B | 0 | 1B | E2 | 40 | 2D |
| Octal | 51 | 114 | 272 | 116 | 73 | 0 | 33 | 342 | 100 | 55 |
| Binary | 101001 | 1001100 | 10111010 | 1001110 | 111011 | 0 | 11011 | 11100010 | 1000000 | 101101 |
Color Harmonies of #294CBA
Complementary color
Monochromatic Colors of #294CBA
Black with #294CBA
Text Example
Text Example
White with #294CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294CBA; }
p { color: rgb(41,76,186); }
H1.HeaderClassName
{
color: #294CBA;
}
.AnyTagClassName
{
color: #294CBA;
}
</style>
background-color css
<style>
a { background-color: #294CBA; }
a { background-color: rgb(41,76,186); }
div.DivClassName
{
background-color: #294CBA;
}
.BgClassName
{
background-color: #294CBA;
}
</style>
border-color css
<style>
span { border-color: #294CBA; }
span { border-color: rgb(41,76,186); }
td.TdClassName
{
border-color: #294CBA;
}
.TagClassName
{
border-color: #294CBA;
}
</style>