Shades of Cerulean Blue #2948BA
Tints of Cerulean Blue #2948BA
RGB
CMYK
RGB Variations
Color information
#2948BA (or 0x2948BA) is known color: Cerulean Blue. HEX triplet: 29, 48 and BA. RGB value is (41,72,186). Sum of RGB (Red+Green+Blue) = 41+72+186=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #2948BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2948BA is #D6B745. Grayscale: #4B4B4B. Windows color (decimal): -14071622 or 12208169. OLE color: 12208169.
HSL color Cylindrical-coordinate representation of color #2948BA: hue angle of 227.17º 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 #2948BA is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 72 | 186 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.27 |
| HSL | 227.17º | 0.64% | 0.45% | - |
| HSV(B) | 227.17º | 0.78% | 0.73% | - |
| XYZ | 12.09 | 8.65 | 47.49 | - |
| YUV | 75.73 | 190.23 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 72 | 186 | 0.78 | 0.61 | 0 | 0.27 | 227.17 | 0.64 | 0.45 |
| Hex | 29 | 48 | BA | 4E | 3D | 0 | 1B | E3 | 40 | 2D |
| Octal | 51 | 110 | 272 | 116 | 75 | 0 | 33 | 343 | 100 | 55 |
| Binary | 101001 | 1001000 | 10111010 | 1001110 | 111101 | 0 | 11011 | 11100011 | 1000000 | 101101 |
Color Harmonies of #2948BA
Complementary color
Monochromatic Colors of #2948BA
Black with #2948BA
Text Example
Text Example
White with #2948BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2948BA; }
p { color: rgb(41,72,186); }
H1.HeaderClassName
{
color: #2948BA;
}
.AnyTagClassName
{
color: #2948BA;
}
</style>
background-color css
<style>
a { background-color: #2948BA; }
a { background-color: rgb(41,72,186); }
div.DivClassName
{
background-color: #2948BA;
}
.BgClassName
{
background-color: #2948BA;
}
</style>
border-color css
<style>
span { border-color: #2948BA; }
span { border-color: rgb(41,72,186); }
td.TdClassName
{
border-color: #2948BA;
}
.TagClassName
{
border-color: #2948BA;
}
</style>