Shades of Cerulean Blue #314DC5
Tints of Cerulean Blue #314DC5
RGB
CMYK
RGB Variations
Color information
#314DC5 (or 0x314DC5) is known color: Cerulean Blue. HEX triplet: 31, 4D and C5. RGB value is (49,77,197). Sum of RGB (Red+Green+Blue) = 49+77+197=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 197 (77.34% from 255 or 60.99% from 323); Max value from RGB is 197 - color contains mainly: blue. Hex color #314DC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314DC5 is #CEB23A. Grayscale: #515151. Windows color (decimal): -13546043 or 12930353. OLE color: 12930353.
HSL color Cylindrical-coordinate representation of color #314DC5: hue angle of 228.65º 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 #314DC5 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 77 | 197 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.23 |
| HSL | 228.65º | 0.6% | 0.48% | - |
| HSV(B) | 228.65º | 0.75% | 0.77% | - |
| XYZ | 14 | 9.99 | 54.01 | - |
| YUV | 82.31 | 192.72 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 197 | 0.75 | 0.61 | 0 | 0.23 | 228.65 | 0.6 | 0.48 |
| Hex | 31 | 4D | C5 | 4B | 3D | 0 | 17 | E5 | 3C | 30 |
| Octal | 61 | 115 | 305 | 113 | 75 | 0 | 27 | 345 | 74 | 60 |
| Binary | 110001 | 1001101 | 11000101 | 1001011 | 111101 | 0 | 10111 | 11100101 | 111100 | 110000 |
Color Harmonies of #314DC5
Complementary color
Monochromatic Colors of #314DC5
Black with #314DC5
Text Example
Text Example
White with #314DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314DC5; }
p { color: rgb(49,77,197); }
H1.HeaderClassName
{
color: #314DC5;
}
.AnyTagClassName
{
color: #314DC5;
}
</style>
background-color css
<style>
a { background-color: #314DC5; }
a { background-color: rgb(49,77,197); }
div.DivClassName
{
background-color: #314DC5;
}
.BgClassName
{
background-color: #314DC5;
}
</style>
border-color css
<style>
span { border-color: #314DC5; }
span { border-color: rgb(49,77,197); }
td.TdClassName
{
border-color: #314DC5;
}
.TagClassName
{
border-color: #314DC5;
}
</style>