Shades of Cerulean Blue #294AB8
Tints of Cerulean Blue #294AB8
RGB
CMYK
RGB Variations
Color information
#294AB8 (or 0x294AB8) is known color: Cerulean Blue. HEX triplet: 29, 4A and B8. RGB value is (41,74,184). Sum of RGB (Red+Green+Blue) = 41+74+184=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 184 (72.27% from 255 or 61.54% from 299); Max value from RGB is 184 - color contains mainly: blue. Hex color #294AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294AB8 is #D6B547. Grayscale: #4C4C4C. Windows color (decimal): -14071112 or 12077609. OLE color: 12077609.
HSL color Cylindrical-coordinate representation of color #294AB8: hue angle of 226.15º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #294AB8 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 41 | 74 | 184 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.28 |
| HSL | 226.15º | 0.64% | 0.44% | - |
| HSV(B) | 226.15º | 0.78% | 0.72% | - |
| XYZ | 12.01 | 8.83 | 46.42 | - |
| YUV | 76.67 | 188.57 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 184 | 0.78 | 0.60 | 0 | 0.28 | 226.15 | 0.64 | 0.44 |
| Hex | 29 | 4A | B8 | 4E | 3C | 0 | 1C | E2 | 40 | 2C |
| Octal | 51 | 112 | 270 | 116 | 74 | 0 | 34 | 342 | 100 | 54 |
| Binary | 101001 | 1001010 | 10111000 | 1001110 | 111100 | 0 | 11100 | 11100010 | 1000000 | 101100 |
Color Harmonies of #294AB8
Complementary color
Monochromatic Colors of #294AB8
Black with #294AB8
Text Example
Text Example
White with #294AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294AB8; }
p { color: rgb(41,74,184); }
H1.HeaderClassName
{
color: #294AB8;
}
.AnyTagClassName
{
color: #294AB8;
}
</style>
background-color css
<style>
a { background-color: #294AB8; }
a { background-color: rgb(41,74,184); }
div.DivClassName
{
background-color: #294AB8;
}
.BgClassName
{
background-color: #294AB8;
}
</style>
border-color css
<style>
span { border-color: #294AB8; }
span { border-color: rgb(41,74,184); }
td.TdClassName
{
border-color: #294AB8;
}
.TagClassName
{
border-color: #294AB8;
}
</style>