Shades of Cerulean Blue #2F4BA3
Tints of Cerulean Blue #2F4BA3
RGB
CMYK
RGB Variations
Color information
#2F4BA3 (or 0x2F4BA3) is known color: Cerulean Blue. HEX triplet: 2F, 4B and A3. RGB value is (47,75,163). Sum of RGB (Red+Green+Blue) = 47+75+163=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 163 (64.06% from 255 or 57.19% from 285); Max value from RGB is 163 - color contains mainly: blue. Hex color #2F4BA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4BA3 is #D0B45C. Grayscale: #4C4C4C. Windows color (decimal): -13677661 or 10701615. OLE color: 10701615.
HSL color Cylindrical-coordinate representation of color #2F4BA3: hue angle of 225.52º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F4BA3 is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 75 | 163 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.36 |
| HSL | 225.52º | 0.55% | 0.41% | - |
| HSV(B) | 225.52º | 0.71% | 0.64% | - |
| XYZ | 10.3 | 8.28 | 35.71 | - |
| YUV | 76.66 | 176.72 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 75 | 163 | 0.71 | 0.54 | 0 | 0.36 | 225.52 | 0.55 | 0.41 |
| Hex | 2F | 4B | A3 | 47 | 36 | 0 | 24 | E2 | 37 | 29 |
| Octal | 57 | 113 | 243 | 107 | 66 | 0 | 44 | 342 | 67 | 51 |
| Binary | 101111 | 1001011 | 10100011 | 1000111 | 110110 | 0 | 100100 | 11100010 | 110111 | 101001 |
Color Harmonies of #2F4BA3
Complementary color
Monochromatic Colors of #2F4BA3
Black with #2F4BA3
Text Example
Text Example
White with #2F4BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4BA3; }
p { color: rgb(47,75,163); }
H1.HeaderClassName
{
color: #2F4BA3;
}
.AnyTagClassName
{
color: #2F4BA3;
}
</style>
background-color css
<style>
a { background-color: #2F4BA3; }
a { background-color: rgb(47,75,163); }
div.DivClassName
{
background-color: #2F4BA3;
}
.BgClassName
{
background-color: #2F4BA3;
}
</style>
border-color css
<style>
span { border-color: #2F4BA3; }
span { border-color: rgb(47,75,163); }
td.TdClassName
{
border-color: #2F4BA3;
}
.TagClassName
{
border-color: #2F4BA3;
}
</style>