Shades of Cerulean Blue #295AB9
Tints of Cerulean Blue #295AB9
RGB
CMYK
RGB Variations
Color information
#295AB9 (or 0x295AB9) is known color: Cerulean Blue. HEX triplet: 29, 5A and B9. RGB value is (41,90,185). Sum of RGB (Red+Green+Blue) = 41+90+185=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 185 (72.66% from 255 or 58.54% from 316); Max value from RGB is 185 - color contains mainly: blue. Hex color #295AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295AB9 is #D6A546. Grayscale: #555555. Windows color (decimal): -14067015 or 12147241. OLE color: 12147241.
HSL color Cylindrical-coordinate representation of color #295AB9: hue angle of 219.58º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #295AB9 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 90 | 185 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.27 |
| HSL | 219.58º | 0.64% | 0.44% | - |
| HSV(B) | 219.58º | 0.78% | 0.73% | - |
| XYZ | 13.33 | 11.29 | 47.38 | - |
| YUV | 86.18 | 183.77 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 185 | 0.78 | 0.51 | 0 | 0.27 | 219.58 | 0.64 | 0.44 |
| Hex | 29 | 5A | B9 | 4E | 33 | 0 | 1B | DC | 40 | 2C |
| Octal | 51 | 132 | 271 | 116 | 63 | 0 | 33 | 334 | 100 | 54 |
| Binary | 101001 | 1011010 | 10111001 | 1001110 | 110011 | 0 | 11011 | 11011100 | 1000000 | 101100 |
Color Harmonies of #295AB9
Complementary color
Monochromatic Colors of #295AB9
Black with #295AB9
Text Example
Text Example
White with #295AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295AB9; }
p { color: rgb(41,90,185); }
H1.HeaderClassName
{
color: #295AB9;
}
.AnyTagClassName
{
color: #295AB9;
}
</style>
background-color css
<style>
a { background-color: #295AB9; }
a { background-color: rgb(41,90,185); }
div.DivClassName
{
background-color: #295AB9;
}
.BgClassName
{
background-color: #295AB9;
}
</style>
border-color css
<style>
span { border-color: #295AB9; }
span { border-color: rgb(41,90,185); }
td.TdClassName
{
border-color: #295AB9;
}
.TagClassName
{
border-color: #295AB9;
}
</style>