Shades of Cerulean Blue #295FAE
Tints of Cerulean Blue #295FAE
RGB
CMYK
RGB Variations
Color information
#295FAE (or 0x295FAE) is known color: Cerulean Blue. HEX triplet: 29, 5F and AE. RGB value is (41,95,174). Sum of RGB (Red+Green+Blue) = 41+95+174=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #295FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295FAE is #D6A051. Grayscale: #575757. Windows color (decimal): -14065746 or 11427625. OLE color: 11427625.
HSL color Cylindrical-coordinate representation of color #295FAE: hue angle of 215.64º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #295FAE is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 95 | 174 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.32 |
| HSL | 215.64º | 0.62% | 0.42% | - |
| HSV(B) | 215.64º | 0.76% | 0.68% | - |
| XYZ | 12.65 | 11.71 | 41.64 | - |
| YUV | 87.86 | 176.61 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 174 | 0.76 | 0.45 | 0 | 0.32 | 215.64 | 0.62 | 0.42 |
| Hex | 29 | 5F | AE | 4C | 2D | 0 | 20 | D8 | 3E | 2A |
| Octal | 51 | 137 | 256 | 114 | 55 | 0 | 40 | 330 | 76 | 52 |
| Binary | 101001 | 1011111 | 10101110 | 1001100 | 101101 | 0 | 100000 | 11011000 | 111110 | 101010 |
Color Harmonies of #295FAE
Complementary color
Monochromatic Colors of #295FAE
Black with #295FAE
Text Example
Text Example
White with #295FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295FAE; }
p { color: rgb(41,95,174); }
H1.HeaderClassName
{
color: #295FAE;
}
.AnyTagClassName
{
color: #295FAE;
}
</style>
background-color css
<style>
a { background-color: #295FAE; }
a { background-color: rgb(41,95,174); }
div.DivClassName
{
background-color: #295FAE;
}
.BgClassName
{
background-color: #295FAE;
}
</style>
border-color css
<style>
span { border-color: #295FAE; }
span { border-color: rgb(41,95,174); }
td.TdClassName
{
border-color: #295FAE;
}
.TagClassName
{
border-color: #295FAE;
}
</style>