Shades of Cerulean Blue #314DAB
Tints of Cerulean Blue #314DAB
RGB
CMYK
RGB Variations
Color information
#314DAB (or 0x314DAB) is known color: Cerulean Blue. HEX triplet: 31, 4D and AB. RGB value is (49,77,171). Sum of RGB (Red+Green+Blue) = 49+77+171=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #314DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314DAB is #CEB254. Grayscale: #4E4E4E. Windows color (decimal): -13546069 or 11226417. OLE color: 11226417.
HSL color Cylindrical-coordinate representation of color #314DAB: hue angle of 226.23º 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 #314DAB is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 77 | 171 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.33 |
| HSL | 226.23º | 0.55% | 0.43% | - |
| HSV(B) | 226.23º | 0.71% | 0.67% | - |
| XYZ | 11.27 | 8.9 | 39.65 | - |
| YUV | 79.34 | 179.72 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 171 | 0.71 | 0.55 | 0 | 0.33 | 226.23 | 0.55 | 0.43 |
| Hex | 31 | 4D | AB | 47 | 37 | 0 | 21 | E2 | 37 | 2B |
| Octal | 61 | 115 | 253 | 107 | 67 | 0 | 41 | 342 | 67 | 53 |
| Binary | 110001 | 1001101 | 10101011 | 1000111 | 110111 | 0 | 100001 | 11100010 | 110111 | 101011 |
Color Harmonies of #314DAB
Complementary color
Monochromatic Colors of #314DAB
Black with #314DAB
Text Example
Text Example
White with #314DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314DAB; }
p { color: rgb(49,77,171); }
H1.HeaderClassName
{
color: #314DAB;
}
.AnyTagClassName
{
color: #314DAB;
}
</style>
background-color css
<style>
a { background-color: #314DAB; }
a { background-color: rgb(49,77,171); }
div.DivClassName
{
background-color: #314DAB;
}
.BgClassName
{
background-color: #314DAB;
}
</style>
border-color css
<style>
span { border-color: #314DAB; }
span { border-color: rgb(49,77,171); }
td.TdClassName
{
border-color: #314DAB;
}
.TagClassName
{
border-color: #314DAB;
}
</style>