Shades of Cerulean Blue #2953BA
Tints of Cerulean Blue #2953BA
RGB
CMYK
RGB Variations
Color information
#2953BA (or 0x2953BA) is known color: Cerulean Blue. HEX triplet: 29, 53 and BA. RGB value is (41,83,186). Sum of RGB (Red+Green+Blue) = 41+83+186=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #2953BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2953BA is #D6AC45. Grayscale: #515151. Windows color (decimal): -14068806 or 12210985. OLE color: 12210985.
HSL color Cylindrical-coordinate representation of color #2953BA: hue angle of 222.62º 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 #2953BA is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 83 | 186 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.27 |
| HSL | 222.62º | 0.64% | 0.45% | - |
| HSV(B) | 222.62º | 0.78% | 0.73% | - |
| XYZ | 12.87 | 10.2 | 47.75 | - |
| YUV | 82.18 | 186.59 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 83 | 186 | 0.78 | 0.55 | 0 | 0.27 | 222.62 | 0.64 | 0.45 |
| Hex | 29 | 53 | BA | 4E | 37 | 0 | 1B | DF | 40 | 2D |
| Octal | 51 | 123 | 272 | 116 | 67 | 0 | 33 | 337 | 100 | 55 |
| Binary | 101001 | 1010011 | 10111010 | 1001110 | 110111 | 0 | 11011 | 11011111 | 1000000 | 101101 |
Color Harmonies of #2953BA
Complementary color
Monochromatic Colors of #2953BA
Black with #2953BA
Text Example
Text Example
White with #2953BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2953BA; }
p { color: rgb(41,83,186); }
H1.HeaderClassName
{
color: #2953BA;
}
.AnyTagClassName
{
color: #2953BA;
}
</style>
background-color css
<style>
a { background-color: #2953BA; }
a { background-color: rgb(41,83,186); }
div.DivClassName
{
background-color: #2953BA;
}
.BgClassName
{
background-color: #2953BA;
}
</style>
border-color css
<style>
span { border-color: #2953BA; }
span { border-color: rgb(41,83,186); }
td.TdClassName
{
border-color: #2953BA;
}
.TagClassName
{
border-color: #2953BA;
}
</style>