Shades of Cerulean Blue #314CB9
Tints of Cerulean Blue #314CB9
RGB
CMYK
RGB Variations
Color information
#314CB9 (or 0x314CB9) is known color: Cerulean Blue. HEX triplet: 31, 4C and B9. RGB value is (49,76,185). Sum of RGB (Red+Green+Blue) = 49+76+185=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 185 (72.66% from 255 or 59.68% from 310); Max value from RGB is 185 - color contains mainly: blue. Hex color #314CB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314CB9 is #CEB346. Grayscale: #4F4F4F. Windows color (decimal): -13546311 or 12143665. OLE color: 12143665.
HSL color Cylindrical-coordinate representation of color #314CB9: hue angle of 228.09º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #314CB9 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 76 | 185 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.27 |
| HSL | 228.09º | 0.58% | 0.46% | - |
| HSV(B) | 228.09º | 0.74% | 0.73% | - |
| XYZ | 12.61 | 9.32 | 47.03 | - |
| YUV | 80.35 | 187.05 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 185 | 0.74 | 0.59 | 0 | 0.27 | 228.09 | 0.58 | 0.46 |
| Hex | 31 | 4C | B9 | 4A | 3B | 0 | 1B | E4 | 3A | 2E |
| Octal | 61 | 114 | 271 | 112 | 73 | 0 | 33 | 344 | 72 | 56 |
| Binary | 110001 | 1001100 | 10111001 | 1001010 | 111011 | 0 | 11011 | 11100100 | 111010 | 101110 |
Color Harmonies of #314CB9
Complementary color
Monochromatic Colors of #314CB9
Black with #314CB9
Text Example
Text Example
White with #314CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314CB9; }
p { color: rgb(49,76,185); }
H1.HeaderClassName
{
color: #314CB9;
}
.AnyTagClassName
{
color: #314CB9;
}
</style>
background-color css
<style>
a { background-color: #314CB9; }
a { background-color: rgb(49,76,185); }
div.DivClassName
{
background-color: #314CB9;
}
.BgClassName
{
background-color: #314CB9;
}
</style>
border-color css
<style>
span { border-color: #314CB9; }
span { border-color: rgb(49,76,185); }
td.TdClassName
{
border-color: #314CB9;
}
.TagClassName
{
border-color: #314CB9;
}
</style>