Shades of Cerulean Blue #2F56AC
Tints of Cerulean Blue #2F56AC
RGB
CMYK
RGB Variations
Color information
#2F56AC (or 0x2F56AC) is known color: Cerulean Blue. HEX triplet: 2F, 56 and AC. RGB value is (47,86,172). Sum of RGB (Red+Green+Blue) = 47+86+172=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F56AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F56AC is #D0A953. Grayscale: #535353. Windows color (decimal): -13674836 or 11294255. OLE color: 11294255.
HSL color Cylindrical-coordinate representation of color #2F56AC: hue angle of 221.28º 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 #2F56AC is Cyan = 0.73, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 86 | 172 | - |
| CMYK | 0.73 | 0.5 | 0 | 0.33 |
| HSL | 221.28º | 0.57% | 0.43% | - |
| HSV(B) | 221.28º | 0.73% | 0.67% | - |
| XYZ | 11.95 | 10.24 | 40.38 | - |
| YUV | 84.14 | 177.58 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 86 | 172 | 0.73 | 0.5 | 0 | 0.33 | 221.28 | 0.57 | 0.43 |
| Hex | 2F | 56 | AC | 49 | 32 | 0 | 21 | DD | 39 | 2B |
| Octal | 57 | 126 | 254 | 111 | 62 | 0 | 41 | 335 | 71 | 53 |
| Binary | 101111 | 1010110 | 10101100 | 1001001 | 110010 | 0 | 100001 | 11011101 | 111001 | 101011 |
Color Harmonies of #2F56AC
Complementary color
Monochromatic Colors of #2F56AC
Black with #2F56AC
Text Example
Text Example
White with #2F56AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F56AC; }
p { color: rgb(47,86,172); }
H1.HeaderClassName
{
color: #2F56AC;
}
.AnyTagClassName
{
color: #2F56AC;
}
</style>
background-color css
<style>
a { background-color: #2F56AC; }
a { background-color: rgb(47,86,172); }
div.DivClassName
{
background-color: #2F56AC;
}
.BgClassName
{
background-color: #2F56AC;
}
</style>
border-color css
<style>
span { border-color: #2F56AC; }
span { border-color: rgb(47,86,172); }
td.TdClassName
{
border-color: #2F56AC;
}
.TagClassName
{
border-color: #2F56AC;
}
</style>