Shades of Cerulean Blue #314CCD
Tints of Cerulean Blue #314CCD
RGB
CMYK
RGB Variations
Color information
#314CCD (or 0x314CCD) is known color: Cerulean Blue. HEX triplet: 31, 4C and CD. RGB value is (49,76,205). Sum of RGB (Red+Green+Blue) = 49+76+205=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #314CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314CCD is #CEB332. Grayscale: #525252. Windows color (decimal): -13546291 or 13454385. OLE color: 13454385.
HSL color Cylindrical-coordinate representation of color #314CCD: hue angle of 229.62º 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 #314CCD is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 76 | 205 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.20 |
| HSL | 229.62º | 0.61% | 0.5% | - |
| HSV(B) | 229.62º | 0.76% | 0.8% | - |
| XYZ | 14.87 | 10.23 | 58.95 | - |
| YUV | 82.63 | 197.05 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 205 | 0.76 | 0.63 | 0 | 0.20 | 229.62 | 0.61 | 0.5 |
| Hex | 31 | 4C | CD | 4C | 3F | 0 | 14 | E6 | 3D | 32 |
| Octal | 61 | 114 | 315 | 114 | 77 | 0 | 24 | 346 | 75 | 62 |
| Binary | 110001 | 1001100 | 11001101 | 1001100 | 111111 | 0 | 10100 | 11100110 | 111101 | 110010 |
Color Harmonies of #314CCD
Complementary color
Monochromatic Colors of #314CCD
Black with #314CCD
Text Example
Text Example
White with #314CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314CCD; }
p { color: rgb(49,76,205); }
H1.HeaderClassName
{
color: #314CCD;
}
.AnyTagClassName
{
color: #314CCD;
}
</style>
background-color css
<style>
a { background-color: #314CCD; }
a { background-color: rgb(49,76,205); }
div.DivClassName
{
background-color: #314CCD;
}
.BgClassName
{
background-color: #314CCD;
}
</style>
border-color css
<style>
span { border-color: #314CCD; }
span { border-color: rgb(49,76,205); }
td.TdClassName
{
border-color: #314CCD;
}
.TagClassName
{
border-color: #314CCD;
}
</style>