Shades of Cerulean Blue #314EBA
Tints of Cerulean Blue #314EBA
RGB
CMYK
RGB Variations
Color information
#314EBA (or 0x314EBA) is known color: Cerulean Blue. HEX triplet: 31, 4E and BA. RGB value is (49,78,186). Sum of RGB (Red+Green+Blue) = 49+78+186=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #314EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314EBA is #CEB145. Grayscale: #515151. Windows color (decimal): -13545798 or 12209713. OLE color: 12209713.
HSL color Cylindrical-coordinate representation of color #314EBA: hue angle of 227.3º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #314EBA is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 78 | 186 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.27 |
| HSL | 227.3º | 0.58% | 0.46% | - |
| HSV(B) | 227.3º | 0.74% | 0.73% | - |
| XYZ | 12.85 | 9.65 | 47.64 | - |
| YUV | 81.64 | 186.89 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 78 | 186 | 0.74 | 0.58 | 0 | 0.27 | 227.3 | 0.58 | 0.46 |
| Hex | 31 | 4E | BA | 4A | 3A | 0 | 1B | E3 | 3A | 2E |
| Octal | 61 | 116 | 272 | 112 | 72 | 0 | 33 | 343 | 72 | 56 |
| Binary | 110001 | 1001110 | 10111010 | 1001010 | 111010 | 0 | 11011 | 11100011 | 111010 | 101110 |
Color Harmonies of #314EBA
Complementary color
Monochromatic Colors of #314EBA
Black with #314EBA
Text Example
Text Example
White with #314EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314EBA; }
p { color: rgb(49,78,186); }
H1.HeaderClassName
{
color: #314EBA;
}
.AnyTagClassName
{
color: #314EBA;
}
</style>
background-color css
<style>
a { background-color: #314EBA; }
a { background-color: rgb(49,78,186); }
div.DivClassName
{
background-color: #314EBA;
}
.BgClassName
{
background-color: #314EBA;
}
</style>
border-color css
<style>
span { border-color: #314EBA; }
span { border-color: rgb(49,78,186); }
td.TdClassName
{
border-color: #314EBA;
}
.TagClassName
{
border-color: #314EBA;
}
</style>