Shades of Cerulean Blue #314DAA
Tints of Cerulean Blue #314DAA
RGB
CMYK
RGB Variations
Color information
#314DAA (or 0x314DAA) is known color: Cerulean Blue. HEX triplet: 31, 4D and AA. RGB value is (49,77,170). Sum of RGB (Red+Green+Blue) = 49+77+170=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #314DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314DAA is #CEB255. Grayscale: #4E4E4E. Windows color (decimal): -13546070 or 11160881. OLE color: 11160881.
HSL color Cylindrical-coordinate representation of color #314DAA: hue angle of 226.12º 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 #314DAA is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 77 | 170 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.33 |
| HSL | 226.12º | 0.55% | 0.43% | - |
| HSV(B) | 226.12º | 0.71% | 0.67% | - |
| XYZ | 11.18 | 8.86 | 39.15 | - |
| YUV | 79.23 | 179.22 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 170 | 0.71 | 0.55 | 0 | 0.33 | 226.12 | 0.55 | 0.43 |
| Hex | 31 | 4D | AA | 47 | 37 | 0 | 21 | E2 | 37 | 2B |
| Octal | 61 | 115 | 252 | 107 | 67 | 0 | 41 | 342 | 67 | 53 |
| Binary | 110001 | 1001101 | 10101010 | 1000111 | 110111 | 0 | 100001 | 11100010 | 110111 | 101011 |
Color Harmonies of #314DAA
Complementary color
Monochromatic Colors of #314DAA
Black with #314DAA
Text Example
Text Example
White with #314DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314DAA; }
p { color: rgb(49,77,170); }
H1.HeaderClassName
{
color: #314DAA;
}
.AnyTagClassName
{
color: #314DAA;
}
</style>
background-color css
<style>
a { background-color: #314DAA; }
a { background-color: rgb(49,77,170); }
div.DivClassName
{
background-color: #314DAA;
}
.BgClassName
{
background-color: #314DAA;
}
</style>
border-color css
<style>
span { border-color: #314DAA; }
span { border-color: rgb(49,77,170); }
td.TdClassName
{
border-color: #314DAA;
}
.TagClassName
{
border-color: #314DAA;
}
</style>