Shades of Cerulean Blue #2F47AA
Tints of Cerulean Blue #2F47AA
RGB
CMYK
RGB Variations
Color information
#2F47AA (or 0x2F47AA) is known color: Cerulean Blue. HEX triplet: 2F, 47 and AA. RGB value is (47,71,170). Sum of RGB (Red+Green+Blue) = 47+71+170=288 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.32% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F47AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F47AA is #D0B855. Grayscale: #4A4A4A. Windows color (decimal): -13678678 or 11159343. OLE color: 11159343.
HSL color Cylindrical-coordinate representation of color #2F47AA: hue angle of 228.29º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F47AA is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 71 | 170 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.33 |
| HSL | 228.29º | 0.57% | 0.43% | - |
| HSV(B) | 228.29º | 0.72% | 0.67% | - |
| XYZ | 10.68 | 8.01 | 39.01 | - |
| YUV | 75.11 | 181.55 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 71 | 170 | 0.72 | 0.58 | 0 | 0.33 | 228.29 | 0.57 | 0.43 |
| Hex | 2F | 47 | AA | 48 | 3A | 0 | 21 | E4 | 39 | 2B |
| Octal | 57 | 107 | 252 | 110 | 72 | 0 | 41 | 344 | 71 | 53 |
| Binary | 101111 | 1000111 | 10101010 | 1001000 | 111010 | 0 | 100001 | 11100100 | 111001 | 101011 |
Color Harmonies of #2F47AA
Complementary color
Monochromatic Colors of #2F47AA
Black with #2F47AA
Text Example
Text Example
White with #2F47AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F47AA; }
p { color: rgb(47,71,170); }
H1.HeaderClassName
{
color: #2F47AA;
}
.AnyTagClassName
{
color: #2F47AA;
}
</style>
background-color css
<style>
a { background-color: #2F47AA; }
a { background-color: rgb(47,71,170); }
div.DivClassName
{
background-color: #2F47AA;
}
.BgClassName
{
background-color: #2F47AA;
}
</style>
border-color css
<style>
span { border-color: #2F47AA; }
span { border-color: rgb(47,71,170); }
td.TdClassName
{
border-color: #2F47AA;
}
.TagClassName
{
border-color: #2F47AA;
}
</style>