Shades of Cerulean Blue #2959AF
Tints of Cerulean Blue #2959AF
RGB
CMYK
RGB Variations
Color information
#2959AF (or 0x2959AF) is known color: Cerulean Blue. HEX triplet: 29, 59 and AF. RGB value is (41,89,175). Sum of RGB (Red+Green+Blue) = 41+89+175=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #2959AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2959AF is #D6A650. Grayscale: #545454. Windows color (decimal): -14067281 or 11491625. OLE color: 11491625.
HSL color Cylindrical-coordinate representation of color #2959AF: hue angle of 218.51º 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 #2959AF is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 89 | 175 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.31 |
| HSL | 218.51º | 0.62% | 0.42% | - |
| HSV(B) | 218.51º | 0.77% | 0.69% | - |
| XYZ | 12.22 | 10.71 | 41.98 | - |
| YUV | 84.45 | 179.1 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 89 | 175 | 0.77 | 0.49 | 0 | 0.31 | 218.51 | 0.62 | 0.42 |
| Hex | 29 | 59 | AF | 4D | 31 | 0 | 1F | DB | 3E | 2A |
| Octal | 51 | 131 | 257 | 115 | 61 | 0 | 37 | 333 | 76 | 52 |
| Binary | 101001 | 1011001 | 10101111 | 1001101 | 110001 | 0 | 11111 | 11011011 | 111110 | 101010 |
Color Harmonies of #2959AF
Complementary color
Monochromatic Colors of #2959AF
Black with #2959AF
Text Example
Text Example
White with #2959AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2959AF; }
p { color: rgb(41,89,175); }
H1.HeaderClassName
{
color: #2959AF;
}
.AnyTagClassName
{
color: #2959AF;
}
</style>
background-color css
<style>
a { background-color: #2959AF; }
a { background-color: rgb(41,89,175); }
div.DivClassName
{
background-color: #2959AF;
}
.BgClassName
{
background-color: #2959AF;
}
</style>
border-color css
<style>
span { border-color: #2959AF; }
span { border-color: rgb(41,89,175); }
td.TdClassName
{
border-color: #2959AF;
}
.TagClassName
{
border-color: #2959AF;
}
</style>