Shades of Cerulean Blue #314BBE
Tints of Cerulean Blue #314BBE
RGB
CMYK
RGB Variations
Color information
#314BBE (or 0x314BBE) is known color: Cerulean Blue. HEX triplet: 31, 4B and BE. RGB value is (49,75,190). Sum of RGB (Red+Green+Blue) = 49+75+190=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #314BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314BBE is #CEB441. Grayscale: #4F4F4F. Windows color (decimal): -13546562 or 12471089. OLE color: 12471089.
HSL color Cylindrical-coordinate representation of color #314BBE: hue angle of 228.94º 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 #314BBE is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 75 | 190 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.25 |
| HSL | 228.94º | 0.59% | 0.47% | - |
| HSV(B) | 228.94º | 0.74% | 0.75% | - |
| XYZ | 13.08 | 9.4 | 49.84 | - |
| YUV | 80.34 | 189.89 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 75 | 190 | 0.74 | 0.61 | 0 | 0.25 | 228.94 | 0.59 | 0.47 |
| Hex | 31 | 4B | BE | 4A | 3D | 0 | 19 | E5 | 3B | 2F |
| Octal | 61 | 113 | 276 | 112 | 75 | 0 | 31 | 345 | 73 | 57 |
| Binary | 110001 | 1001011 | 10111110 | 1001010 | 111101 | 0 | 11001 | 11100101 | 111011 | 101111 |
Color Harmonies of #314BBE
Complementary color
Monochromatic Colors of #314BBE
Black with #314BBE
Text Example
Text Example
White with #314BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314BBE; }
p { color: rgb(49,75,190); }
H1.HeaderClassName
{
color: #314BBE;
}
.AnyTagClassName
{
color: #314BBE;
}
</style>
background-color css
<style>
a { background-color: #314BBE; }
a { background-color: rgb(49,75,190); }
div.DivClassName
{
background-color: #314BBE;
}
.BgClassName
{
background-color: #314BBE;
}
</style>
border-color css
<style>
span { border-color: #314BBE; }
span { border-color: rgb(49,75,190); }
td.TdClassName
{
border-color: #314BBE;
}
.TagClassName
{
border-color: #314BBE;
}
</style>