Shades of Cerulean Blue #2F59AB
Tints of Cerulean Blue #2F59AB
RGB
CMYK
RGB Variations
Color information
#2F59AB (or 0x2F59AB) is known color: Cerulean Blue. HEX triplet: 2F, 59 and AB. RGB value is (47,89,171). Sum of RGB (Red+Green+Blue) = 47+89+171=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F59AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F59AB is #D0A654. Grayscale: #555555. Windows color (decimal): -13674069 or 11229487. OLE color: 11229487.
HSL color Cylindrical-coordinate representation of color #2F59AB: hue angle of 219.68º 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 #2F59AB is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 89 | 171 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.33 |
| HSL | 219.68º | 0.57% | 0.43% | - |
| HSV(B) | 219.68º | 0.73% | 0.67% | - |
| XYZ | 12.1 | 10.69 | 39.95 | - |
| YUV | 85.79 | 176.09 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 89 | 171 | 0.73 | 0.48 | 0 | 0.33 | 219.68 | 0.57 | 0.43 |
| Hex | 2F | 59 | AB | 49 | 30 | 0 | 21 | DC | 39 | 2B |
| Octal | 57 | 131 | 253 | 111 | 60 | 0 | 41 | 334 | 71 | 53 |
| Binary | 101111 | 1011001 | 10101011 | 1001001 | 110000 | 0 | 100001 | 11011100 | 111001 | 101011 |
Color Harmonies of #2F59AB
Complementary color
Monochromatic Colors of #2F59AB
Black with #2F59AB
Text Example
Text Example
White with #2F59AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F59AB; }
p { color: rgb(47,89,171); }
H1.HeaderClassName
{
color: #2F59AB;
}
.AnyTagClassName
{
color: #2F59AB;
}
</style>
background-color css
<style>
a { background-color: #2F59AB; }
a { background-color: rgb(47,89,171); }
div.DivClassName
{
background-color: #2F59AB;
}
.BgClassName
{
background-color: #2F59AB;
}
</style>
border-color css
<style>
span { border-color: #2F59AB; }
span { border-color: rgb(47,89,171); }
td.TdClassName
{
border-color: #2F59AB;
}
.TagClassName
{
border-color: #2F59AB;
}
</style>