Shades of Cerulean Blue #314EAA
Tints of Cerulean Blue #314EAA
RGB
CMYK
RGB Variations
Color information
#314EAA (or 0x314EAA) is known color: Cerulean Blue. HEX triplet: 31, 4E and AA. RGB value is (49,78,170). Sum of RGB (Red+Green+Blue) = 49+78+170=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #314EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314EAA is #CEB155. Grayscale: #4F4F4F. Windows color (decimal): -13545814 or 11161137. OLE color: 11161137.
HSL color Cylindrical-coordinate representation of color #314EAA: hue angle of 225.62º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #314EAA is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 78 | 170 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.33 |
| HSL | 225.62º | 0.55% | 0.43% | - |
| HSV(B) | 225.62º | 0.71% | 0.67% | - |
| XYZ | 11.25 | 9 | 39.18 | - |
| YUV | 79.82 | 178.89 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 78 | 170 | 0.71 | 0.54 | 0 | 0.33 | 225.62 | 0.55 | 0.43 |
| Hex | 31 | 4E | AA | 47 | 36 | 0 | 21 | E2 | 37 | 2B |
| Octal | 61 | 116 | 252 | 107 | 66 | 0 | 41 | 342 | 67 | 53 |
| Binary | 110001 | 1001110 | 10101010 | 1000111 | 110110 | 0 | 100001 | 11100010 | 110111 | 101011 |
Color Harmonies of #314EAA
Complementary color
Monochromatic Colors of #314EAA
Black with #314EAA
Text Example
Text Example
White with #314EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314EAA; }
p { color: rgb(49,78,170); }
H1.HeaderClassName
{
color: #314EAA;
}
.AnyTagClassName
{
color: #314EAA;
}
</style>
background-color css
<style>
a { background-color: #314EAA; }
a { background-color: rgb(49,78,170); }
div.DivClassName
{
background-color: #314EAA;
}
.BgClassName
{
background-color: #314EAA;
}
</style>
border-color css
<style>
span { border-color: #314EAA; }
span { border-color: rgb(49,78,170); }
td.TdClassName
{
border-color: #314EAA;
}
.TagClassName
{
border-color: #314EAA;
}
</style>