Shades of Cerulean Blue #314DB7
Tints of Cerulean Blue #314DB7
RGB
CMYK
RGB Variations
Color information
#314DB7 (or 0x314DB7) is known color: Cerulean Blue. HEX triplet: 31, 4D and B7. RGB value is (49,77,183). Sum of RGB (Red+Green+Blue) = 49+77+183=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 183 (71.88% from 255 or 59.22% from 309); Max value from RGB is 183 - color contains mainly: blue. Hex color #314DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314DB7 is #CEB248. Grayscale: #505050. Windows color (decimal): -13546057 or 12012849. OLE color: 12012849.
HSL color Cylindrical-coordinate representation of color #314DB7: hue angle of 227.46º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #314DB7 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 77 | 183 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.28 |
| HSL | 227.46º | 0.58% | 0.45% | - |
| HSV(B) | 227.46º | 0.73% | 0.72% | - |
| XYZ | 12.47 | 9.38 | 45.95 | - |
| YUV | 80.71 | 185.72 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 183 | 0.73 | 0.58 | 0 | 0.28 | 227.46 | 0.58 | 0.45 |
| Hex | 31 | 4D | B7 | 49 | 3A | 0 | 1C | E3 | 3A | 2D |
| Octal | 61 | 115 | 267 | 111 | 72 | 0 | 34 | 343 | 72 | 55 |
| Binary | 110001 | 1001101 | 10110111 | 1001001 | 111010 | 0 | 11100 | 11100011 | 111010 | 101101 |
Color Harmonies of #314DB7
Complementary color
Monochromatic Colors of #314DB7
Black with #314DB7
Text Example
Text Example
White with #314DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314DB7; }
p { color: rgb(49,77,183); }
H1.HeaderClassName
{
color: #314DB7;
}
.AnyTagClassName
{
color: #314DB7;
}
</style>
background-color css
<style>
a { background-color: #314DB7; }
a { background-color: rgb(49,77,183); }
div.DivClassName
{
background-color: #314DB7;
}
.BgClassName
{
background-color: #314DB7;
}
</style>
border-color css
<style>
span { border-color: #314DB7; }
span { border-color: rgb(49,77,183); }
td.TdClassName
{
border-color: #314DB7;
}
.TagClassName
{
border-color: #314DB7;
}
</style>