Shades of Cerulean Blue #2D55BA
Tints of Cerulean Blue #2D55BA
RGB
CMYK
RGB Variations
Color information
#2D55BA (or 0x2D55BA) is known color: Cerulean Blue. HEX triplet: 2D, 55 and BA. RGB value is (45,85,186). Sum of RGB (Red+Green+Blue) = 45+85+186=316 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.24% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D55BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D55BA is #D2AA45. Grayscale: #545454. Windows color (decimal): -13806150 or 12211501. OLE color: 12211501.
HSL color Cylindrical-coordinate representation of color #2D55BA: hue angle of 222.98º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D55BA is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 85 | 186 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.27 |
| HSL | 222.98º | 0.61% | 0.45% | - |
| HSV(B) | 222.98º | 0.76% | 0.73% | - |
| XYZ | 13.19 | 10.6 | 47.81 | - |
| YUV | 84.55 | 185.25 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 85 | 186 | 0.76 | 0.54 | 0 | 0.27 | 222.98 | 0.61 | 0.45 |
| Hex | 2D | 55 | BA | 4C | 36 | 0 | 1B | DF | 3D | 2D |
| Octal | 55 | 125 | 272 | 114 | 66 | 0 | 33 | 337 | 75 | 55 |
| Binary | 101101 | 1010101 | 10111010 | 1001100 | 110110 | 0 | 11011 | 11011111 | 111101 | 101101 |
Color Harmonies of #2D55BA
Complementary color
Monochromatic Colors of #2D55BA
Black with #2D55BA
Text Example
Text Example
White with #2D55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D55BA; }
p { color: rgb(45,85,186); }
H1.HeaderClassName
{
color: #2D55BA;
}
.AnyTagClassName
{
color: #2D55BA;
}
</style>
background-color css
<style>
a { background-color: #2D55BA; }
a { background-color: rgb(45,85,186); }
div.DivClassName
{
background-color: #2D55BA;
}
.BgClassName
{
background-color: #2D55BA;
}
</style>
border-color css
<style>
span { border-color: #2D55BA; }
span { border-color: rgb(45,85,186); }
td.TdClassName
{
border-color: #2D55BA;
}
.TagClassName
{
border-color: #2D55BA;
}
</style>