Shades of Cerulean Blue #2D55AC
Tints of Cerulean Blue #2D55AC
RGB
CMYK
RGB Variations
Color information
#2D55AC (or 0x2D55AC) is known color: Cerulean Blue. HEX triplet: 2D, 55 and AC. RGB value is (45,85,172). Sum of RGB (Red+Green+Blue) = 45+85+172=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D55AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D55AC is #D2AA53. Grayscale: #525252. Windows color (decimal): -13806164 or 11293997. OLE color: 11293997.
HSL color Cylindrical-coordinate representation of color #2D55AC: hue angle of 221.1º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D55AC is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 85 | 172 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.33 |
| HSL | 221.1º | 0.59% | 0.43% | - |
| HSV(B) | 221.1º | 0.74% | 0.67% | - |
| XYZ | 11.78 | 10.03 | 40.35 | - |
| YUV | 82.96 | 178.25 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 85 | 172 | 0.74 | 0.51 | 0 | 0.33 | 221.1 | 0.59 | 0.43 |
| Hex | 2D | 55 | AC | 4A | 33 | 0 | 21 | DD | 3B | 2B |
| Octal | 55 | 125 | 254 | 112 | 63 | 0 | 41 | 335 | 73 | 53 |
| Binary | 101101 | 1010101 | 10101100 | 1001010 | 110011 | 0 | 100001 | 11011101 | 111011 | 101011 |
Color Harmonies of #2D55AC
Complementary color
Monochromatic Colors of #2D55AC
Black with #2D55AC
Text Example
Text Example
White with #2D55AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D55AC; }
p { color: rgb(45,85,172); }
H1.HeaderClassName
{
color: #2D55AC;
}
.AnyTagClassName
{
color: #2D55AC;
}
</style>
background-color css
<style>
a { background-color: #2D55AC; }
a { background-color: rgb(45,85,172); }
div.DivClassName
{
background-color: #2D55AC;
}
.BgClassName
{
background-color: #2D55AC;
}
</style>
border-color css
<style>
span { border-color: #2D55AC; }
span { border-color: rgb(45,85,172); }
td.TdClassName
{
border-color: #2D55AC;
}
.TagClassName
{
border-color: #2D55AC;
}
</style>