Shades of Cerulean Blue #2945AB
Tints of Cerulean Blue #2945AB
RGB
CMYK
RGB Variations
Color information
#2945AB (or 0x2945AB) is known color: Cerulean Blue. HEX triplet: 29, 45 and AB. RGB value is (41,69,171). Sum of RGB (Red+Green+Blue) = 41+69+171=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #2945AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2945AB is #D6BA54. Grayscale: #474747. Windows color (decimal): -14072405 or 11224361. OLE color: 11224361.
HSL color Cylindrical-coordinate representation of color #2945AB: hue angle of 227.08º 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 #2945AB is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 69 | 171 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.33 |
| HSL | 227.08º | 0.61% | 0.42% | - |
| HSV(B) | 227.08º | 0.76% | 0.67% | - |
| XYZ | 10.39 | 7.67 | 39.46 | - |
| YUV | 72.26 | 183.72 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 171 | 0.76 | 0.60 | 0 | 0.33 | 227.08 | 0.61 | 0.42 |
| Hex | 29 | 45 | AB | 4C | 3C | 0 | 21 | E3 | 3D | 2A |
| Octal | 51 | 105 | 253 | 114 | 74 | 0 | 41 | 343 | 75 | 52 |
| Binary | 101001 | 1000101 | 10101011 | 1001100 | 111100 | 0 | 100001 | 11100011 | 111101 | 101010 |
Color Harmonies of #2945AB
Complementary color
Monochromatic Colors of #2945AB
Black with #2945AB
Text Example
Text Example
White with #2945AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2945AB; }
p { color: rgb(41,69,171); }
H1.HeaderClassName
{
color: #2945AB;
}
.AnyTagClassName
{
color: #2945AB;
}
</style>
background-color css
<style>
a { background-color: #2945AB; }
a { background-color: rgb(41,69,171); }
div.DivClassName
{
background-color: #2945AB;
}
.BgClassName
{
background-color: #2945AB;
}
</style>
border-color css
<style>
span { border-color: #2945AB; }
span { border-color: rgb(41,69,171); }
td.TdClassName
{
border-color: #2945AB;
}
.TagClassName
{
border-color: #2945AB;
}
</style>