Shades of Cerulean Blue #294BD3
Tints of Cerulean Blue #294BD3
RGB
CMYK
RGB Variations
Color information
#294BD3 (or 0x294BD3) is known color: Cerulean Blue. HEX triplet: 29, 4B and D3. RGB value is (41,75,211). Sum of RGB (Red+Green+Blue) = 41+75+211=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 211 (82.81% from 255 or 64.53% from 327); Max value from RGB is 211 - color contains mainly: blue. Hex color #294BD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294BD3 is #D6B42C. Grayscale: #4F4F4F. Windows color (decimal): -14070829 or 13847337. OLE color: 13847337.
HSL color Cylindrical-coordinate representation of color #294BD3: hue angle of 228º 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 #294BD3 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 41 | 75 | 211 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.17 |
| HSL | 228º | 0.67% | 0.49% | - |
| HSV(B) | 228º | 0.81% | 0.83% | - |
| XYZ | 15.19 | 10.21 | 62.8 | - |
| YUV | 80.34 | 201.74 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 211 | 0.81 | 0.64 | 0 | 0.17 | 228 | 0.67 | 0.49 |
| Hex | 29 | 4B | D3 | 51 | 40 | 0 | 11 | E4 | 43 | 31 |
| Octal | 51 | 113 | 323 | 121 | 100 | 0 | 21 | 344 | 103 | 61 |
| Binary | 101001 | 1001011 | 11010011 | 1010001 | 1000000 | 0 | 10001 | 11100100 | 1000011 | 110001 |
Color Harmonies of #294BD3
Complementary color
Monochromatic Colors of #294BD3
Black with #294BD3
Text Example
Text Example
White with #294BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294BD3; }
p { color: rgb(41,75,211); }
H1.HeaderClassName
{
color: #294BD3;
}
.AnyTagClassName
{
color: #294BD3;
}
</style>
background-color css
<style>
a { background-color: #294BD3; }
a { background-color: rgb(41,75,211); }
div.DivClassName
{
background-color: #294BD3;
}
.BgClassName
{
background-color: #294BD3;
}
</style>
border-color css
<style>
span { border-color: #294BD3; }
span { border-color: rgb(41,75,211); }
td.TdClassName
{
border-color: #294BD3;
}
.TagClassName
{
border-color: #294BD3;
}
</style>