Shades of Cerulean Blue #2F56AB
Tints of Cerulean Blue #2F56AB
RGB
CMYK
RGB Variations
Color information
#2F56AB (or 0x2F56AB) is known color: Cerulean Blue. HEX triplet: 2F, 56 and AB. RGB value is (47,86,171). Sum of RGB (Red+Green+Blue) = 47+86+171=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F56AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F56AB is #D0A954. Grayscale: #535353. Windows color (decimal): -13674837 or 11228719. OLE color: 11228719.
HSL color Cylindrical-coordinate representation of color #2F56AB: hue angle of 221.13º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F56AB is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 86 | 171 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.33 |
| HSL | 221.13º | 0.57% | 0.43% | - |
| HSV(B) | 221.13º | 0.73% | 0.67% | - |
| XYZ | 11.85 | 10.2 | 39.87 | - |
| YUV | 84.03 | 177.08 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 86 | 171 | 0.73 | 0.50 | 0 | 0.33 | 221.13 | 0.57 | 0.43 |
| Hex | 2F | 56 | AB | 49 | 32 | 0 | 21 | DD | 39 | 2B |
| Octal | 57 | 126 | 253 | 111 | 62 | 0 | 41 | 335 | 71 | 53 |
| Binary | 101111 | 1010110 | 10101011 | 1001001 | 110010 | 0 | 100001 | 11011101 | 111001 | 101011 |
Color Harmonies of #2F56AB
Complementary color
Monochromatic Colors of #2F56AB
Black with #2F56AB
Text Example
Text Example
White with #2F56AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F56AB; }
p { color: rgb(47,86,171); }
H1.HeaderClassName
{
color: #2F56AB;
}
.AnyTagClassName
{
color: #2F56AB;
}
</style>
background-color css
<style>
a { background-color: #2F56AB; }
a { background-color: rgb(47,86,171); }
div.DivClassName
{
background-color: #2F56AB;
}
.BgClassName
{
background-color: #2F56AB;
}
</style>
border-color css
<style>
span { border-color: #2F56AB; }
span { border-color: rgb(47,86,171); }
td.TdClassName
{
border-color: #2F56AB;
}
.TagClassName
{
border-color: #2F56AB;
}
</style>