Shades of Cerulean Blue #314AAE
Tints of Cerulean Blue #314AAE
RGB
CMYK
RGB Variations
Color information
#314AAE (or 0x314AAE) is known color: Cerulean Blue. HEX triplet: 31, 4A and AE. RGB value is (49,74,174). Sum of RGB (Red+Green+Blue) = 49+74+174=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 174 (68.36% from 255 or 58.59% from 297); Max value from RGB is 174 - color contains mainly: blue. Hex color #314AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314AAE is #CEB551. Grayscale: #4D4D4D. Windows color (decimal): -13546834 or 11422257. OLE color: 11422257.
HSL color Cylindrical-coordinate representation of color #314AAE: hue angle of 228º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #314AAE is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 74 | 174 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.32 |
| HSL | 228º | 0.56% | 0.44% | - |
| HSV(B) | 228º | 0.72% | 0.68% | - |
| XYZ | 11.36 | 8.61 | 41.11 | - |
| YUV | 77.93 | 182.22 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 74 | 174 | 0.72 | 0.57 | 0 | 0.32 | 228 | 0.56 | 0.44 |
| Hex | 31 | 4A | AE | 48 | 39 | 0 | 20 | E4 | 38 | 2C |
| Octal | 61 | 112 | 256 | 110 | 71 | 0 | 40 | 344 | 70 | 54 |
| Binary | 110001 | 1001010 | 10101110 | 1001000 | 111001 | 0 | 100000 | 11100100 | 111000 | 101100 |
Color Harmonies of #314AAE
Complementary color
Monochromatic Colors of #314AAE
Black with #314AAE
Text Example
Text Example
White with #314AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314AAE; }
p { color: rgb(49,74,174); }
H1.HeaderClassName
{
color: #314AAE;
}
.AnyTagClassName
{
color: #314AAE;
}
</style>
background-color css
<style>
a { background-color: #314AAE; }
a { background-color: rgb(49,74,174); }
div.DivClassName
{
background-color: #314AAE;
}
.BgClassName
{
background-color: #314AAE;
}
</style>
border-color css
<style>
span { border-color: #314AAE; }
span { border-color: rgb(49,74,174); }
td.TdClassName
{
border-color: #314AAE;
}
.TagClassName
{
border-color: #314AAE;
}
</style>