Shades of Cerulean Blue #2851C1
Tints of Cerulean Blue #2851C1
RGB
CMYK
RGB Variations
Color information
#2851C1 (or 0x2851C1) is known color: Cerulean Blue. HEX triplet: 28, 51 and C1. RGB value is (40,81,193). Sum of RGB (Red+Green+Blue) = 40+81+193=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 193 (75.78% from 255 or 61.46% from 314); Max value from RGB is 193 - color contains mainly: blue. Hex color #2851C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2851C1 is #D7AE3E. Grayscale: #515151. Windows color (decimal): -14134847 or 12669224. OLE color: 12669224.
HSL color Cylindrical-coordinate representation of color #2851C1: hue angle of 223.92º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2851C1 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 81 | 193 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.24 |
| HSL | 223.92º | 0.66% | 0.46% | - |
| HSV(B) | 223.92º | 0.79% | 0.76% | - |
| XYZ | 13.44 | 10.19 | 51.71 | - |
| YUV | 81.51 | 190.92 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 81 | 193 | 0.79 | 0.58 | 0 | 0.24 | 223.92 | 0.66 | 0.46 |
| Hex | 28 | 51 | C1 | 4F | 3A | 0 | 18 | E0 | 42 | 2E |
| Octal | 50 | 121 | 301 | 117 | 72 | 0 | 30 | 340 | 102 | 56 |
| Binary | 101000 | 1010001 | 11000001 | 1001111 | 111010 | 0 | 11000 | 11100000 | 1000010 | 101110 |
Color Harmonies of #2851C1
Complementary color
Monochromatic Colors of #2851C1
Black with #2851C1
Text Example
Text Example
White with #2851C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2851C1; }
p { color: rgb(40,81,193); }
H1.HeaderClassName
{
color: #2851C1;
}
.AnyTagClassName
{
color: #2851C1;
}
</style>
background-color css
<style>
a { background-color: #2851C1; }
a { background-color: rgb(40,81,193); }
div.DivClassName
{
background-color: #2851C1;
}
.BgClassName
{
background-color: #2851C1;
}
</style>
border-color css
<style>
span { border-color: #2851C1; }
span { border-color: rgb(40,81,193); }
td.TdClassName
{
border-color: #2851C1;
}
.TagClassName
{
border-color: #2851C1;
}
</style>