Shades of Cerulean Blue #2944E2
Tints of Cerulean Blue #2944E2
RGB
CMYK
RGB Variations
Color information
#2944E2 (or 0x2944E2) is known color: Cerulean Blue. HEX triplet: 29, 44 and E2. RGB value is (41,68,226). Sum of RGB (Red+Green+Blue) = 41+68+226=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 226 (88.67% from 255 or 67.46% from 335); Max value from RGB is 226 - color contains mainly: blue. Hex color #2944E2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2944E2 is #D6BB1D. Grayscale: #4D4D4D. Windows color (decimal): -14072606 or 14828585. OLE color: 14828585.
HSL color Cylindrical-coordinate representation of color #2944E2: hue angle of 231.24º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2944E2 is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 41 | 68 | 226 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.11 |
| HSL | 231.24º | 0.76% | 0.52% | - |
| HSV(B) | 231.24º | 0.82% | 0.89% | - |
| XYZ | 16.71 | 10.1 | 73.02 | - |
| YUV | 77.94 | 211.55 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 68 | 226 | 0.82 | 0.70 | 0 | 0.11 | 231.24 | 0.76 | 0.52 |
| Hex | 29 | 44 | E2 | 52 | 46 | 0 | B | E7 | 4C | 34 |
| Octal | 51 | 104 | 342 | 122 | 106 | 0 | 13 | 347 | 114 | 64 |
| Binary | 101001 | 1000100 | 11100010 | 1010010 | 1000110 | 0 | 1011 | 11100111 | 1001100 | 110100 |
Color Harmonies of #2944E2
Complementary color
Monochromatic Colors of #2944E2
Black with #2944E2
Text Example
Text Example
White with #2944E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2944E2; }
p { color: rgb(41,68,226); }
H1.HeaderClassName
{
color: #2944E2;
}
.AnyTagClassName
{
color: #2944E2;
}
</style>
background-color css
<style>
a { background-color: #2944E2; }
a { background-color: rgb(41,68,226); }
div.DivClassName
{
background-color: #2944E2;
}
.BgClassName
{
background-color: #2944E2;
}
</style>
border-color css
<style>
span { border-color: #2944E2; }
span { border-color: rgb(41,68,226); }
td.TdClassName
{
border-color: #2944E2;
}
.TagClassName
{
border-color: #2944E2;
}
</style>