Shades of Cerulean Blue #314FCD
Tints of Cerulean Blue #314FCD
RGB
CMYK
RGB Variations
Color information
#314FCD (or 0x314FCD) is known color: Cerulean Blue. HEX triplet: 31, 4F and CD. RGB value is (49,79,205). Sum of RGB (Red+Green+Blue) = 49+79+205=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #314FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314FCD is #CEB032. Grayscale: #535353. Windows color (decimal): -13545523 or 13455153. OLE color: 13455153.
HSL color Cylindrical-coordinate representation of color #314FCD: hue angle of 228.46º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #314FCD is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 79 | 205 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.20 |
| HSL | 228.46º | 0.61% | 0.5% | - |
| HSV(B) | 228.46º | 0.76% | 0.8% | - |
| XYZ | 15.08 | 10.65 | 59.02 | - |
| YUV | 84.39 | 196.06 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 79 | 205 | 0.76 | 0.61 | 0 | 0.20 | 228.46 | 0.61 | 0.5 |
| Hex | 31 | 4F | CD | 4C | 3D | 0 | 14 | E4 | 3D | 32 |
| Octal | 61 | 117 | 315 | 114 | 75 | 0 | 24 | 344 | 75 | 62 |
| Binary | 110001 | 1001111 | 11001101 | 1001100 | 111101 | 0 | 10100 | 11100100 | 111101 | 110010 |
Color Harmonies of #314FCD
Complementary color
Monochromatic Colors of #314FCD
Black with #314FCD
Text Example
Text Example
White with #314FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314FCD; }
p { color: rgb(49,79,205); }
H1.HeaderClassName
{
color: #314FCD;
}
.AnyTagClassName
{
color: #314FCD;
}
</style>
background-color css
<style>
a { background-color: #314FCD; }
a { background-color: rgb(49,79,205); }
div.DivClassName
{
background-color: #314FCD;
}
.BgClassName
{
background-color: #314FCD;
}
</style>
border-color css
<style>
span { border-color: #314FCD; }
span { border-color: rgb(49,79,205); }
td.TdClassName
{
border-color: #314FCD;
}
.TagClassName
{
border-color: #314FCD;
}
</style>