Shades of Cerulean Blue #314EC5
Tints of Cerulean Blue #314EC5
RGB
CMYK
RGB Variations
Color information
#314EC5 (or 0x314EC5) is known color: Cerulean Blue. HEX triplet: 31, 4E and C5. RGB value is (49,78,197). Sum of RGB (Red+Green+Blue) = 49+78+197=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 197 (77.34% from 255 or 60.80% from 324); Max value from RGB is 197 - color contains mainly: blue. Hex color #314EC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314EC5 is #CEB13A. Grayscale: #525252. Windows color (decimal): -13545787 or 12930609. OLE color: 12930609.
HSL color Cylindrical-coordinate representation of color #314EC5: hue angle of 228.24º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #314EC5 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 78 | 197 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.23 |
| HSL | 228.24º | 0.6% | 0.48% | - |
| HSV(B) | 228.24º | 0.75% | 0.77% | - |
| XYZ | 14.07 | 10.13 | 54.04 | - |
| YUV | 82.9 | 192.39 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 78 | 197 | 0.75 | 0.60 | 0 | 0.23 | 228.24 | 0.6 | 0.48 |
| Hex | 31 | 4E | C5 | 4B | 3C | 0 | 17 | E4 | 3C | 30 |
| Octal | 61 | 116 | 305 | 113 | 74 | 0 | 27 | 344 | 74 | 60 |
| Binary | 110001 | 1001110 | 11000101 | 1001011 | 111100 | 0 | 10111 | 11100100 | 111100 | 110000 |
Color Harmonies of #314EC5
Complementary color
Monochromatic Colors of #314EC5
Black with #314EC5
Text Example
Text Example
White with #314EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314EC5; }
p { color: rgb(49,78,197); }
H1.HeaderClassName
{
color: #314EC5;
}
.AnyTagClassName
{
color: #314EC5;
}
</style>
background-color css
<style>
a { background-color: #314EC5; }
a { background-color: rgb(49,78,197); }
div.DivClassName
{
background-color: #314EC5;
}
.BgClassName
{
background-color: #314EC5;
}
</style>
border-color css
<style>
span { border-color: #314EC5; }
span { border-color: rgb(49,78,197); }
td.TdClassName
{
border-color: #314EC5;
}
.TagClassName
{
border-color: #314EC5;
}
</style>