Shades of Cerulean Blue #295DAB
Tints of Cerulean Blue #295DAB
RGB
CMYK
RGB Variations
Color information
#295DAB (or 0x295DAB) is known color: Cerulean Blue. HEX triplet: 29, 5D and AB. RGB value is (41,93,171). Sum of RGB (Red+Green+Blue) = 41+93+171=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #295DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295DAB is #D6A254. Grayscale: #555555. Windows color (decimal): -14066261 or 11230505. OLE color: 11230505.
HSL color Cylindrical-coordinate representation of color #295DAB: hue angle of 216º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #295DAB is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 93 | 171 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.33 |
| HSL | 216º | 0.61% | 0.42% | - |
| HSV(B) | 216º | 0.76% | 0.67% | - |
| XYZ | 12.18 | 11.24 | 40.06 | - |
| YUV | 86.34 | 175.77 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 171 | 0.76 | 0.46 | 0 | 0.33 | 216 | 0.61 | 0.42 |
| Hex | 29 | 5D | AB | 4C | 2E | 0 | 21 | D8 | 3D | 2A |
| Octal | 51 | 135 | 253 | 114 | 56 | 0 | 41 | 330 | 75 | 52 |
| Binary | 101001 | 1011101 | 10101011 | 1001100 | 101110 | 0 | 100001 | 11011000 | 111101 | 101010 |
Color Harmonies of #295DAB
Complementary color
Monochromatic Colors of #295DAB
Black with #295DAB
Text Example
Text Example
White with #295DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295DAB; }
p { color: rgb(41,93,171); }
H1.HeaderClassName
{
color: #295DAB;
}
.AnyTagClassName
{
color: #295DAB;
}
</style>
background-color css
<style>
a { background-color: #295DAB; }
a { background-color: rgb(41,93,171); }
div.DivClassName
{
background-color: #295DAB;
}
.BgClassName
{
background-color: #295DAB;
}
</style>
border-color css
<style>
span { border-color: #295DAB; }
span { border-color: rgb(41,93,171); }
td.TdClassName
{
border-color: #295DAB;
}
.TagClassName
{
border-color: #295DAB;
}
</style>