Shades of Cerulean Blue #294BA4
Tints of Cerulean Blue #294BA4
RGB
CMYK
RGB Variations
Color information
#294BA4 (or 0x294BA4) is known color: Cerulean Blue. HEX triplet: 29, 4B and A4. RGB value is (41,75,164). Sum of RGB (Red+Green+Blue) = 41+75+164=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 164 (64.45% from 255 or 58.57% from 280); Max value from RGB is 164 - color contains mainly: blue. Hex color #294BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294BA4 is #D6B45B. Grayscale: #4A4A4A. Windows color (decimal): -14070876 or 10767145. OLE color: 10767145.
HSL color Cylindrical-coordinate representation of color #294BA4: hue angle of 223.41º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #294BA4 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 41 | 75 | 164 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.36 |
| HSL | 223.41º | 0.6% | 0.4% | - |
| HSV(B) | 223.41º | 0.75% | 0.64% | - |
| XYZ | 10.13 | 8.18 | 36.17 | - |
| YUV | 74.98 | 178.24 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 164 | 0.75 | 0.54 | 0 | 0.36 | 223.41 | 0.6 | 0.4 |
| Hex | 29 | 4B | A4 | 4B | 36 | 0 | 24 | DF | 3C | 28 |
| Octal | 51 | 113 | 244 | 113 | 66 | 0 | 44 | 337 | 74 | 50 |
| Binary | 101001 | 1001011 | 10100100 | 1001011 | 110110 | 0 | 100100 | 11011111 | 111100 | 101000 |
Color Harmonies of #294BA4
Complementary color
Monochromatic Colors of #294BA4
Black with #294BA4
Text Example
Text Example
White with #294BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294BA4; }
p { color: rgb(41,75,164); }
H1.HeaderClassName
{
color: #294BA4;
}
.AnyTagClassName
{
color: #294BA4;
}
</style>
background-color css
<style>
a { background-color: #294BA4; }
a { background-color: rgb(41,75,164); }
div.DivClassName
{
background-color: #294BA4;
}
.BgClassName
{
background-color: #294BA4;
}
</style>
border-color css
<style>
span { border-color: #294BA4; }
span { border-color: rgb(41,75,164); }
td.TdClassName
{
border-color: #294BA4;
}
.TagClassName
{
border-color: #294BA4;
}
</style>