Shades of Cerulean Blue #2849BD
Tints of Cerulean Blue #2849BD
RGB
CMYK
RGB Variations
Color information
#2849BD (or 0x2849BD) is known color: Cerulean Blue. HEX triplet: 28, 49 and BD. RGB value is (40,73,189). Sum of RGB (Red+Green+Blue) = 40+73+189=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 189 (74.22% from 255 or 62.58% from 302); Max value from RGB is 189 - color contains mainly: blue. Hex color #2849BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2849BD is #D7B642. Grayscale: #4B4B4B. Windows color (decimal): -14136899 or 12405032. OLE color: 12405032.
HSL color Cylindrical-coordinate representation of color #2849BD: hue angle of 226.71º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2849BD is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 73 | 189 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.26 |
| HSL | 226.71º | 0.65% | 0.45% | - |
| HSV(B) | 226.71º | 0.79% | 0.74% | - |
| XYZ | 12.44 | 8.89 | 49.2 | - |
| YUV | 76.36 | 191.57 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 189 | 0.79 | 0.61 | 0 | 0.26 | 226.71 | 0.65 | 0.45 |
| Hex | 28 | 49 | BD | 4F | 3D | 0 | 1A | E3 | 41 | 2D |
| Octal | 50 | 111 | 275 | 117 | 75 | 0 | 32 | 343 | 101 | 55 |
| Binary | 101000 | 1001001 | 10111101 | 1001111 | 111101 | 0 | 11010 | 11100011 | 1000001 | 101101 |
Color Harmonies of #2849BD
Complementary color
Monochromatic Colors of #2849BD
Black with #2849BD
Text Example
Text Example
White with #2849BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2849BD; }
p { color: rgb(40,73,189); }
H1.HeaderClassName
{
color: #2849BD;
}
.AnyTagClassName
{
color: #2849BD;
}
</style>
background-color css
<style>
a { background-color: #2849BD; }
a { background-color: rgb(40,73,189); }
div.DivClassName
{
background-color: #2849BD;
}
.BgClassName
{
background-color: #2849BD;
}
</style>
border-color css
<style>
span { border-color: #2849BD; }
span { border-color: rgb(40,73,189); }
td.TdClassName
{
border-color: #2849BD;
}
.TagClassName
{
border-color: #2849BD;
}
</style>