Shades of Cerulean Blue #2861BD
Tints of Cerulean Blue #2861BD
RGB
CMYK
RGB Variations
Color information
#2861BD (or 0x2861BD) is known color: Cerulean Blue. HEX triplet: 28, 61 and BD. RGB value is (40,97,189). Sum of RGB (Red+Green+Blue) = 40+97+189=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #2861BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2861BD is #D79E42. Grayscale: #5A5A5A. Windows color (decimal): -14130755 or 12411176. OLE color: 12411176.
HSL color Cylindrical-coordinate representation of color #2861BD: hue angle of 217.05º 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 #2861BD is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 97 | 189 | - |
| CMYK | 0.79 | 0.49 | 0 | 0.26 |
| HSL | 217.05º | 0.65% | 0.45% | - |
| HSV(B) | 217.05º | 0.79% | 0.74% | - |
| XYZ | 14.34 | 12.67 | 49.84 | - |
| YUV | 90.45 | 183.62 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 97 | 189 | 0.79 | 0.49 | 0 | 0.26 | 217.05 | 0.65 | 0.45 |
| Hex | 28 | 61 | BD | 4F | 31 | 0 | 1A | D9 | 41 | 2D |
| Octal | 50 | 141 | 275 | 117 | 61 | 0 | 32 | 331 | 101 | 55 |
| Binary | 101000 | 1100001 | 10111101 | 1001111 | 110001 | 0 | 11010 | 11011001 | 1000001 | 101101 |
Color Harmonies of #2861BD
Complementary color
Monochromatic Colors of #2861BD
Black with #2861BD
Text Example
Text Example
White with #2861BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2861BD; }
p { color: rgb(40,97,189); }
H1.HeaderClassName
{
color: #2861BD;
}
.AnyTagClassName
{
color: #2861BD;
}
</style>
background-color css
<style>
a { background-color: #2861BD; }
a { background-color: rgb(40,97,189); }
div.DivClassName
{
background-color: #2861BD;
}
.BgClassName
{
background-color: #2861BD;
}
</style>
border-color css
<style>
span { border-color: #2861BD; }
span { border-color: rgb(40,97,189); }
td.TdClassName
{
border-color: #2861BD;
}
.TagClassName
{
border-color: #2861BD;
}
</style>