Shades of Cerulean Blue #2846AD
Tints of Cerulean Blue #2846AD
RGB
CMYK
RGB Variations
Color information
#2846AD (or 0x2846AD) is known color: Cerulean Blue. HEX triplet: 28, 46 and AD. RGB value is (40,70,173). Sum of RGB (Red+Green+Blue) = 40+70+173=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #2846AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2846AD is #D7B952. Grayscale: #484848. Windows color (decimal): -14137683 or 11355688. OLE color: 11355688.
HSL color Cylindrical-coordinate representation of color #2846AD: hue angle of 226.47º degrees, saturation: 0.62, 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 #2846AD is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 70 | 173 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.32 |
| HSL | 226.47º | 0.62% | 0.42% | - |
| HSV(B) | 226.47º | 0.77% | 0.68% | - |
| XYZ | 10.61 | 7.85 | 40.49 | - |
| YUV | 72.77 | 184.56 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 173 | 0.77 | 0.60 | 0 | 0.32 | 226.47 | 0.62 | 0.42 |
| Hex | 28 | 46 | AD | 4D | 3C | 0 | 20 | E2 | 3E | 2A |
| Octal | 50 | 106 | 255 | 115 | 74 | 0 | 40 | 342 | 76 | 52 |
| Binary | 101000 | 1000110 | 10101101 | 1001101 | 111100 | 0 | 100000 | 11100010 | 111110 | 101010 |
Color Harmonies of #2846AD
Complementary color
Monochromatic Colors of #2846AD
Black with #2846AD
Text Example
Text Example
White with #2846AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2846AD; }
p { color: rgb(40,70,173); }
H1.HeaderClassName
{
color: #2846AD;
}
.AnyTagClassName
{
color: #2846AD;
}
</style>
background-color css
<style>
a { background-color: #2846AD; }
a { background-color: rgb(40,70,173); }
div.DivClassName
{
background-color: #2846AD;
}
.BgClassName
{
background-color: #2846AD;
}
</style>
border-color css
<style>
span { border-color: #2846AD; }
span { border-color: rgb(40,70,173); }
td.TdClassName
{
border-color: #2846AD;
}
.TagClassName
{
border-color: #2846AD;
}
</style>