Shades of Cerulean Blue #314FC0
Tints of Cerulean Blue #314FC0
RGB
CMYK
RGB Variations
Color information
#314FC0 (or 0x314FC0) is known color: Cerulean Blue. HEX triplet: 31, 4F and C0. RGB value is (49,79,192). Sum of RGB (Red+Green+Blue) = 49+79+192=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 192 (75.39% from 255 or 60% from 320); Max value from RGB is 192 - color contains mainly: blue. Hex color #314FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314FC0 is #CEB03F. Grayscale: #525252. Windows color (decimal): -13545536 or 12603185. OLE color: 12603185.
HSL color Cylindrical-coordinate representation of color #314FC0: hue angle of 227.41º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #314FC0 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 79 | 192 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.25 |
| HSL | 227.41º | 0.59% | 0.47% | - |
| HSV(B) | 227.41º | 0.74% | 0.75% | - |
| XYZ | 13.58 | 10.05 | 51.09 | - |
| YUV | 82.91 | 189.56 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 79 | 192 | 0.74 | 0.59 | 0 | 0.25 | 227.41 | 0.59 | 0.47 |
| Hex | 31 | 4F | C0 | 4A | 3B | 0 | 19 | E3 | 3B | 2F |
| Octal | 61 | 117 | 300 | 112 | 73 | 0 | 31 | 343 | 73 | 57 |
| Binary | 110001 | 1001111 | 11000000 | 1001010 | 111011 | 0 | 11001 | 11100011 | 111011 | 101111 |
Color Harmonies of #314FC0
Complementary color
Monochromatic Colors of #314FC0
Black with #314FC0
Text Example
Text Example
White with #314FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314FC0; }
p { color: rgb(49,79,192); }
H1.HeaderClassName
{
color: #314FC0;
}
.AnyTagClassName
{
color: #314FC0;
}
</style>
background-color css
<style>
a { background-color: #314FC0; }
a { background-color: rgb(49,79,192); }
div.DivClassName
{
background-color: #314FC0;
}
.BgClassName
{
background-color: #314FC0;
}
</style>
border-color css
<style>
span { border-color: #314FC0; }
span { border-color: rgb(49,79,192); }
td.TdClassName
{
border-color: #314FC0;
}
.TagClassName
{
border-color: #314FC0;
}
</style>