Shades of Cerulean Blue #2952BD
Tints of Cerulean Blue #2952BD
RGB
CMYK
RGB Variations
Color information
#2952BD (or 0x2952BD) is known color: Cerulean Blue. HEX triplet: 29, 52 and BD. RGB value is (41,82,189). Sum of RGB (Red+Green+Blue) = 41+82+189=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #2952BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2952BD is #D6AD42. Grayscale: #515151. Windows color (decimal): -14069059 or 12407337. OLE color: 12407337.
HSL color Cylindrical-coordinate representation of color #2952BD: hue angle of 223.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2952BD is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 82 | 189 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.26 |
| HSL | 223.38º | 0.64% | 0.45% | - |
| HSV(B) | 223.38º | 0.78% | 0.74% | - |
| XYZ | 13.12 | 10.18 | 49.42 | - |
| YUV | 81.94 | 188.42 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 82 | 189 | 0.78 | 0.57 | 0 | 0.26 | 223.38 | 0.64 | 0.45 |
| Hex | 29 | 52 | BD | 4E | 39 | 0 | 1A | DF | 40 | 2D |
| Octal | 51 | 122 | 275 | 116 | 71 | 0 | 32 | 337 | 100 | 55 |
| Binary | 101001 | 1010010 | 10111101 | 1001110 | 111001 | 0 | 11010 | 11011111 | 1000000 | 101101 |
Color Harmonies of #2952BD
Complementary color
Monochromatic Colors of #2952BD
Black with #2952BD
Text Example
Text Example
White with #2952BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2952BD; }
p { color: rgb(41,82,189); }
H1.HeaderClassName
{
color: #2952BD;
}
.AnyTagClassName
{
color: #2952BD;
}
</style>
background-color css
<style>
a { background-color: #2952BD; }
a { background-color: rgb(41,82,189); }
div.DivClassName
{
background-color: #2952BD;
}
.BgClassName
{
background-color: #2952BD;
}
</style>
border-color css
<style>
span { border-color: #2952BD; }
span { border-color: rgb(41,82,189); }
td.TdClassName
{
border-color: #2952BD;
}
.TagClassName
{
border-color: #2952BD;
}
</style>