Shades of Cerulean Blue #295CAA
Tints of Cerulean Blue #295CAA
RGB
CMYK
RGB Variations
Color information
#295CAA (or 0x295CAA) is known color: Cerulean Blue. HEX triplet: 29, 5C and AA. RGB value is (41,92,170). Sum of RGB (Red+Green+Blue) = 41+92+170=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #295CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295CAA is #D6A355. Grayscale: #555555. Windows color (decimal): -14066518 or 11164713. OLE color: 11164713.
HSL color Cylindrical-coordinate representation of color #295CAA: hue angle of 216.28º 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 #295CAA is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 92 | 170 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.33 |
| HSL | 216.28º | 0.61% | 0.41% | - |
| HSV(B) | 216.28º | 0.76% | 0.67% | - |
| XYZ | 12 | 11.03 | 39.53 | - |
| YUV | 85.64 | 175.6 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 170 | 0.76 | 0.46 | 0 | 0.33 | 216.28 | 0.61 | 0.41 |
| Hex | 29 | 5C | AA | 4C | 2E | 0 | 21 | D8 | 3D | 29 |
| Octal | 51 | 134 | 252 | 114 | 56 | 0 | 41 | 330 | 75 | 51 |
| Binary | 101001 | 1011100 | 10101010 | 1001100 | 101110 | 0 | 100001 | 11011000 | 111101 | 101001 |
Color Harmonies of #295CAA
Complementary color
Monochromatic Colors of #295CAA
Black with #295CAA
Text Example
Text Example
White with #295CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295CAA; }
p { color: rgb(41,92,170); }
H1.HeaderClassName
{
color: #295CAA;
}
.AnyTagClassName
{
color: #295CAA;
}
</style>
background-color css
<style>
a { background-color: #295CAA; }
a { background-color: rgb(41,92,170); }
div.DivClassName
{
background-color: #295CAA;
}
.BgClassName
{
background-color: #295CAA;
}
</style>
border-color css
<style>
span { border-color: #295CAA; }
span { border-color: rgb(41,92,170); }
td.TdClassName
{
border-color: #295CAA;
}
.TagClassName
{
border-color: #295CAA;
}
</style>