Shades of Cerulean Blue #2849AE
Tints of Cerulean Blue #2849AE
RGB
CMYK
RGB Variations
Color information
#2849AE (or 0x2849AE) is known color: Cerulean Blue. HEX triplet: 28, 49 and AE. RGB value is (40,73,174). Sum of RGB (Red+Green+Blue) = 40+73+174=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #2849AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2849AE is #D7B651. Grayscale: #4A4A4A. Windows color (decimal): -14136914 or 11421992. OLE color: 11421992.
HSL color Cylindrical-coordinate representation of color #2849AE: hue angle of 225.22º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2849AE is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 73 | 174 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.32 |
| HSL | 225.22º | 0.63% | 0.42% | - |
| HSV(B) | 225.22º | 0.77% | 0.68% | - |
| XYZ | 10.9 | 8.27 | 41.07 | - |
| YUV | 74.65 | 184.07 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 174 | 0.77 | 0.58 | 0 | 0.32 | 225.22 | 0.63 | 0.42 |
| Hex | 28 | 49 | AE | 4D | 3A | 0 | 20 | E1 | 3F | 2A |
| Octal | 50 | 111 | 256 | 115 | 72 | 0 | 40 | 341 | 77 | 52 |
| Binary | 101000 | 1001001 | 10101110 | 1001101 | 111010 | 0 | 100000 | 11100001 | 111111 | 101010 |
Color Harmonies of #2849AE
Complementary color
Monochromatic Colors of #2849AE
Black with #2849AE
Text Example
Text Example
White with #2849AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2849AE; }
p { color: rgb(40,73,174); }
H1.HeaderClassName
{
color: #2849AE;
}
.AnyTagClassName
{
color: #2849AE;
}
</style>
background-color css
<style>
a { background-color: #2849AE; }
a { background-color: rgb(40,73,174); }
div.DivClassName
{
background-color: #2849AE;
}
.BgClassName
{
background-color: #2849AE;
}
</style>
border-color css
<style>
span { border-color: #2849AE; }
span { border-color: rgb(40,73,174); }
td.TdClassName
{
border-color: #2849AE;
}
.TagClassName
{
border-color: #2849AE;
}
</style>