Shades of Cerulean Blue #2D5BB1
Tints of Cerulean Blue #2D5BB1
RGB
CMYK
RGB Variations
Color information
#2D5BB1 (or 0x2D5BB1) is known color: Cerulean Blue. HEX triplet: 2D, 5B and B1. RGB value is (45,91,177). Sum of RGB (Red+Green+Blue) = 45+91+177=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 177 (69.53% from 255 or 56.55% from 313); Max value from RGB is 177 - color contains mainly: blue. Hex color #2D5BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5BB1 is #D2A44E. Grayscale: #565656. Windows color (decimal): -13804623 or 11623213. OLE color: 11623213.
HSL color Cylindrical-coordinate representation of color #2D5BB1: hue angle of 219.09º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D5BB1 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 91 | 177 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.31 |
| HSL | 219.09º | 0.59% | 0.44% | - |
| HSV(B) | 219.09º | 0.75% | 0.69% | - |
| XYZ | 12.76 | 11.21 | 43.09 | - |
| YUV | 87.05 | 178.76 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 91 | 177 | 0.75 | 0.49 | 0 | 0.31 | 219.09 | 0.59 | 0.44 |
| Hex | 2D | 5B | B1 | 4B | 31 | 0 | 1F | DB | 3B | 2C |
| Octal | 55 | 133 | 261 | 113 | 61 | 0 | 37 | 333 | 73 | 54 |
| Binary | 101101 | 1011011 | 10110001 | 1001011 | 110001 | 0 | 11111 | 11011011 | 111011 | 101100 |
Color Harmonies of #2D5BB1
Complementary color
Monochromatic Colors of #2D5BB1
Black with #2D5BB1
Text Example
Text Example
White with #2D5BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5BB1; }
p { color: rgb(45,91,177); }
H1.HeaderClassName
{
color: #2D5BB1;
}
.AnyTagClassName
{
color: #2D5BB1;
}
</style>
background-color css
<style>
a { background-color: #2D5BB1; }
a { background-color: rgb(45,91,177); }
div.DivClassName
{
background-color: #2D5BB1;
}
.BgClassName
{
background-color: #2D5BB1;
}
</style>
border-color css
<style>
span { border-color: #2D5BB1; }
span { border-color: rgb(45,91,177); }
td.TdClassName
{
border-color: #2D5BB1;
}
.TagClassName
{
border-color: #2D5BB1;
}
</style>