Shades of Cerulean Blue #295DAF
Tints of Cerulean Blue #295DAF
RGB
CMYK
RGB Variations
Color information
#295DAF (or 0x295DAF) is known color: Cerulean Blue. HEX triplet: 29, 5D and AF. RGB value is (41,93,175). Sum of RGB (Red+Green+Blue) = 41+93+175=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #295DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295DAF is #D6A250. Grayscale: #565656. Windows color (decimal): -14066257 or 11492649. OLE color: 11492649.
HSL color Cylindrical-coordinate representation of color #295DAF: hue angle of 216.72º 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 #295DAF is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 93 | 175 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.31 |
| HSL | 216.72º | 0.62% | 0.42% | - |
| HSV(B) | 216.72º | 0.77% | 0.69% | - |
| XYZ | 12.57 | 11.4 | 42.09 | - |
| YUV | 86.8 | 177.77 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 175 | 0.77 | 0.47 | 0 | 0.31 | 216.72 | 0.62 | 0.42 |
| Hex | 29 | 5D | AF | 4D | 2F | 0 | 1F | D9 | 3E | 2A |
| Octal | 51 | 135 | 257 | 115 | 57 | 0 | 37 | 331 | 76 | 52 |
| Binary | 101001 | 1011101 | 10101111 | 1001101 | 101111 | 0 | 11111 | 11011001 | 111110 | 101010 |
Color Harmonies of #295DAF
Complementary color
Monochromatic Colors of #295DAF
Black with #295DAF
Text Example
Text Example
White with #295DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295DAF; }
p { color: rgb(41,93,175); }
H1.HeaderClassName
{
color: #295DAF;
}
.AnyTagClassName
{
color: #295DAF;
}
</style>
background-color css
<style>
a { background-color: #295DAF; }
a { background-color: rgb(41,93,175); }
div.DivClassName
{
background-color: #295DAF;
}
.BgClassName
{
background-color: #295DAF;
}
</style>
border-color css
<style>
span { border-color: #295DAF; }
span { border-color: rgb(41,93,175); }
td.TdClassName
{
border-color: #295DAF;
}
.TagClassName
{
border-color: #295DAF;
}
</style>