Shades of Cerulean Blue #2952BA
Tints of Cerulean Blue #2952BA
RGB
CMYK
RGB Variations
Color information
#2952BA (or 0x2952BA) is known color: Cerulean Blue. HEX triplet: 29, 52 and BA. RGB value is (41,82,186). Sum of RGB (Red+Green+Blue) = 41+82+186=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #2952BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2952BA is #D6AD45. Grayscale: #515151. Windows color (decimal): -14069062 or 12210729. OLE color: 12210729.
HSL color Cylindrical-coordinate representation of color #2952BA: hue angle of 223.03º 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 #2952BA is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 82 | 186 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.27 |
| HSL | 223.03º | 0.64% | 0.45% | - |
| HSV(B) | 223.03º | 0.78% | 0.73% | - |
| XYZ | 12.79 | 10.05 | 47.72 | - |
| YUV | 81.6 | 186.92 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 82 | 186 | 0.78 | 0.56 | 0 | 0.27 | 223.03 | 0.64 | 0.45 |
| Hex | 29 | 52 | BA | 4E | 38 | 0 | 1B | DF | 40 | 2D |
| Octal | 51 | 122 | 272 | 116 | 70 | 0 | 33 | 337 | 100 | 55 |
| Binary | 101001 | 1010010 | 10111010 | 1001110 | 111000 | 0 | 11011 | 11011111 | 1000000 | 101101 |
Color Harmonies of #2952BA
Complementary color
Monochromatic Colors of #2952BA
Black with #2952BA
Text Example
Text Example
White with #2952BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2952BA; }
p { color: rgb(41,82,186); }
H1.HeaderClassName
{
color: #2952BA;
}
.AnyTagClassName
{
color: #2952BA;
}
</style>
background-color css
<style>
a { background-color: #2952BA; }
a { background-color: rgb(41,82,186); }
div.DivClassName
{
background-color: #2952BA;
}
.BgClassName
{
background-color: #2952BA;
}
</style>
border-color css
<style>
span { border-color: #2952BA; }
span { border-color: rgb(41,82,186); }
td.TdClassName
{
border-color: #2952BA;
}
.TagClassName
{
border-color: #2952BA;
}
</style>