Shades of Cerulean Blue #295AAB
Tints of Cerulean Blue #295AAB
RGB
CMYK
RGB Variations
Color information
#295AAB (or 0x295AAB) is known color: Cerulean Blue. HEX triplet: 29, 5A and AB. RGB value is (41,90,171). Sum of RGB (Red+Green+Blue) = 41+90+171=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #295AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295AAB is #D6A554. Grayscale: #545454. Windows color (decimal): -14067029 or 11229737. OLE color: 11229737.
HSL color Cylindrical-coordinate representation of color #295AAB: hue angle of 217.38º 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 #295AAB is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 90 | 171 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.33 |
| HSL | 217.38º | 0.61% | 0.42% | - |
| HSV(B) | 217.38º | 0.76% | 0.67% | - |
| XYZ | 11.92 | 10.72 | 39.97 | - |
| YUV | 84.58 | 176.77 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 171 | 0.76 | 0.47 | 0 | 0.33 | 217.38 | 0.61 | 0.42 |
| Hex | 29 | 5A | AB | 4C | 2F | 0 | 21 | D9 | 3D | 2A |
| Octal | 51 | 132 | 253 | 114 | 57 | 0 | 41 | 331 | 75 | 52 |
| Binary | 101001 | 1011010 | 10101011 | 1001100 | 101111 | 0 | 100001 | 11011001 | 111101 | 101010 |
Color Harmonies of #295AAB
Complementary color
Monochromatic Colors of #295AAB
Black with #295AAB
Text Example
Text Example
White with #295AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295AAB; }
p { color: rgb(41,90,171); }
H1.HeaderClassName
{
color: #295AAB;
}
.AnyTagClassName
{
color: #295AAB;
}
</style>
background-color css
<style>
a { background-color: #295AAB; }
a { background-color: rgb(41,90,171); }
div.DivClassName
{
background-color: #295AAB;
}
.BgClassName
{
background-color: #295AAB;
}
</style>
border-color css
<style>
span { border-color: #295AAB; }
span { border-color: rgb(41,90,171); }
td.TdClassName
{
border-color: #295AAB;
}
.TagClassName
{
border-color: #295AAB;
}
</style>