Shades of Cerulean Blue #2944DD
Tints of Cerulean Blue #2944DD
RGB
CMYK
RGB Variations
Color information
#2944DD (or 0x2944DD) is known color: Cerulean Blue. HEX triplet: 29, 44 and DD. RGB value is (41,68,221). Sum of RGB (Red+Green+Blue) = 41+68+221=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #2944DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2944DD is #D6BB22. Grayscale: #4C4C4C. Windows color (decimal): -14072611 or 14500905. OLE color: 14500905.
HSL color Cylindrical-coordinate representation of color #2944DD: hue angle of 231º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2944DD is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 68 | 221 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.13 |
| HSL | 231º | 0.73% | 0.51% | - |
| HSV(B) | 231º | 0.81% | 0.87% | - |
| XYZ | 16.03 | 9.83 | 69.46 | - |
| YUV | 77.37 | 209.05 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 68 | 221 | 0.81 | 0.69 | 0 | 0.13 | 231 | 0.73 | 0.51 |
| Hex | 29 | 44 | DD | 51 | 45 | 0 | D | E7 | 49 | 33 |
| Octal | 51 | 104 | 335 | 121 | 105 | 0 | 15 | 347 | 111 | 63 |
| Binary | 101001 | 1000100 | 11011101 | 1010001 | 1000101 | 0 | 1101 | 11100111 | 1001001 | 110011 |
Color Harmonies of #2944DD
Complementary color
Monochromatic Colors of #2944DD
Black with #2944DD
Text Example
Text Example
White with #2944DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2944DD; }
p { color: rgb(41,68,221); }
H1.HeaderClassName
{
color: #2944DD;
}
.AnyTagClassName
{
color: #2944DD;
}
</style>
background-color css
<style>
a { background-color: #2944DD; }
a { background-color: rgb(41,68,221); }
div.DivClassName
{
background-color: #2944DD;
}
.BgClassName
{
background-color: #2944DD;
}
</style>
border-color css
<style>
span { border-color: #2944DD; }
span { border-color: rgb(41,68,221); }
td.TdClassName
{
border-color: #2944DD;
}
.TagClassName
{
border-color: #2944DD;
}
</style>