Shades of Cerulean Blue #295AB7
Tints of Cerulean Blue #295AB7
RGB
CMYK
RGB Variations
Color information
#295AB7 (or 0x295AB7) is known color: Cerulean Blue. HEX triplet: 29, 5A and B7. RGB value is (41,90,183). Sum of RGB (Red+Green+Blue) = 41+90+183=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 183 (71.88% from 255 or 58.28% from 314); Max value from RGB is 183 - color contains mainly: blue. Hex color #295AB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295AB7 is #D6A548. Grayscale: #555555. Windows color (decimal): -14067017 or 12016169. OLE color: 12016169.
HSL color Cylindrical-coordinate representation of color #295AB7: hue angle of 219.3º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #295AB7 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 41 | 90 | 183 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.28 |
| HSL | 219.3º | 0.63% | 0.44% | - |
| HSV(B) | 219.3º | 0.78% | 0.72% | - |
| XYZ | 13.12 | 11.2 | 46.27 | - |
| YUV | 85.95 | 182.77 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 183 | 0.78 | 0.51 | 0 | 0.28 | 219.3 | 0.63 | 0.44 |
| Hex | 29 | 5A | B7 | 4E | 33 | 0 | 1C | DB | 3F | 2C |
| Octal | 51 | 132 | 267 | 116 | 63 | 0 | 34 | 333 | 77 | 54 |
| Binary | 101001 | 1011010 | 10110111 | 1001110 | 110011 | 0 | 11100 | 11011011 | 111111 | 101100 |
Color Harmonies of #295AB7
Complementary color
Monochromatic Colors of #295AB7
Black with #295AB7
Text Example
Text Example
White with #295AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295AB7; }
p { color: rgb(41,90,183); }
H1.HeaderClassName
{
color: #295AB7;
}
.AnyTagClassName
{
color: #295AB7;
}
</style>
background-color css
<style>
a { background-color: #295AB7; }
a { background-color: rgb(41,90,183); }
div.DivClassName
{
background-color: #295AB7;
}
.BgClassName
{
background-color: #295AB7;
}
</style>
border-color css
<style>
span { border-color: #295AB7; }
span { border-color: rgb(41,90,183); }
td.TdClassName
{
border-color: #295AB7;
}
.TagClassName
{
border-color: #295AB7;
}
</style>