Shades of Cerulean Blue #2961BB
Tints of Cerulean Blue #2961BB
RGB
CMYK
RGB Variations
Color information
#2961BB (or 0x2961BB) is known color: Cerulean Blue. HEX triplet: 29, 61 and BB. RGB value is (41,97,187). Sum of RGB (Red+Green+Blue) = 41+97+187=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #2961BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2961BB is #D69E44. Grayscale: #5A5A5A. Windows color (decimal): -14065221 or 12280105. OLE color: 12280105.
HSL color Cylindrical-coordinate representation of color #2961BB: hue angle of 216.99º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2961BB is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 97 | 187 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.27 |
| HSL | 216.99º | 0.64% | 0.45% | - |
| HSV(B) | 216.99º | 0.78% | 0.73% | - |
| XYZ | 14.16 | 12.61 | 48.7 | - |
| YUV | 90.52 | 182.45 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 97 | 187 | 0.78 | 0.48 | 0 | 0.27 | 216.99 | 0.64 | 0.45 |
| Hex | 29 | 61 | BB | 4E | 30 | 0 | 1B | D9 | 40 | 2D |
| Octal | 51 | 141 | 273 | 116 | 60 | 0 | 33 | 331 | 100 | 55 |
| Binary | 101001 | 1100001 | 10111011 | 1001110 | 110000 | 0 | 11011 | 11011001 | 1000000 | 101101 |
Color Harmonies of #2961BB
Complementary color
Monochromatic Colors of #2961BB
Black with #2961BB
Text Example
Text Example
White with #2961BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2961BB; }
p { color: rgb(41,97,187); }
H1.HeaderClassName
{
color: #2961BB;
}
.AnyTagClassName
{
color: #2961BB;
}
</style>
background-color css
<style>
a { background-color: #2961BB; }
a { background-color: rgb(41,97,187); }
div.DivClassName
{
background-color: #2961BB;
}
.BgClassName
{
background-color: #2961BB;
}
</style>
border-color css
<style>
span { border-color: #2961BB; }
span { border-color: rgb(41,97,187); }
td.TdClassName
{
border-color: #2961BB;
}
.TagClassName
{
border-color: #2961BB;
}
</style>