Shades of Cerulean Blue #2951AF
Tints of Cerulean Blue #2951AF
RGB
CMYK
RGB Variations
Color information
#2951AF (or 0x2951AF) is known color: Cerulean Blue. HEX triplet: 29, 51 and AF. RGB value is (41,81,175). Sum of RGB (Red+Green+Blue) = 41+81+175=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #2951AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2951AF is #D6AE50. Grayscale: #4F4F4F. Windows color (decimal): -14069329 or 11489577. OLE color: 11489577.
HSL color Cylindrical-coordinate representation of color #2951AF: hue angle of 222.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2951AF is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 81 | 175 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.31 |
| HSL | 222.09º | 0.62% | 0.42% | - |
| HSV(B) | 222.09º | 0.77% | 0.69% | - |
| XYZ | 11.59 | 9.45 | 41.77 | - |
| YUV | 79.76 | 181.75 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 81 | 175 | 0.77 | 0.54 | 0 | 0.31 | 222.09 | 0.62 | 0.42 |
| Hex | 29 | 51 | AF | 4D | 36 | 0 | 1F | DE | 3E | 2A |
| Octal | 51 | 121 | 257 | 115 | 66 | 0 | 37 | 336 | 76 | 52 |
| Binary | 101001 | 1010001 | 10101111 | 1001101 | 110110 | 0 | 11111 | 11011110 | 111110 | 101010 |
Color Harmonies of #2951AF
Complementary color
Monochromatic Colors of #2951AF
Black with #2951AF
Text Example
Text Example
White with #2951AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2951AF; }
p { color: rgb(41,81,175); }
H1.HeaderClassName
{
color: #2951AF;
}
.AnyTagClassName
{
color: #2951AF;
}
</style>
background-color css
<style>
a { background-color: #2951AF; }
a { background-color: rgb(41,81,175); }
div.DivClassName
{
background-color: #2951AF;
}
.BgClassName
{
background-color: #2951AF;
}
</style>
border-color css
<style>
span { border-color: #2951AF; }
span { border-color: rgb(41,81,175); }
td.TdClassName
{
border-color: #2951AF;
}
.TagClassName
{
border-color: #2951AF;
}
</style>