Shades of Cerulean Blue #2D5BBC
Tints of Cerulean Blue #2D5BBC
RGB
CMYK
RGB Variations
Color information
#2D5BBC (or 0x2D5BBC) is known color: Cerulean Blue. HEX triplet: 2D, 5B and BC. RGB value is (45,91,188). Sum of RGB (Red+Green+Blue) = 45+91+188=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D5BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5BBC is #D2A443. Grayscale: #575757. Windows color (decimal): -13804612 or 12344109. OLE color: 12344109.
HSL color Cylindrical-coordinate representation of color #2D5BBC: hue angle of 220.7º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D5BBC is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 91 | 188 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.26 |
| HSL | 220.7º | 0.61% | 0.46% | - |
| HSV(B) | 220.7º | 0.76% | 0.74% | - |
| XYZ | 13.9 | 11.67 | 49.1 | - |
| YUV | 88.3 | 184.26 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 91 | 188 | 0.76 | 0.52 | 0 | 0.26 | 220.7 | 0.61 | 0.46 |
| Hex | 2D | 5B | BC | 4C | 34 | 0 | 1A | DD | 3D | 2E |
| Octal | 55 | 133 | 274 | 114 | 64 | 0 | 32 | 335 | 75 | 56 |
| Binary | 101101 | 1011011 | 10111100 | 1001100 | 110100 | 0 | 11010 | 11011101 | 111101 | 101110 |
Color Harmonies of #2D5BBC
Complementary color
Monochromatic Colors of #2D5BBC
Black with #2D5BBC
Text Example
Text Example
White with #2D5BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5BBC; }
p { color: rgb(45,91,188); }
H1.HeaderClassName
{
color: #2D5BBC;
}
.AnyTagClassName
{
color: #2D5BBC;
}
</style>
background-color css
<style>
a { background-color: #2D5BBC; }
a { background-color: rgb(45,91,188); }
div.DivClassName
{
background-color: #2D5BBC;
}
.BgClassName
{
background-color: #2D5BBC;
}
</style>
border-color css
<style>
span { border-color: #2D5BBC; }
span { border-color: rgb(45,91,188); }
td.TdClassName
{
border-color: #2D5BBC;
}
.TagClassName
{
border-color: #2D5BBC;
}
</style>