Shades of Cerulean Blue #2F4BAC
Tints of Cerulean Blue #2F4BAC
RGB
CMYK
RGB Variations
Color information
#2F4BAC (or 0x2F4BAC) is known color: Cerulean Blue. HEX triplet: 2F, 4B and AC. RGB value is (47,75,172). Sum of RGB (Red+Green+Blue) = 47+75+172=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F4BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4BAC is #D0B453. Grayscale: #4D4D4D. Windows color (decimal): -13677652 or 11291439. OLE color: 11291439.
HSL color Cylindrical-coordinate representation of color #2F4BAC: hue angle of 226.56º 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 #2F4BAC is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 75 | 172 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.33 |
| HSL | 226.56º | 0.57% | 0.43% | - |
| HSV(B) | 226.56º | 0.73% | 0.67% | - |
| XYZ | 11.13 | 8.62 | 40.11 | - |
| YUV | 77.69 | 181.22 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 75 | 172 | 0.73 | 0.56 | 0 | 0.33 | 226.56 | 0.57 | 0.43 |
| Hex | 2F | 4B | AC | 49 | 38 | 0 | 21 | E3 | 39 | 2B |
| Octal | 57 | 113 | 254 | 111 | 70 | 0 | 41 | 343 | 71 | 53 |
| Binary | 101111 | 1001011 | 10101100 | 1001001 | 111000 | 0 | 100001 | 11100011 | 111001 | 101011 |
Color Harmonies of #2F4BAC
Complementary color
Monochromatic Colors of #2F4BAC
Black with #2F4BAC
Text Example
Text Example
White with #2F4BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4BAC; }
p { color: rgb(47,75,172); }
H1.HeaderClassName
{
color: #2F4BAC;
}
.AnyTagClassName
{
color: #2F4BAC;
}
</style>
background-color css
<style>
a { background-color: #2F4BAC; }
a { background-color: rgb(47,75,172); }
div.DivClassName
{
background-color: #2F4BAC;
}
.BgClassName
{
background-color: #2F4BAC;
}
</style>
border-color css
<style>
span { border-color: #2F4BAC; }
span { border-color: rgb(47,75,172); }
td.TdClassName
{
border-color: #2F4BAC;
}
.TagClassName
{
border-color: #2F4BAC;
}
</style>