Shades of Cerulean Blue #2D4BBB
Tints of Cerulean Blue #2D4BBB
RGB
CMYK
RGB Variations
Color information
#2D4BBB (or 0x2D4BBB) is known color: Cerulean Blue. HEX triplet: 2D, 4B and BB. RGB value is (45,75,187). Sum of RGB (Red+Green+Blue) = 45+75+187=307 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.66% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #2D4BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D4BBB is #D2B444. Grayscale: #4E4E4E. Windows color (decimal): -13808709 or 12274477. OLE color: 12274477.
HSL color Cylindrical-coordinate representation of color #2D4BBB: hue angle of 227.32º 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 #2D4BBB is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 75 | 187 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.27 |
| HSL | 227.32º | 0.61% | 0.45% | - |
| HSV(B) | 227.32º | 0.76% | 0.73% | - |
| XYZ | 12.57 | 9.18 | 48.12 | - |
| YUV | 78.8 | 189.06 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 75 | 187 | 0.76 | 0.60 | 0 | 0.27 | 227.32 | 0.61 | 0.45 |
| Hex | 2D | 4B | BB | 4C | 3C | 0 | 1B | E3 | 3D | 2D |
| Octal | 55 | 113 | 273 | 114 | 74 | 0 | 33 | 343 | 75 | 55 |
| Binary | 101101 | 1001011 | 10111011 | 1001100 | 111100 | 0 | 11011 | 11100011 | 111101 | 101101 |
Color Harmonies of #2D4BBB
Complementary color
Monochromatic Colors of #2D4BBB
Black with #2D4BBB
Text Example
Text Example
White with #2D4BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4BBB; }
p { color: rgb(45,75,187); }
H1.HeaderClassName
{
color: #2D4BBB;
}
.AnyTagClassName
{
color: #2D4BBB;
}
</style>
background-color css
<style>
a { background-color: #2D4BBB; }
a { background-color: rgb(45,75,187); }
div.DivClassName
{
background-color: #2D4BBB;
}
.BgClassName
{
background-color: #2D4BBB;
}
</style>
border-color css
<style>
span { border-color: #2D4BBB; }
span { border-color: rgb(45,75,187); }
td.TdClassName
{
border-color: #2D4BBB;
}
.TagClassName
{
border-color: #2D4BBB;
}
</style>