Shades of Cerulean Blue #2950BA
Tints of Cerulean Blue #2950BA
RGB
CMYK
RGB Variations
Color information
#2950BA (or 0x2950BA) is known color: Cerulean Blue. HEX triplet: 29, 50 and BA. RGB value is (41,80,186). Sum of RGB (Red+Green+Blue) = 41+80+186=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #2950BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2950BA is #D6AF45. Grayscale: #4F4F4F. Windows color (decimal): -14069574 or 12210217. OLE color: 12210217.
HSL color Cylindrical-coordinate representation of color #2950BA: hue angle of 223.86º 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 #2950BA is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 80 | 186 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.27 |
| HSL | 223.86º | 0.64% | 0.45% | - |
| HSV(B) | 223.86º | 0.78% | 0.73% | - |
| XYZ | 12.65 | 9.75 | 47.67 | - |
| YUV | 80.42 | 187.58 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 80 | 186 | 0.78 | 0.57 | 0 | 0.27 | 223.86 | 0.64 | 0.45 |
| Hex | 29 | 50 | BA | 4E | 39 | 0 | 1B | E0 | 40 | 2D |
| Octal | 51 | 120 | 272 | 116 | 71 | 0 | 33 | 340 | 100 | 55 |
| Binary | 101001 | 1010000 | 10111010 | 1001110 | 111001 | 0 | 11011 | 11100000 | 1000000 | 101101 |
Color Harmonies of #2950BA
Complementary color
Monochromatic Colors of #2950BA
Black with #2950BA
Text Example
Text Example
White with #2950BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2950BA; }
p { color: rgb(41,80,186); }
H1.HeaderClassName
{
color: #2950BA;
}
.AnyTagClassName
{
color: #2950BA;
}
</style>
background-color css
<style>
a { background-color: #2950BA; }
a { background-color: rgb(41,80,186); }
div.DivClassName
{
background-color: #2950BA;
}
.BgClassName
{
background-color: #2950BA;
}
</style>
border-color css
<style>
span { border-color: #2950BA; }
span { border-color: rgb(41,80,186); }
td.TdClassName
{
border-color: #2950BA;
}
.TagClassName
{
border-color: #2950BA;
}
</style>