Shades of Cerulean Blue #295BAA
Tints of Cerulean Blue #295BAA
RGB
CMYK
RGB Variations
Color information
#295BAA (or 0x295BAA) is known color: Cerulean Blue. HEX triplet: 29, 5B and AA. RGB value is (41,91,170). Sum of RGB (Red+Green+Blue) = 41+91+170=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #295BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295BAA is #D6A455. Grayscale: #545454. Windows color (decimal): -14066774 or 11164457. OLE color: 11164457.
HSL color Cylindrical-coordinate representation of color #295BAA: hue angle of 216.74º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #295BAA is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 91 | 170 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.33 |
| HSL | 216.74º | 0.61% | 0.41% | - |
| HSV(B) | 216.74º | 0.76% | 0.67% | - |
| XYZ | 11.91 | 10.86 | 39.5 | - |
| YUV | 85.06 | 175.94 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 170 | 0.76 | 0.46 | 0 | 0.33 | 216.74 | 0.61 | 0.41 |
| Hex | 29 | 5B | AA | 4C | 2E | 0 | 21 | D9 | 3D | 29 |
| Octal | 51 | 133 | 252 | 114 | 56 | 0 | 41 | 331 | 75 | 51 |
| Binary | 101001 | 1011011 | 10101010 | 1001100 | 101110 | 0 | 100001 | 11011001 | 111101 | 101001 |
Color Harmonies of #295BAA
Complementary color
Monochromatic Colors of #295BAA
Black with #295BAA
Text Example
Text Example
White with #295BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295BAA; }
p { color: rgb(41,91,170); }
H1.HeaderClassName
{
color: #295BAA;
}
.AnyTagClassName
{
color: #295BAA;
}
</style>
background-color css
<style>
a { background-color: #295BAA; }
a { background-color: rgb(41,91,170); }
div.DivClassName
{
background-color: #295BAA;
}
.BgClassName
{
background-color: #295BAA;
}
</style>
border-color css
<style>
span { border-color: #295BAA; }
span { border-color: rgb(41,91,170); }
td.TdClassName
{
border-color: #295BAA;
}
.TagClassName
{
border-color: #295BAA;
}
</style>