Shades of Cerulean Blue #294CD3
Tints of Cerulean Blue #294CD3
RGB
CMYK
RGB Variations
Color information
#294CD3 (or 0x294CD3) is known color: Cerulean Blue. HEX triplet: 29, 4C and D3. RGB value is (41,76,211). Sum of RGB (Red+Green+Blue) = 41+76+211=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 211 (82.81% from 255 or 64.33% from 328); Max value from RGB is 211 - color contains mainly: blue. Hex color #294CD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294CD3 is #D6B32C. Grayscale: #505050. Windows color (decimal): -14070573 or 13847593. OLE color: 13847593.
HSL color Cylindrical-coordinate representation of color #294CD3: hue angle of 227.65º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #294CD3 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 41 | 76 | 211 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.17 |
| HSL | 227.65º | 0.67% | 0.49% | - |
| HSV(B) | 227.65º | 0.81% | 0.83% | - |
| XYZ | 15.26 | 10.34 | 62.82 | - |
| YUV | 80.93 | 201.4 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 211 | 0.81 | 0.64 | 0 | 0.17 | 227.65 | 0.67 | 0.49 |
| Hex | 29 | 4C | D3 | 51 | 40 | 0 | 11 | E4 | 43 | 31 |
| Octal | 51 | 114 | 323 | 121 | 100 | 0 | 21 | 344 | 103 | 61 |
| Binary | 101001 | 1001100 | 11010011 | 1010001 | 1000000 | 0 | 10001 | 11100100 | 1000011 | 110001 |
Color Harmonies of #294CD3
Complementary color
Monochromatic Colors of #294CD3
Black with #294CD3
Text Example
Text Example
White with #294CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294CD3; }
p { color: rgb(41,76,211); }
H1.HeaderClassName
{
color: #294CD3;
}
.AnyTagClassName
{
color: #294CD3;
}
</style>
background-color css
<style>
a { background-color: #294CD3; }
a { background-color: rgb(41,76,211); }
div.DivClassName
{
background-color: #294CD3;
}
.BgClassName
{
background-color: #294CD3;
}
</style>
border-color css
<style>
span { border-color: #294CD3; }
span { border-color: rgb(41,76,211); }
td.TdClassName
{
border-color: #294CD3;
}
.TagClassName
{
border-color: #294CD3;
}
</style>