Shades of Cerulean Blue #316DBF
Tints of Cerulean Blue #316DBF
RGB
CMYK
RGB Variations
Color information
#316DBF (or 0x316DBF) is known color: Cerulean Blue. HEX triplet: 31, 6D and BF. RGB value is (49,109,191). Sum of RGB (Red+Green+Blue) = 49+109+191=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #316DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316DBF is #CE9240. Grayscale: #646464. Windows color (decimal): -13537857 or 12545329. OLE color: 12545329.
HSL color Cylindrical-coordinate representation of color #316DBF: hue angle of 214.65º 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 #316DBF is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 109 | 191 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.25 |
| HSL | 214.65º | 0.59% | 0.47% | - |
| HSV(B) | 214.65º | 0.74% | 0.75% | - |
| XYZ | 16.14 | 15.35 | 51.4 | - |
| YUV | 100.41 | 179.12 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 191 | 0.74 | 0.43 | 0 | 0.25 | 214.65 | 0.59 | 0.47 |
| Hex | 31 | 6D | BF | 4A | 2B | 0 | 19 | D7 | 3B | 2F |
| Octal | 61 | 155 | 277 | 112 | 53 | 0 | 31 | 327 | 73 | 57 |
| Binary | 110001 | 1101101 | 10111111 | 1001010 | 101011 | 0 | 11001 | 11010111 | 111011 | 101111 |
Color Harmonies of #316DBF
Complementary color
Monochromatic Colors of #316DBF
Black with #316DBF
Text Example
Text Example
White with #316DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316DBF; }
p { color: rgb(49,109,191); }
H1.HeaderClassName
{
color: #316DBF;
}
.AnyTagClassName
{
color: #316DBF;
}
</style>
background-color css
<style>
a { background-color: #316DBF; }
a { background-color: rgb(49,109,191); }
div.DivClassName
{
background-color: #316DBF;
}
.BgClassName
{
background-color: #316DBF;
}
</style>
border-color css
<style>
span { border-color: #316DBF; }
span { border-color: rgb(49,109,191); }
td.TdClassName
{
border-color: #316DBF;
}
.TagClassName
{
border-color: #316DBF;
}
</style>