Shades of Cerulean Blue #295AAC
Tints of Cerulean Blue #295AAC
RGB
CMYK
RGB Variations
Color information
#295AAC (or 0x295AAC) is known color: Cerulean Blue. HEX triplet: 29, 5A and AC. RGB value is (41,90,172). Sum of RGB (Red+Green+Blue) = 41+90+172=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #295AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295AAC is #D6A553. Grayscale: #545454. Windows color (decimal): -14067028 or 11295273. OLE color: 11295273.
HSL color Cylindrical-coordinate representation of color #295AAC: hue angle of 217.56º degrees, saturation: 0.62, 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 #295AAC is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 90 | 172 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.33 |
| HSL | 217.56º | 0.62% | 0.42% | - |
| HSV(B) | 217.56º | 0.76% | 0.67% | - |
| XYZ | 12.02 | 10.76 | 40.47 | - |
| YUV | 84.7 | 177.27 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 172 | 0.76 | 0.48 | 0 | 0.33 | 217.56 | 0.62 | 0.42 |
| Hex | 29 | 5A | AC | 4C | 30 | 0 | 21 | DA | 3E | 2A |
| Octal | 51 | 132 | 254 | 114 | 60 | 0 | 41 | 332 | 76 | 52 |
| Binary | 101001 | 1011010 | 10101100 | 1001100 | 110000 | 0 | 100001 | 11011010 | 111110 | 101010 |
Color Harmonies of #295AAC
Complementary color
Monochromatic Colors of #295AAC
Black with #295AAC
Text Example
Text Example
White with #295AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295AAC; }
p { color: rgb(41,90,172); }
H1.HeaderClassName
{
color: #295AAC;
}
.AnyTagClassName
{
color: #295AAC;
}
</style>
background-color css
<style>
a { background-color: #295AAC; }
a { background-color: rgb(41,90,172); }
div.DivClassName
{
background-color: #295AAC;
}
.BgClassName
{
background-color: #295AAC;
}
</style>
border-color css
<style>
span { border-color: #295AAC; }
span { border-color: rgb(41,90,172); }
td.TdClassName
{
border-color: #295AAC;
}
.TagClassName
{
border-color: #295AAC;
}
</style>