Shades of Cerulean Blue #2944DA
Tints of Cerulean Blue #2944DA
RGB
CMYK
RGB Variations
Color information
#2944DA (or 0x2944DA) is known color: Cerulean Blue. HEX triplet: 29, 44 and DA. RGB value is (41,68,218). Sum of RGB (Red+Green+Blue) = 41+68+218=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 218 (85.55% from 255 or 66.67% from 327); Max value from RGB is 218 - color contains mainly: blue. Hex color #2944DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2944DA is #D6BB25. Grayscale: #4C4C4C. Windows color (decimal): -14072614 or 14304297. OLE color: 14304297.
HSL color Cylindrical-coordinate representation of color #2944DA: hue angle of 230.85º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2944DA is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 68 | 218 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.15 |
| HSL | 230.85º | 0.71% | 0.51% | - |
| HSV(B) | 230.85º | 0.81% | 0.85% | - |
| XYZ | 15.64 | 9.67 | 67.37 | - |
| YUV | 77.03 | 207.55 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 68 | 218 | 0.81 | 0.69 | 0 | 0.15 | 230.85 | 0.71 | 0.51 |
| Hex | 29 | 44 | DA | 51 | 45 | 0 | F | E7 | 47 | 33 |
| Octal | 51 | 104 | 332 | 121 | 105 | 0 | 17 | 347 | 107 | 63 |
| Binary | 101001 | 1000100 | 11011010 | 1010001 | 1000101 | 0 | 1111 | 11100111 | 1000111 | 110011 |
Color Harmonies of #2944DA
Complementary color
Monochromatic Colors of #2944DA
Black with #2944DA
Text Example
Text Example
White with #2944DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2944DA; }
p { color: rgb(41,68,218); }
H1.HeaderClassName
{
color: #2944DA;
}
.AnyTagClassName
{
color: #2944DA;
}
</style>
background-color css
<style>
a { background-color: #2944DA; }
a { background-color: rgb(41,68,218); }
div.DivClassName
{
background-color: #2944DA;
}
.BgClassName
{
background-color: #2944DA;
}
</style>
border-color css
<style>
span { border-color: #2944DA; }
span { border-color: rgb(41,68,218); }
td.TdClassName
{
border-color: #2944DA;
}
.TagClassName
{
border-color: #2944DA;
}
</style>