Shades of Cerulean Blue #295BA9
Tints of Cerulean Blue #295BA9
RGB
CMYK
RGB Variations
Color information
#295BA9 (or 0x295BA9) is known color: Cerulean Blue. HEX triplet: 29, 5B and A9. RGB value is (41,91,169). Sum of RGB (Red+Green+Blue) = 41+91+169=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 169 (66.41% from 255 or 56.15% from 301); Max value from RGB is 169 - color contains mainly: blue. Hex color #295BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295BA9 is #D6A456. Grayscale: #545454. Windows color (decimal): -14066775 or 11098921. OLE color: 11098921.
HSL color Cylindrical-coordinate representation of color #295BA9: hue angle of 216.56º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #295BA9 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 41 | 91 | 169 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.34 |
| HSL | 216.56º | 0.61% | 0.41% | - |
| HSV(B) | 216.56º | 0.76% | 0.66% | - |
| XYZ | 11.82 | 10.82 | 39 | - |
| YUV | 84.94 | 175.44 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 169 | 0.76 | 0.46 | 0 | 0.34 | 216.56 | 0.61 | 0.41 |
| Hex | 29 | 5B | A9 | 4C | 2E | 0 | 22 | D9 | 3D | 29 |
| Octal | 51 | 133 | 251 | 114 | 56 | 0 | 42 | 331 | 75 | 51 |
| Binary | 101001 | 1011011 | 10101001 | 1001100 | 101110 | 0 | 100010 | 11011001 | 111101 | 101001 |
Color Harmonies of #295BA9
Complementary color
Monochromatic Colors of #295BA9
Black with #295BA9
Text Example
Text Example
White with #295BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295BA9; }
p { color: rgb(41,91,169); }
H1.HeaderClassName
{
color: #295BA9;
}
.AnyTagClassName
{
color: #295BA9;
}
</style>
background-color css
<style>
a { background-color: #295BA9; }
a { background-color: rgb(41,91,169); }
div.DivClassName
{
background-color: #295BA9;
}
.BgClassName
{
background-color: #295BA9;
}
</style>
border-color css
<style>
span { border-color: #295BA9; }
span { border-color: rgb(41,91,169); }
td.TdClassName
{
border-color: #295BA9;
}
.TagClassName
{
border-color: #295BA9;
}
</style>