Shades of Cerulean Blue #2849AB
Tints of Cerulean Blue #2849AB
RGB
CMYK
RGB Variations
Color information
#2849AB (or 0x2849AB) is known color: Cerulean Blue. HEX triplet: 28, 49 and AB. RGB value is (40,73,171). Sum of RGB (Red+Green+Blue) = 40+73+171=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #2849AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2849AB is #D7B654. Grayscale: #494949. Windows color (decimal): -14136917 or 11225384. OLE color: 11225384.
HSL color Cylindrical-coordinate representation of color #2849AB: hue angle of 224.89º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2849AB is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 73 | 171 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.33 |
| HSL | 224.89º | 0.62% | 0.41% | - |
| HSV(B) | 224.89º | 0.77% | 0.67% | - |
| XYZ | 10.61 | 8.16 | 39.54 | - |
| YUV | 74.31 | 182.57 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 171 | 0.77 | 0.57 | 0 | 0.33 | 224.89 | 0.62 | 0.41 |
| Hex | 28 | 49 | AB | 4D | 39 | 0 | 21 | E1 | 3E | 29 |
| Octal | 50 | 111 | 253 | 115 | 71 | 0 | 41 | 341 | 76 | 51 |
| Binary | 101000 | 1001001 | 10101011 | 1001101 | 111001 | 0 | 100001 | 11100001 | 111110 | 101001 |
Color Harmonies of #2849AB
Complementary color
Monochromatic Colors of #2849AB
Black with #2849AB
Text Example
Text Example
White with #2849AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2849AB; }
p { color: rgb(40,73,171); }
H1.HeaderClassName
{
color: #2849AB;
}
.AnyTagClassName
{
color: #2849AB;
}
</style>
background-color css
<style>
a { background-color: #2849AB; }
a { background-color: rgb(40,73,171); }
div.DivClassName
{
background-color: #2849AB;
}
.BgClassName
{
background-color: #2849AB;
}
</style>
border-color css
<style>
span { border-color: #2849AB; }
span { border-color: rgb(40,73,171); }
td.TdClassName
{
border-color: #2849AB;
}
.TagClassName
{
border-color: #2849AB;
}
</style>