Shades of Cerulean Blue #2F59AF
Tints of Cerulean Blue #2F59AF
RGB
CMYK
RGB Variations
Color information
#2F59AF (or 0x2F59AF) is known color: Cerulean Blue. HEX triplet: 2F, 59 and AF. RGB value is (47,89,175). Sum of RGB (Red+Green+Blue) = 47+89+175=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #2F59AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F59AF is #D0A650. Grayscale: #555555. Windows color (decimal): -13674065 or 11491631. OLE color: 11491631.
HSL color Cylindrical-coordinate representation of color #2F59AF: hue angle of 220.31º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F59AF is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 89 | 175 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.31 |
| HSL | 220.31º | 0.58% | 0.44% | - |
| HSV(B) | 220.31º | 0.73% | 0.69% | - |
| XYZ | 12.48 | 10.84 | 41.99 | - |
| YUV | 86.25 | 178.09 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 89 | 175 | 0.73 | 0.49 | 0 | 0.31 | 220.31 | 0.58 | 0.44 |
| Hex | 2F | 59 | AF | 49 | 31 | 0 | 1F | DC | 3A | 2C |
| Octal | 57 | 131 | 257 | 111 | 61 | 0 | 37 | 334 | 72 | 54 |
| Binary | 101111 | 1011001 | 10101111 | 1001001 | 110001 | 0 | 11111 | 11011100 | 111010 | 101100 |
Color Harmonies of #2F59AF
Complementary color
Monochromatic Colors of #2F59AF
Black with #2F59AF
Text Example
Text Example
White with #2F59AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F59AF; }
p { color: rgb(47,89,175); }
H1.HeaderClassName
{
color: #2F59AF;
}
.AnyTagClassName
{
color: #2F59AF;
}
</style>
background-color css
<style>
a { background-color: #2F59AF; }
a { background-color: rgb(47,89,175); }
div.DivClassName
{
background-color: #2F59AF;
}
.BgClassName
{
background-color: #2F59AF;
}
</style>
border-color css
<style>
span { border-color: #2F59AF; }
span { border-color: rgb(47,89,175); }
td.TdClassName
{
border-color: #2F59AF;
}
.TagClassName
{
border-color: #2F59AF;
}
</style>