Shades of Cerulean Blue #2849BE
Tints of Cerulean Blue #2849BE
RGB
CMYK
RGB Variations
Color information
#2849BE (or 0x2849BE) is known color: Cerulean Blue. HEX triplet: 28, 49 and BE. RGB value is (40,73,190). Sum of RGB (Red+Green+Blue) = 40+73+190=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 190 (74.61% from 255 or 62.71% from 303); Max value from RGB is 190 - color contains mainly: blue. Hex color #2849BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2849BE is #D7B641. Grayscale: #4B4B4B. Windows color (decimal): -14136898 or 12470568. OLE color: 12470568.
HSL color Cylindrical-coordinate representation of color #2849BE: hue angle of 226.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2849BE is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 73 | 190 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.25 |
| HSL | 226.8º | 0.65% | 0.45% | - |
| HSV(B) | 226.8º | 0.79% | 0.75% | - |
| XYZ | 12.55 | 8.93 | 49.78 | - |
| YUV | 76.47 | 192.07 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 190 | 0.79 | 0.62 | 0 | 0.25 | 226.8 | 0.65 | 0.45 |
| Hex | 28 | 49 | BE | 4F | 3E | 0 | 19 | E3 | 41 | 2D |
| Octal | 50 | 111 | 276 | 117 | 76 | 0 | 31 | 343 | 101 | 55 |
| Binary | 101000 | 1001001 | 10111110 | 1001111 | 111110 | 0 | 11001 | 11100011 | 1000001 | 101101 |
Color Harmonies of #2849BE
Complementary color
Monochromatic Colors of #2849BE
Black with #2849BE
Text Example
Text Example
White with #2849BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2849BE; }
p { color: rgb(40,73,190); }
H1.HeaderClassName
{
color: #2849BE;
}
.AnyTagClassName
{
color: #2849BE;
}
</style>
background-color css
<style>
a { background-color: #2849BE; }
a { background-color: rgb(40,73,190); }
div.DivClassName
{
background-color: #2849BE;
}
.BgClassName
{
background-color: #2849BE;
}
</style>
border-color css
<style>
span { border-color: #2849BE; }
span { border-color: rgb(40,73,190); }
td.TdClassName
{
border-color: #2849BE;
}
.TagClassName
{
border-color: #2849BE;
}
</style>