Shades of Cerulean Blue #2F4DBB
Tints of Cerulean Blue #2F4DBB
RGB
CMYK
RGB Variations
Color information
#2F4DBB (or 0x2F4DBB) is known color: Cerulean Blue. HEX triplet: 2F, 4D and BB. RGB value is (47,77,187). Sum of RGB (Red+Green+Blue) = 47+77+187=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 187 (73.44% from 255 or 60.13% from 311); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F4DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F4DBB is #D0B244. Grayscale: #505050. Windows color (decimal): -13677125 or 12274991. OLE color: 12274991.
HSL color Cylindrical-coordinate representation of color #2F4DBB: hue angle of 227.14º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F4DBB is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 77 | 187 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.27 |
| HSL | 227.14º | 0.6% | 0.46% | - |
| HSV(B) | 227.14º | 0.75% | 0.73% | - |
| XYZ | 12.8 | 9.5 | 48.17 | - |
| YUV | 80.57 | 188.06 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 77 | 187 | 0.75 | 0.59 | 0 | 0.27 | 227.14 | 0.6 | 0.46 |
| Hex | 2F | 4D | BB | 4B | 3B | 0 | 1B | E3 | 3C | 2E |
| Octal | 57 | 115 | 273 | 113 | 73 | 0 | 33 | 343 | 74 | 56 |
| Binary | 101111 | 1001101 | 10111011 | 1001011 | 111011 | 0 | 11011 | 11100011 | 111100 | 101110 |
Color Harmonies of #2F4DBB
Complementary color
Monochromatic Colors of #2F4DBB
Black with #2F4DBB
Text Example
Text Example
White with #2F4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4DBB; }
p { color: rgb(47,77,187); }
H1.HeaderClassName
{
color: #2F4DBB;
}
.AnyTagClassName
{
color: #2F4DBB;
}
</style>
background-color css
<style>
a { background-color: #2F4DBB; }
a { background-color: rgb(47,77,187); }
div.DivClassName
{
background-color: #2F4DBB;
}
.BgClassName
{
background-color: #2F4DBB;
}
</style>
border-color css
<style>
span { border-color: #2F4DBB; }
span { border-color: rgb(47,77,187); }
td.TdClassName
{
border-color: #2F4DBB;
}
.TagClassName
{
border-color: #2F4DBB;
}
</style>