Shades of Cerulean Blue #2845AB
Tints of Cerulean Blue #2845AB
RGB
CMYK
RGB Variations
Color information
#2845AB (or 0x2845AB) is known color: Cerulean Blue. HEX triplet: 28, 45 and AB. RGB value is (40,69,171). Sum of RGB (Red+Green+Blue) = 40+69+171=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #2845AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2845AB is #D7BA54. Grayscale: #474747. Windows color (decimal): -14137941 or 11224360. OLE color: 11224360.
HSL color Cylindrical-coordinate representation of color #2845AB: hue angle of 226.72º 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 #2845AB is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 69 | 171 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.33 |
| HSL | 226.72º | 0.62% | 0.41% | - |
| HSV(B) | 226.72º | 0.77% | 0.67% | - |
| XYZ | 10.35 | 7.65 | 39.46 | - |
| YUV | 71.96 | 183.89 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 171 | 0.77 | 0.60 | 0 | 0.33 | 226.72 | 0.62 | 0.41 |
| Hex | 28 | 45 | AB | 4D | 3C | 0 | 21 | E3 | 3E | 29 |
| Octal | 50 | 105 | 253 | 115 | 74 | 0 | 41 | 343 | 76 | 51 |
| Binary | 101000 | 1000101 | 10101011 | 1001101 | 111100 | 0 | 100001 | 11100011 | 111110 | 101001 |
Color Harmonies of #2845AB
Complementary color
Monochromatic Colors of #2845AB
Black with #2845AB
Text Example
Text Example
White with #2845AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2845AB; }
p { color: rgb(40,69,171); }
H1.HeaderClassName
{
color: #2845AB;
}
.AnyTagClassName
{
color: #2845AB;
}
</style>
background-color css
<style>
a { background-color: #2845AB; }
a { background-color: rgb(40,69,171); }
div.DivClassName
{
background-color: #2845AB;
}
.BgClassName
{
background-color: #2845AB;
}
</style>
border-color css
<style>
span { border-color: #2845AB; }
span { border-color: rgb(40,69,171); }
td.TdClassName
{
border-color: #2845AB;
}
.TagClassName
{
border-color: #2845AB;
}
</style>