Shades of Cerulean Blue #2D5CBA
Tints of Cerulean Blue #2D5CBA
RGB
CMYK
RGB Variations
Color information
#2D5CBA (or 0x2D5CBA) is known color: Cerulean Blue. HEX triplet: 2D, 5C and BA. RGB value is (45,92,186). Sum of RGB (Red+Green+Blue) = 45+92+186=323 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.93% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D5CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5CBA is #D2A345. Grayscale: #585858. Windows color (decimal): -13804358 or 12213293. OLE color: 12213293.
HSL color Cylindrical-coordinate representation of color #2D5CBA: hue angle of 220º 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 #2D5CBA is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 92 | 186 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.27 |
| HSL | 220º | 0.61% | 0.45% | - |
| HSV(B) | 220º | 0.76% | 0.73% | - |
| XYZ | 13.77 | 11.76 | 48 | - |
| YUV | 88.66 | 182.93 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 92 | 186 | 0.76 | 0.51 | 0 | 0.27 | 220 | 0.61 | 0.45 |
| Hex | 2D | 5C | BA | 4C | 33 | 0 | 1B | DC | 3D | 2D |
| Octal | 55 | 134 | 272 | 114 | 63 | 0 | 33 | 334 | 75 | 55 |
| Binary | 101101 | 1011100 | 10111010 | 1001100 | 110011 | 0 | 11011 | 11011100 | 111101 | 101101 |
Color Harmonies of #2D5CBA
Complementary color
Monochromatic Colors of #2D5CBA
Black with #2D5CBA
Text Example
Text Example
White with #2D5CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5CBA; }
p { color: rgb(45,92,186); }
H1.HeaderClassName
{
color: #2D5CBA;
}
.AnyTagClassName
{
color: #2D5CBA;
}
</style>
background-color css
<style>
a { background-color: #2D5CBA; }
a { background-color: rgb(45,92,186); }
div.DivClassName
{
background-color: #2D5CBA;
}
.BgClassName
{
background-color: #2D5CBA;
}
</style>
border-color css
<style>
span { border-color: #2D5CBA; }
span { border-color: rgb(45,92,186); }
td.TdClassName
{
border-color: #2D5CBA;
}
.TagClassName
{
border-color: #2D5CBA;
}
</style>