Shades of Cerulean Blue #2F4AAB
Tints of Cerulean Blue #2F4AAB
RGB
CMYK
RGB Variations
Color information
#2F4AAB (or 0x2F4AAB) is known color: Cerulean Blue. HEX triplet: 2F, 4A and AB. RGB value is (47,74,171). Sum of RGB (Red+Green+Blue) = 47+74+171=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F4AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4AAB is #D0B554. Grayscale: #4C4C4C. Windows color (decimal): -13677909 or 11225647. OLE color: 11225647.
HSL color Cylindrical-coordinate representation of color #2F4AAB: hue angle of 226.94º 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 #2F4AAB is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 74 | 171 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.33 |
| HSL | 226.94º | 0.57% | 0.43% | - |
| HSV(B) | 226.94º | 0.73% | 0.67% | - |
| XYZ | 10.97 | 8.44 | 39.58 | - |
| YUV | 76.99 | 181.05 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 74 | 171 | 0.73 | 0.57 | 0 | 0.33 | 226.94 | 0.57 | 0.43 |
| Hex | 2F | 4A | AB | 49 | 39 | 0 | 21 | E3 | 39 | 2B |
| Octal | 57 | 112 | 253 | 111 | 71 | 0 | 41 | 343 | 71 | 53 |
| Binary | 101111 | 1001010 | 10101011 | 1001001 | 111001 | 0 | 100001 | 11100011 | 111001 | 101011 |
Color Harmonies of #2F4AAB
Complementary color
Monochromatic Colors of #2F4AAB
Black with #2F4AAB
Text Example
Text Example
White with #2F4AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4AAB; }
p { color: rgb(47,74,171); }
H1.HeaderClassName
{
color: #2F4AAB;
}
.AnyTagClassName
{
color: #2F4AAB;
}
</style>
background-color css
<style>
a { background-color: #2F4AAB; }
a { background-color: rgb(47,74,171); }
div.DivClassName
{
background-color: #2F4AAB;
}
.BgClassName
{
background-color: #2F4AAB;
}
</style>
border-color css
<style>
span { border-color: #2F4AAB; }
span { border-color: rgb(47,74,171); }
td.TdClassName
{
border-color: #2F4AAB;
}
.TagClassName
{
border-color: #2F4AAB;
}
</style>