Shades of Cerulean Blue #2846AE
Tints of Cerulean Blue #2846AE
RGB
CMYK
RGB Variations
Color information
#2846AE (or 0x2846AE) is known color: Cerulean Blue. HEX triplet: 28, 46 and AE. RGB value is (40,70,174). Sum of RGB (Red+Green+Blue) = 40+70+174=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #2846AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2846AE is #D7B951. Grayscale: #484848. Windows color (decimal): -14137682 or 11421224. OLE color: 11421224.
HSL color Cylindrical-coordinate representation of color #2846AE: hue angle of 226.57º 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 #2846AE is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 70 | 174 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.32 |
| HSL | 226.57º | 0.63% | 0.42% | - |
| HSV(B) | 226.57º | 0.77% | 0.68% | - |
| XYZ | 10.71 | 7.89 | 41 | - |
| YUV | 72.89 | 185.06 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 174 | 0.77 | 0.60 | 0 | 0.32 | 226.57 | 0.63 | 0.42 |
| Hex | 28 | 46 | AE | 4D | 3C | 0 | 20 | E3 | 3F | 2A |
| Octal | 50 | 106 | 256 | 115 | 74 | 0 | 40 | 343 | 77 | 52 |
| Binary | 101000 | 1000110 | 10101110 | 1001101 | 111100 | 0 | 100000 | 11100011 | 111111 | 101010 |
Color Harmonies of #2846AE
Complementary color
Monochromatic Colors of #2846AE
Black with #2846AE
Text Example
Text Example
White with #2846AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2846AE; }
p { color: rgb(40,70,174); }
H1.HeaderClassName
{
color: #2846AE;
}
.AnyTagClassName
{
color: #2846AE;
}
</style>
background-color css
<style>
a { background-color: #2846AE; }
a { background-color: rgb(40,70,174); }
div.DivClassName
{
background-color: #2846AE;
}
.BgClassName
{
background-color: #2846AE;
}
</style>
border-color css
<style>
span { border-color: #2846AE; }
span { border-color: rgb(40,70,174); }
td.TdClassName
{
border-color: #2846AE;
}
.TagClassName
{
border-color: #2846AE;
}
</style>