Shades of Cerulean Blue #2844BC
Tints of Cerulean Blue #2844BC
RGB
CMYK
RGB Variations
Color information
#2844BC (or 0x2844BC) is known color: Cerulean Blue. HEX triplet: 28, 44 and BC. RGB value is (40,68,188). Sum of RGB (Red+Green+Blue) = 40+68+188=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #2844BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2844BC is #D7BB43. Grayscale: #484848. Windows color (decimal): -14138180 or 12338216. OLE color: 12338216.
HSL color Cylindrical-coordinate representation of color #2844BC: hue angle of 228.65º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2844BC is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 68 | 188 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.26 |
| HSL | 228.65º | 0.65% | 0.45% | - |
| HSV(B) | 228.65º | 0.79% | 0.74% | - |
| XYZ | 12.02 | 8.22 | 48.53 | - |
| YUV | 73.31 | 192.72 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 188 | 0.79 | 0.64 | 0 | 0.26 | 228.65 | 0.65 | 0.45 |
| Hex | 28 | 44 | BC | 4F | 40 | 0 | 1A | E5 | 41 | 2D |
| Octal | 50 | 104 | 274 | 117 | 100 | 0 | 32 | 345 | 101 | 55 |
| Binary | 101000 | 1000100 | 10111100 | 1001111 | 1000000 | 0 | 11010 | 11100101 | 1000001 | 101101 |
Color Harmonies of #2844BC
Complementary color
Monochromatic Colors of #2844BC
Black with #2844BC
Text Example
Text Example
White with #2844BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2844BC; }
p { color: rgb(40,68,188); }
H1.HeaderClassName
{
color: #2844BC;
}
.AnyTagClassName
{
color: #2844BC;
}
</style>
background-color css
<style>
a { background-color: #2844BC; }
a { background-color: rgb(40,68,188); }
div.DivClassName
{
background-color: #2844BC;
}
.BgClassName
{
background-color: #2844BC;
}
</style>
border-color css
<style>
span { border-color: #2844BC; }
span { border-color: rgb(40,68,188); }
td.TdClassName
{
border-color: #2844BC;
}
.TagClassName
{
border-color: #2844BC;
}
</style>