Shades of Cerulean Blue #314AA9
Tints of Cerulean Blue #314AA9
RGB
CMYK
RGB Variations
Color information
#314AA9 (or 0x314AA9) is known color: Cerulean Blue. HEX triplet: 31, 4A and A9. RGB value is (49,74,169). Sum of RGB (Red+Green+Blue) = 49+74+169=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 169 (66.41% from 255 or 57.88% from 292); Max value from RGB is 169 - color contains mainly: blue. Hex color #314AA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314AA9 is #CEB556. Grayscale: #4C4C4C. Windows color (decimal): -13546839 or 11094577. OLE color: 11094577.
HSL color Cylindrical-coordinate representation of color #314AA9: hue angle of 227.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #314AA9 is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 74 | 169 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.34 |
| HSL | 227.5º | 0.55% | 0.43% | - |
| HSV(B) | 227.5º | 0.71% | 0.66% | - |
| XYZ | 10.88 | 8.42 | 38.59 | - |
| YUV | 77.36 | 179.72 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 74 | 169 | 0.71 | 0.56 | 0 | 0.34 | 227.5 | 0.55 | 0.43 |
| Hex | 31 | 4A | A9 | 47 | 38 | 0 | 22 | E4 | 37 | 2B |
| Octal | 61 | 112 | 251 | 107 | 70 | 0 | 42 | 344 | 67 | 53 |
| Binary | 110001 | 1001010 | 10101001 | 1000111 | 111000 | 0 | 100010 | 11100100 | 110111 | 101011 |
Color Harmonies of #314AA9
Complementary color
Monochromatic Colors of #314AA9
Black with #314AA9
Text Example
Text Example
White with #314AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314AA9; }
p { color: rgb(49,74,169); }
H1.HeaderClassName
{
color: #314AA9;
}
.AnyTagClassName
{
color: #314AA9;
}
</style>
background-color css
<style>
a { background-color: #314AA9; }
a { background-color: rgb(49,74,169); }
div.DivClassName
{
background-color: #314AA9;
}
.BgClassName
{
background-color: #314AA9;
}
</style>
border-color css
<style>
span { border-color: #314AA9; }
span { border-color: rgb(49,74,169); }
td.TdClassName
{
border-color: #314AA9;
}
.TagClassName
{
border-color: #314AA9;
}
</style>