Shades of Cerulean Blue #2845AF
Tints of Cerulean Blue #2845AF
RGB
CMYK
RGB Variations
Color information
#2845AF (or 0x2845AF) is known color: Cerulean Blue. HEX triplet: 28, 45 and AF. RGB value is (40,69,175). Sum of RGB (Red+Green+Blue) = 40+69+175=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 175 (68.75% from 255 or 61.62% from 284); Max value from RGB is 175 - color contains mainly: blue. Hex color #2845AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2845AF is #D7BA50. Grayscale: #474747. Windows color (decimal): -14137937 or 11486504. OLE color: 11486504.
HSL color Cylindrical-coordinate representation of color #2845AF: hue angle of 227.11º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2845AF is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 69 | 175 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.31 |
| HSL | 227.11º | 0.63% | 0.42% | - |
| HSV(B) | 227.11º | 0.77% | 0.69% | - |
| XYZ | 10.74 | 7.8 | 41.5 | - |
| YUV | 72.41 | 185.89 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 175 | 0.77 | 0.61 | 0 | 0.31 | 227.11 | 0.63 | 0.42 |
| Hex | 28 | 45 | AF | 4D | 3D | 0 | 1F | E3 | 3F | 2A |
| Octal | 50 | 105 | 257 | 115 | 75 | 0 | 37 | 343 | 77 | 52 |
| Binary | 101000 | 1000101 | 10101111 | 1001101 | 111101 | 0 | 11111 | 11100011 | 111111 | 101010 |
Color Harmonies of #2845AF
Complementary color
Monochromatic Colors of #2845AF
Black with #2845AF
Text Example
Text Example
White with #2845AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2845AF; }
p { color: rgb(40,69,175); }
H1.HeaderClassName
{
color: #2845AF;
}
.AnyTagClassName
{
color: #2845AF;
}
</style>
background-color css
<style>
a { background-color: #2845AF; }
a { background-color: rgb(40,69,175); }
div.DivClassName
{
background-color: #2845AF;
}
.BgClassName
{
background-color: #2845AF;
}
</style>
border-color css
<style>
span { border-color: #2845AF; }
span { border-color: rgb(40,69,175); }
td.TdClassName
{
border-color: #2845AF;
}
.TagClassName
{
border-color: #2845AF;
}
</style>