Shades of Cerulean Blue #294BC1
Tints of Cerulean Blue #294BC1
RGB
CMYK
RGB Variations
Color information
#294BC1 (or 0x294BC1) is known color: Cerulean Blue. HEX triplet: 29, 4B and C1. RGB value is (41,75,193). Sum of RGB (Red+Green+Blue) = 41+75+193=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 193 (75.78% from 255 or 62.46% from 309); Max value from RGB is 193 - color contains mainly: blue. Hex color #294BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294BC1 is #D6B43E. Grayscale: #4D4D4D. Windows color (decimal): -14070847 or 12667689. OLE color: 12667689.
HSL color Cylindrical-coordinate representation of color #294BC1: hue angle of 226.58º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #294BC1 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 75 | 193 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.24 |
| HSL | 226.58º | 0.65% | 0.46% | - |
| HSV(B) | 226.58º | 0.79% | 0.76% | - |
| XYZ | 13.06 | 9.35 | 51.57 | - |
| YUV | 78.29 | 192.74 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 193 | 0.79 | 0.61 | 0 | 0.24 | 226.58 | 0.65 | 0.46 |
| Hex | 29 | 4B | C1 | 4F | 3D | 0 | 18 | E3 | 41 | 2E |
| Octal | 51 | 113 | 301 | 117 | 75 | 0 | 30 | 343 | 101 | 56 |
| Binary | 101001 | 1001011 | 11000001 | 1001111 | 111101 | 0 | 11000 | 11100011 | 1000001 | 101110 |
Color Harmonies of #294BC1
Complementary color
Monochromatic Colors of #294BC1
Black with #294BC1
Text Example
Text Example
White with #294BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294BC1; }
p { color: rgb(41,75,193); }
H1.HeaderClassName
{
color: #294BC1;
}
.AnyTagClassName
{
color: #294BC1;
}
</style>
background-color css
<style>
a { background-color: #294BC1; }
a { background-color: rgb(41,75,193); }
div.DivClassName
{
background-color: #294BC1;
}
.BgClassName
{
background-color: #294BC1;
}
</style>
border-color css
<style>
span { border-color: #294BC1; }
span { border-color: rgb(41,75,193); }
td.TdClassName
{
border-color: #294BC1;
}
.TagClassName
{
border-color: #294BC1;
}
</style>