Shades of Cerulean Blue #2F49BE
Tints of Cerulean Blue #2F49BE
RGB
CMYK
RGB Variations
Color information
#2F49BE (or 0x2F49BE) is known color: Cerulean Blue. HEX triplet: 2F, 49 and BE. RGB value is (47,73,190). Sum of RGB (Red+Green+Blue) = 47+73+190=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F49BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F49BE is #D0B641. Grayscale: #4E4E4E. Windows color (decimal): -13678146 or 12470575. OLE color: 12470575.
HSL color Cylindrical-coordinate representation of color #2F49BE: hue angle of 229.09º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F49BE is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 73 | 190 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.25 |
| HSL | 229.09º | 0.6% | 0.46% | - |
| HSV(B) | 229.09º | 0.75% | 0.75% | - |
| XYZ | 12.85 | 9.09 | 49.79 | - |
| YUV | 78.56 | 190.89 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 73 | 190 | 0.75 | 0.62 | 0 | 0.25 | 229.09 | 0.6 | 0.46 |
| Hex | 2F | 49 | BE | 4B | 3E | 0 | 19 | E5 | 3C | 2E |
| Octal | 57 | 111 | 276 | 113 | 76 | 0 | 31 | 345 | 74 | 56 |
| Binary | 101111 | 1001001 | 10111110 | 1001011 | 111110 | 0 | 11001 | 11100101 | 111100 | 101110 |
Color Harmonies of #2F49BE
Complementary color
Monochromatic Colors of #2F49BE
Black with #2F49BE
Text Example
Text Example
White with #2F49BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F49BE; }
p { color: rgb(47,73,190); }
H1.HeaderClassName
{
color: #2F49BE;
}
.AnyTagClassName
{
color: #2F49BE;
}
</style>
background-color css
<style>
a { background-color: #2F49BE; }
a { background-color: rgb(47,73,190); }
div.DivClassName
{
background-color: #2F49BE;
}
.BgClassName
{
background-color: #2F49BE;
}
</style>
border-color css
<style>
span { border-color: #2F49BE; }
span { border-color: rgb(47,73,190); }
td.TdClassName
{
border-color: #2F49BE;
}
.TagClassName
{
border-color: #2F49BE;
}
</style>