Shades of Cerulean Blue #314EC7
Tints of Cerulean Blue #314EC7
RGB
CMYK
RGB Variations
Color information
#314EC7 (or 0x314EC7) is known color: Cerulean Blue. HEX triplet: 31, 4E and C7. RGB value is (49,78,199). Sum of RGB (Red+Green+Blue) = 49+78+199=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 199 (78.12% from 255 or 61.04% from 326); Max value from RGB is 199 - color contains mainly: blue. Hex color #314EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314EC7 is #CEB138. Grayscale: #525252. Windows color (decimal): -13545785 or 13061681. OLE color: 13061681.
HSL color Cylindrical-coordinate representation of color #314EC7: hue angle of 228.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #314EC7 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 78 | 199 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.22 |
| HSL | 228.4º | 0.6% | 0.49% | - |
| HSV(B) | 228.4º | 0.75% | 0.78% | - |
| XYZ | 14.3 | 10.23 | 55.25 | - |
| YUV | 83.12 | 193.39 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 78 | 199 | 0.75 | 0.61 | 0 | 0.22 | 228.4 | 0.6 | 0.49 |
| Hex | 31 | 4E | C7 | 4B | 3D | 0 | 16 | E4 | 3C | 31 |
| Octal | 61 | 116 | 307 | 113 | 75 | 0 | 26 | 344 | 74 | 61 |
| Binary | 110001 | 1001110 | 11000111 | 1001011 | 111101 | 0 | 10110 | 11100100 | 111100 | 110001 |
Color Harmonies of #314EC7
Complementary color
Monochromatic Colors of #314EC7
Black with #314EC7
Text Example
Text Example
White with #314EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314EC7; }
p { color: rgb(49,78,199); }
H1.HeaderClassName
{
color: #314EC7;
}
.AnyTagClassName
{
color: #314EC7;
}
</style>
background-color css
<style>
a { background-color: #314EC7; }
a { background-color: rgb(49,78,199); }
div.DivClassName
{
background-color: #314EC7;
}
.BgClassName
{
background-color: #314EC7;
}
</style>
border-color css
<style>
span { border-color: #314EC7; }
span { border-color: rgb(49,78,199); }
td.TdClassName
{
border-color: #314EC7;
}
.TagClassName
{
border-color: #314EC7;
}
</style>