Shades of Cerulean Blue #2844CA
Tints of Cerulean Blue #2844CA
RGB
CMYK
RGB Variations
Color information
#2844CA (or 0x2844CA) is known color: Cerulean Blue. HEX triplet: 28, 44 and CA. RGB value is (40,68,202). Sum of RGB (Red+Green+Blue) = 40+68+202=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 202 (79.30% from 255 or 65.16% from 310); Max value from RGB is 202 - color contains mainly: blue. Hex color #2844CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2844CA is #D7BB35. Grayscale: #4A4A4A. Windows color (decimal): -14138166 or 13255720. OLE color: 13255720.
HSL color Cylindrical-coordinate representation of color #2844CA: hue angle of 229.63º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2844CA is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 68 | 202 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.21 |
| HSL | 229.63º | 0.67% | 0.47% | - |
| HSV(B) | 229.63º | 0.8% | 0.79% | - |
| XYZ | 13.6 | 8.85 | 56.87 | - |
| YUV | 74.9 | 199.72 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 202 | 0.80 | 0.66 | 0 | 0.21 | 229.63 | 0.67 | 0.47 |
| Hex | 28 | 44 | CA | 50 | 42 | 0 | 15 | E6 | 43 | 2F |
| Octal | 50 | 104 | 312 | 120 | 102 | 0 | 25 | 346 | 103 | 57 |
| Binary | 101000 | 1000100 | 11001010 | 1010000 | 1000010 | 0 | 10101 | 11100110 | 1000011 | 101111 |
Color Harmonies of #2844CA
Complementary color
Monochromatic Colors of #2844CA
Black with #2844CA
Text Example
Text Example
White with #2844CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2844CA; }
p { color: rgb(40,68,202); }
H1.HeaderClassName
{
color: #2844CA;
}
.AnyTagClassName
{
color: #2844CA;
}
</style>
background-color css
<style>
a { background-color: #2844CA; }
a { background-color: rgb(40,68,202); }
div.DivClassName
{
background-color: #2844CA;
}
.BgClassName
{
background-color: #2844CA;
}
</style>
border-color css
<style>
span { border-color: #2844CA; }
span { border-color: rgb(40,68,202); }
td.TdClassName
{
border-color: #2844CA;
}
.TagClassName
{
border-color: #2844CA;
}
</style>