Shades of Cerulean Blue #314BAC
Tints of Cerulean Blue #314BAC
RGB
CMYK
RGB Variations
Color information
#314BAC (or 0x314BAC) is known color: Cerulean Blue. HEX triplet: 31, 4B and AC. RGB value is (49,75,172). Sum of RGB (Red+Green+Blue) = 49+75+172=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #314BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314BAC is #CEB453. Grayscale: #4D4D4D. Windows color (decimal): -13546580 or 11291441. OLE color: 11291441.
HSL color Cylindrical-coordinate representation of color #314BAC: hue angle of 227.32º degrees, saturation: 0.56, 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 #314BAC is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 75 | 172 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.33 |
| HSL | 227.32º | 0.56% | 0.43% | - |
| HSV(B) | 227.32º | 0.72% | 0.67% | - |
| XYZ | 11.23 | 8.66 | 40.11 | - |
| YUV | 78.28 | 180.89 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 75 | 172 | 0.72 | 0.56 | 0 | 0.33 | 227.32 | 0.56 | 0.43 |
| Hex | 31 | 4B | AC | 48 | 38 | 0 | 21 | E3 | 38 | 2B |
| Octal | 61 | 113 | 254 | 110 | 70 | 0 | 41 | 343 | 70 | 53 |
| Binary | 110001 | 1001011 | 10101100 | 1001000 | 111000 | 0 | 100001 | 11100011 | 111000 | 101011 |
Color Harmonies of #314BAC
Complementary color
Monochromatic Colors of #314BAC
Black with #314BAC
Text Example
Text Example
White with #314BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314BAC; }
p { color: rgb(49,75,172); }
H1.HeaderClassName
{
color: #314BAC;
}
.AnyTagClassName
{
color: #314BAC;
}
</style>
background-color css
<style>
a { background-color: #314BAC; }
a { background-color: rgb(49,75,172); }
div.DivClassName
{
background-color: #314BAC;
}
.BgClassName
{
background-color: #314BAC;
}
</style>
border-color css
<style>
span { border-color: #314BAC; }
span { border-color: rgb(49,75,172); }
td.TdClassName
{
border-color: #314BAC;
}
.TagClassName
{
border-color: #314BAC;
}
</style>