Shades of Cerulean Blue #314EC1
Tints of Cerulean Blue #314EC1
RGB
CMYK
RGB Variations
Color information
#314EC1 (or 0x314EC1) is known color: Cerulean Blue. HEX triplet: 31, 4E and C1. RGB value is (49,78,193). Sum of RGB (Red+Green+Blue) = 49+78+193=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 193 (75.78% from 255 or 60.31% from 320); Max value from RGB is 193 - color contains mainly: blue. Hex color #314EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314EC1 is #CEB13E. Grayscale: #515151. Windows color (decimal): -13545791 or 12668465. OLE color: 12668465.
HSL color Cylindrical-coordinate representation of color #314EC1: hue angle of 227.92º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #314EC1 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 78 | 193 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.24 |
| HSL | 227.92º | 0.6% | 0.47% | - |
| HSV(B) | 227.92º | 0.75% | 0.76% | - |
| XYZ | 13.62 | 9.95 | 51.66 | - |
| YUV | 82.44 | 190.39 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 78 | 193 | 0.75 | 0.60 | 0 | 0.24 | 227.92 | 0.6 | 0.47 |
| Hex | 31 | 4E | C1 | 4B | 3C | 0 | 18 | E4 | 3C | 2F |
| Octal | 61 | 116 | 301 | 113 | 74 | 0 | 30 | 344 | 74 | 57 |
| Binary | 110001 | 1001110 | 11000001 | 1001011 | 111100 | 0 | 11000 | 11100100 | 111100 | 101111 |
Color Harmonies of #314EC1
Complementary color
Monochromatic Colors of #314EC1
Black with #314EC1
Text Example
Text Example
White with #314EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314EC1; }
p { color: rgb(49,78,193); }
H1.HeaderClassName
{
color: #314EC1;
}
.AnyTagClassName
{
color: #314EC1;
}
</style>
background-color css
<style>
a { background-color: #314EC1; }
a { background-color: rgb(49,78,193); }
div.DivClassName
{
background-color: #314EC1;
}
.BgClassName
{
background-color: #314EC1;
}
</style>
border-color css
<style>
span { border-color: #314EC1; }
span { border-color: rgb(49,78,193); }
td.TdClassName
{
border-color: #314EC1;
}
.TagClassName
{
border-color: #314EC1;
}
</style>