Shades of Cerulean Blue #294DA5
Tints of Cerulean Blue #294DA5
RGB
CMYK
RGB Variations
Color information
#294DA5 (or 0x294DA5) is known color: Cerulean Blue. HEX triplet: 29, 4D and A5. RGB value is (41,77,165). Sum of RGB (Red+Green+Blue) = 41+77+165=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 165 (64.84% from 255 or 58.30% from 283); Max value from RGB is 165 - color contains mainly: blue. Hex color #294DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294DA5 is #D6B25A. Grayscale: #4B4B4B. Windows color (decimal): -14070363 or 10833193. OLE color: 10833193.
HSL color Cylindrical-coordinate representation of color #294DA5: hue angle of 222.58º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #294DA5 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 41 | 77 | 165 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.35 |
| HSL | 222.58º | 0.6% | 0.4% | - |
| HSV(B) | 222.58º | 0.75% | 0.65% | - |
| XYZ | 10.36 | 8.5 | 36.69 | - |
| YUV | 76.27 | 178.07 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 165 | 0.75 | 0.53 | 0 | 0.35 | 222.58 | 0.6 | 0.4 |
| Hex | 29 | 4D | A5 | 4B | 35 | 0 | 23 | DF | 3C | 28 |
| Octal | 51 | 115 | 245 | 113 | 65 | 0 | 43 | 337 | 74 | 50 |
| Binary | 101001 | 1001101 | 10100101 | 1001011 | 110101 | 0 | 100011 | 11011111 | 111100 | 101000 |
Color Harmonies of #294DA5
Complementary color
Monochromatic Colors of #294DA5
Black with #294DA5
Text Example
Text Example
White with #294DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294DA5; }
p { color: rgb(41,77,165); }
H1.HeaderClassName
{
color: #294DA5;
}
.AnyTagClassName
{
color: #294DA5;
}
</style>
background-color css
<style>
a { background-color: #294DA5; }
a { background-color: rgb(41,77,165); }
div.DivClassName
{
background-color: #294DA5;
}
.BgClassName
{
background-color: #294DA5;
}
</style>
border-color css
<style>
span { border-color: #294DA5; }
span { border-color: rgb(41,77,165); }
td.TdClassName
{
border-color: #294DA5;
}
.TagClassName
{
border-color: #294DA5;
}
</style>