Shades of Cerulean Blue #314DA6
Tints of Cerulean Blue #314DA6
RGB
CMYK
RGB Variations
Color information
#314DA6 (or 0x314DA6) is known color: Cerulean Blue. HEX triplet: 31, 4D and A6. RGB value is (49,77,166). Sum of RGB (Red+Green+Blue) = 49+77+166=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 166 (65.23% from 255 or 56.85% from 292); Max value from RGB is 166 - color contains mainly: blue. Hex color #314DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314DA6 is #CEB259. Grayscale: #4E4E4E. Windows color (decimal): -13546074 or 10898737. OLE color: 10898737.
HSL color Cylindrical-coordinate representation of color #314DA6: hue angle of 225.64º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #314DA6 is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 77 | 166 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.35 |
| HSL | 225.64º | 0.54% | 0.42% | - |
| HSV(B) | 225.64º | 0.7% | 0.65% | - |
| XYZ | 10.8 | 8.71 | 37.19 | - |
| YUV | 78.77 | 177.22 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 166 | 0.70 | 0.54 | 0 | 0.35 | 225.64 | 0.54 | 0.42 |
| Hex | 31 | 4D | A6 | 46 | 36 | 0 | 23 | E2 | 36 | 2A |
| Octal | 61 | 115 | 246 | 106 | 66 | 0 | 43 | 342 | 66 | 52 |
| Binary | 110001 | 1001101 | 10100110 | 1000110 | 110110 | 0 | 100011 | 11100010 | 110110 | 101010 |
Color Harmonies of #314DA6
Complementary color
Monochromatic Colors of #314DA6
Black with #314DA6
Text Example
Text Example
White with #314DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314DA6; }
p { color: rgb(49,77,166); }
H1.HeaderClassName
{
color: #314DA6;
}
.AnyTagClassName
{
color: #314DA6;
}
</style>
background-color css
<style>
a { background-color: #314DA6; }
a { background-color: rgb(49,77,166); }
div.DivClassName
{
background-color: #314DA6;
}
.BgClassName
{
background-color: #314DA6;
}
</style>
border-color css
<style>
span { border-color: #314DA6; }
span { border-color: rgb(49,77,166); }
td.TdClassName
{
border-color: #314DA6;
}
.TagClassName
{
border-color: #314DA6;
}
</style>