Shades of Cerulean Blue #2848AC
Tints of Cerulean Blue #2848AC
RGB
CMYK
RGB Variations
Color information
#2848AC (or 0x2848AC) is known color: Cerulean Blue. HEX triplet: 28, 48 and AC. RGB value is (40,72,172). Sum of RGB (Red+Green+Blue) = 40+72+172=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #2848AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2848AC is #D7B753. Grayscale: #494949. Windows color (decimal): -14137172 or 11290664. OLE color: 11290664.
HSL color Cylindrical-coordinate representation of color #2848AC: hue angle of 225.45º 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 #2848AC is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 72 | 172 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.33 |
| HSL | 225.45º | 0.62% | 0.42% | - |
| HSV(B) | 225.45º | 0.77% | 0.67% | - |
| XYZ | 10.64 | 8.06 | 40.03 | - |
| YUV | 73.83 | 183.4 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 172 | 0.77 | 0.58 | 0 | 0.33 | 225.45 | 0.62 | 0.42 |
| Hex | 28 | 48 | AC | 4D | 3A | 0 | 21 | E1 | 3E | 2A |
| Octal | 50 | 110 | 254 | 115 | 72 | 0 | 41 | 341 | 76 | 52 |
| Binary | 101000 | 1001000 | 10101100 | 1001101 | 111010 | 0 | 100001 | 11100001 | 111110 | 101010 |
Color Harmonies of #2848AC
Complementary color
Monochromatic Colors of #2848AC
Black with #2848AC
Text Example
Text Example
White with #2848AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2848AC; }
p { color: rgb(40,72,172); }
H1.HeaderClassName
{
color: #2848AC;
}
.AnyTagClassName
{
color: #2848AC;
}
</style>
background-color css
<style>
a { background-color: #2848AC; }
a { background-color: rgb(40,72,172); }
div.DivClassName
{
background-color: #2848AC;
}
.BgClassName
{
background-color: #2848AC;
}
</style>
border-color css
<style>
span { border-color: #2848AC; }
span { border-color: rgb(40,72,172); }
td.TdClassName
{
border-color: #2848AC;
}
.TagClassName
{
border-color: #2848AC;
}
</style>