Shades of Cerulean Blue #2945AC
Tints of Cerulean Blue #2945AC
RGB
CMYK
RGB Variations
Color information
#2945AC (or 0x2945AC) is known color: Cerulean Blue. HEX triplet: 29, 45 and AC. RGB value is (41,69,172). Sum of RGB (Red+Green+Blue) = 41+69+172=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #2945AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2945AC is #D6BA53. Grayscale: #474747. Windows color (decimal): -14072404 or 11289897. OLE color: 11289897.
HSL color Cylindrical-coordinate representation of color #2945AC: hue angle of 227.18º 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 #2945AC is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 69 | 172 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.33 |
| HSL | 227.18º | 0.62% | 0.42% | - |
| HSV(B) | 227.18º | 0.76% | 0.67% | - |
| XYZ | 10.49 | 7.71 | 39.96 | - |
| YUV | 72.37 | 184.22 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 172 | 0.76 | 0.60 | 0 | 0.33 | 227.18 | 0.62 | 0.42 |
| Hex | 29 | 45 | AC | 4C | 3C | 0 | 21 | E3 | 3E | 2A |
| Octal | 51 | 105 | 254 | 114 | 74 | 0 | 41 | 343 | 76 | 52 |
| Binary | 101001 | 1000101 | 10101100 | 1001100 | 111100 | 0 | 100001 | 11100011 | 111110 | 101010 |
Color Harmonies of #2945AC
Complementary color
Monochromatic Colors of #2945AC
Black with #2945AC
Text Example
Text Example
White with #2945AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2945AC; }
p { color: rgb(41,69,172); }
H1.HeaderClassName
{
color: #2945AC;
}
.AnyTagClassName
{
color: #2945AC;
}
</style>
background-color css
<style>
a { background-color: #2945AC; }
a { background-color: rgb(41,69,172); }
div.DivClassName
{
background-color: #2945AC;
}
.BgClassName
{
background-color: #2945AC;
}
</style>
border-color css
<style>
span { border-color: #2945AC; }
span { border-color: rgb(41,69,172); }
td.TdClassName
{
border-color: #2945AC;
}
.TagClassName
{
border-color: #2945AC;
}
</style>