Shades of Cerulean Blue #2945BA
Tints of Cerulean Blue #2945BA
RGB
CMYK
RGB Variations
Color information
#2945BA (or 0x2945BA) is known color: Cerulean Blue. HEX triplet: 29, 45 and BA. RGB value is (41,69,186). Sum of RGB (Red+Green+Blue) = 41+69+186=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #2945BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2945BA is #D6BA45. Grayscale: #494949. Windows color (decimal): -14072390 or 12207401. OLE color: 12207401.
HSL color Cylindrical-coordinate representation of color #2945BA: hue angle of 228.41º 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 #2945BA is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 69 | 186 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.27 |
| HSL | 228.41º | 0.64% | 0.45% | - |
| HSV(B) | 228.41º | 0.78% | 0.73% | - |
| XYZ | 11.91 | 8.27 | 47.42 | - |
| YUV | 73.97 | 191.22 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 186 | 0.78 | 0.63 | 0 | 0.27 | 228.41 | 0.64 | 0.45 |
| Hex | 29 | 45 | BA | 4E | 3F | 0 | 1B | E4 | 40 | 2D |
| Octal | 51 | 105 | 272 | 116 | 77 | 0 | 33 | 344 | 100 | 55 |
| Binary | 101001 | 1000101 | 10111010 | 1001110 | 111111 | 0 | 11011 | 11100100 | 1000000 | 101101 |
Color Harmonies of #2945BA
Complementary color
Monochromatic Colors of #2945BA
Black with #2945BA
Text Example
Text Example
White with #2945BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2945BA; }
p { color: rgb(41,69,186); }
H1.HeaderClassName
{
color: #2945BA;
}
.AnyTagClassName
{
color: #2945BA;
}
</style>
background-color css
<style>
a { background-color: #2945BA; }
a { background-color: rgb(41,69,186); }
div.DivClassName
{
background-color: #2945BA;
}
.BgClassName
{
background-color: #2945BA;
}
</style>
border-color css
<style>
span { border-color: #2945BA; }
span { border-color: rgb(41,69,186); }
td.TdClassName
{
border-color: #2945BA;
}
.TagClassName
{
border-color: #2945BA;
}
</style>