Shades of Cerulean Blue #314CBE
Tints of Cerulean Blue #314CBE
RGB
CMYK
RGB Variations
Color information
#314CBE (or 0x314CBE) is known color: Cerulean Blue. HEX triplet: 31, 4C and BE. RGB value is (49,76,190). Sum of RGB (Red+Green+Blue) = 49+76+190=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #314CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314CBE is #CEB341. Grayscale: #505050. Windows color (decimal): -13546306 or 12471345. OLE color: 12471345.
HSL color Cylindrical-coordinate representation of color #314CBE: hue angle of 228.51º 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 #314CBE is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 76 | 190 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.25 |
| HSL | 228.51º | 0.59% | 0.47% | - |
| HSV(B) | 228.51º | 0.74% | 0.75% | - |
| XYZ | 13.15 | 9.54 | 49.86 | - |
| YUV | 80.92 | 189.55 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 190 | 0.74 | 0.60 | 0 | 0.25 | 228.51 | 0.59 | 0.47 |
| Hex | 31 | 4C | BE | 4A | 3C | 0 | 19 | E5 | 3B | 2F |
| Octal | 61 | 114 | 276 | 112 | 74 | 0 | 31 | 345 | 73 | 57 |
| Binary | 110001 | 1001100 | 10111110 | 1001010 | 111100 | 0 | 11001 | 11100101 | 111011 | 101111 |
Color Harmonies of #314CBE
Complementary color
Monochromatic Colors of #314CBE
Black with #314CBE
Text Example
Text Example
White with #314CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314CBE; }
p { color: rgb(49,76,190); }
H1.HeaderClassName
{
color: #314CBE;
}
.AnyTagClassName
{
color: #314CBE;
}
</style>
background-color css
<style>
a { background-color: #314CBE; }
a { background-color: rgb(49,76,190); }
div.DivClassName
{
background-color: #314CBE;
}
.BgClassName
{
background-color: #314CBE;
}
</style>
border-color css
<style>
span { border-color: #314CBE; }
span { border-color: rgb(49,76,190); }
td.TdClassName
{
border-color: #314CBE;
}
.TagClassName
{
border-color: #314CBE;
}
</style>