Shades of Cerulean Blue #2845AC
Tints of Cerulean Blue #2845AC
RGB
CMYK
RGB Variations
Color information
#2845AC (or 0x2845AC) is known color: Cerulean Blue. HEX triplet: 28, 45 and AC. RGB value is (40,69,172). Sum of RGB (Red+Green+Blue) = 40+69+172=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #2845AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2845AC is #D7BA53. Grayscale: #474747. Windows color (decimal): -14137940 or 11289896. OLE color: 11289896.
HSL color Cylindrical-coordinate representation of color #2845AC: hue angle of 226.82º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2845AC is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 69 | 172 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.33 |
| HSL | 226.82º | 0.62% | 0.42% | - |
| HSV(B) | 226.82º | 0.77% | 0.67% | - |
| XYZ | 10.45 | 7.69 | 39.96 | - |
| YUV | 72.07 | 184.39 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 172 | 0.77 | 0.60 | 0 | 0.33 | 226.82 | 0.62 | 0.42 |
| Hex | 28 | 45 | AC | 4D | 3C | 0 | 21 | E3 | 3E | 2A |
| Octal | 50 | 105 | 254 | 115 | 74 | 0 | 41 | 343 | 76 | 52 |
| Binary | 101000 | 1000101 | 10101100 | 1001101 | 111100 | 0 | 100001 | 11100011 | 111110 | 101010 |
Color Harmonies of #2845AC
Complementary color
Monochromatic Colors of #2845AC
Black with #2845AC
Text Example
Text Example
White with #2845AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2845AC; }
p { color: rgb(40,69,172); }
H1.HeaderClassName
{
color: #2845AC;
}
.AnyTagClassName
{
color: #2845AC;
}
</style>
background-color css
<style>
a { background-color: #2845AC; }
a { background-color: rgb(40,69,172); }
div.DivClassName
{
background-color: #2845AC;
}
.BgClassName
{
background-color: #2845AC;
}
</style>
border-color css
<style>
span { border-color: #2845AC; }
span { border-color: rgb(40,69,172); }
td.TdClassName
{
border-color: #2845AC;
}
.TagClassName
{
border-color: #2845AC;
}
</style>