Shades of Cerulean Blue #2945AD
Tints of Cerulean Blue #2945AD
RGB
CMYK
RGB Variations
Color information
#2945AD (or 0x2945AD) is known color: Cerulean Blue. HEX triplet: 29, 45 and AD. RGB value is (41,69,173). Sum of RGB (Red+Green+Blue) = 41+69+173=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #2945AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2945AD is #D6BA52. Grayscale: #484848. Windows color (decimal): -14072403 or 11355433. OLE color: 11355433.
HSL color Cylindrical-coordinate representation of color #2945AD: hue angle of 227.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2945AD is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 69 | 173 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.32 |
| HSL | 227.27º | 0.62% | 0.42% | - |
| HSV(B) | 227.27º | 0.76% | 0.68% | - |
| XYZ | 10.59 | 7.74 | 40.47 | - |
| YUV | 72.48 | 184.72 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 173 | 0.76 | 0.60 | 0 | 0.32 | 227.27 | 0.62 | 0.42 |
| Hex | 29 | 45 | AD | 4C | 3C | 0 | 20 | E3 | 3E | 2A |
| Octal | 51 | 105 | 255 | 114 | 74 | 0 | 40 | 343 | 76 | 52 |
| Binary | 101001 | 1000101 | 10101101 | 1001100 | 111100 | 0 | 100000 | 11100011 | 111110 | 101010 |
Color Harmonies of #2945AD
Complementary color
Monochromatic Colors of #2945AD
Black with #2945AD
Text Example
Text Example
White with #2945AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2945AD; }
p { color: rgb(41,69,173); }
H1.HeaderClassName
{
color: #2945AD;
}
.AnyTagClassName
{
color: #2945AD;
}
</style>
background-color css
<style>
a { background-color: #2945AD; }
a { background-color: rgb(41,69,173); }
div.DivClassName
{
background-color: #2945AD;
}
.BgClassName
{
background-color: #2945AD;
}
</style>
border-color css
<style>
span { border-color: #2945AD; }
span { border-color: rgb(41,69,173); }
td.TdClassName
{
border-color: #2945AD;
}
.TagClassName
{
border-color: #2945AD;
}
</style>