Shades of Cerulean Blue #314DBB
Tints of Cerulean Blue #314DBB
RGB
CMYK
RGB Variations
Color information
#314DBB (or 0x314DBB) is known color: Cerulean Blue. HEX triplet: 31, 4D and BB. RGB value is (49,77,187). Sum of RGB (Red+Green+Blue) = 49+77+187=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #314DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314DBB is #CEB244. Grayscale: #505050. Windows color (decimal): -13546053 or 12274993. OLE color: 12274993.
HSL color Cylindrical-coordinate representation of color #314DBB: hue angle of 227.83º 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 #314DBB is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 77 | 187 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.27 |
| HSL | 227.83º | 0.58% | 0.46% | - |
| HSV(B) | 227.83º | 0.74% | 0.73% | - |
| XYZ | 12.89 | 9.55 | 48.18 | - |
| YUV | 81.17 | 187.72 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 187 | 0.74 | 0.59 | 0 | 0.27 | 227.83 | 0.58 | 0.46 |
| Hex | 31 | 4D | BB | 4A | 3B | 0 | 1B | E4 | 3A | 2E |
| Octal | 61 | 115 | 273 | 112 | 73 | 0 | 33 | 344 | 72 | 56 |
| Binary | 110001 | 1001101 | 10111011 | 1001010 | 111011 | 0 | 11011 | 11100100 | 111010 | 101110 |
Color Harmonies of #314DBB
Complementary color
Monochromatic Colors of #314DBB
Black with #314DBB
Text Example
Text Example
White with #314DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314DBB; }
p { color: rgb(49,77,187); }
H1.HeaderClassName
{
color: #314DBB;
}
.AnyTagClassName
{
color: #314DBB;
}
</style>
background-color css
<style>
a { background-color: #314DBB; }
a { background-color: rgb(49,77,187); }
div.DivClassName
{
background-color: #314DBB;
}
.BgClassName
{
background-color: #314DBB;
}
</style>
border-color css
<style>
span { border-color: #314DBB; }
span { border-color: rgb(49,77,187); }
td.TdClassName
{
border-color: #314DBB;
}
.TagClassName
{
border-color: #314DBB;
}
</style>