Shades of Cerulean Blue #294AB9
Tints of Cerulean Blue #294AB9
RGB
CMYK
RGB Variations
Color information
#294AB9 (or 0x294AB9) is known color: Cerulean Blue. HEX triplet: 29, 4A and B9. RGB value is (41,74,185). Sum of RGB (Red+Green+Blue) = 41+74+185=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 185 (72.66% from 255 or 61.67% from 300); Max value from RGB is 185 - color contains mainly: blue. Hex color #294AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294AB9 is #D6B546. Grayscale: #4C4C4C. Windows color (decimal): -14071111 or 12143145. OLE color: 12143145.
HSL color Cylindrical-coordinate representation of color #294AB9: hue angle of 226.25º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #294AB9 is Cyan = 0.78, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 74 | 185 | - |
| CMYK | 0.78 | 0.6 | 0 | 0.27 |
| HSL | 226.25º | 0.64% | 0.44% | - |
| HSV(B) | 226.25º | 0.78% | 0.73% | - |
| XYZ | 12.12 | 8.87 | 46.97 | - |
| YUV | 76.79 | 189.07 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 185 | 0.78 | 0.6 | 0 | 0.27 | 226.25 | 0.64 | 0.44 |
| Hex | 29 | 4A | B9 | 4E | 3C | 0 | 1B | E2 | 40 | 2C |
| Octal | 51 | 112 | 271 | 116 | 74 | 0 | 33 | 342 | 100 | 54 |
| Binary | 101001 | 1001010 | 10111001 | 1001110 | 111100 | 0 | 11011 | 11100010 | 1000000 | 101100 |
Color Harmonies of #294AB9
Complementary color
Monochromatic Colors of #294AB9
Black with #294AB9
Text Example
Text Example
White with #294AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294AB9; }
p { color: rgb(41,74,185); }
H1.HeaderClassName
{
color: #294AB9;
}
.AnyTagClassName
{
color: #294AB9;
}
</style>
background-color css
<style>
a { background-color: #294AB9; }
a { background-color: rgb(41,74,185); }
div.DivClassName
{
background-color: #294AB9;
}
.BgClassName
{
background-color: #294AB9;
}
</style>
border-color css
<style>
span { border-color: #294AB9; }
span { border-color: rgb(41,74,185); }
td.TdClassName
{
border-color: #294AB9;
}
.TagClassName
{
border-color: #294AB9;
}
</style>