Shades of Cerulean Blue #316DC2
Tints of Cerulean Blue #316DC2
RGB
CMYK
RGB Variations
Color information
#316DC2 (or 0x316DC2) is known color: Cerulean Blue. HEX triplet: 31, 6D and C2. RGB value is (49,109,194). Sum of RGB (Red+Green+Blue) = 49+109+194=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 194 (76.17% from 255 or 55.11% from 352); Max value from RGB is 194 - color contains mainly: blue. Hex color #316DC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316DC2 is #CE923D. Grayscale: #646464. Windows color (decimal): -13537854 or 12741937. OLE color: 12741937.
HSL color Cylindrical-coordinate representation of color #316DC2: hue angle of 215.17º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #316DC2 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 109 | 194 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.24 |
| HSL | 215.17º | 0.6% | 0.48% | - |
| HSV(B) | 215.17º | 0.75% | 0.76% | - |
| XYZ | 16.47 | 15.49 | 53.16 | - |
| YUV | 100.75 | 180.62 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 194 | 0.75 | 0.44 | 0 | 0.24 | 215.17 | 0.6 | 0.48 |
| Hex | 31 | 6D | C2 | 4B | 2C | 0 | 18 | D7 | 3C | 30 |
| Octal | 61 | 155 | 302 | 113 | 54 | 0 | 30 | 327 | 74 | 60 |
| Binary | 110001 | 1101101 | 11000010 | 1001011 | 101100 | 0 | 11000 | 11010111 | 111100 | 110000 |
Color Harmonies of #316DC2
Complementary color
Monochromatic Colors of #316DC2
Black with #316DC2
Text Example
Text Example
White with #316DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316DC2; }
p { color: rgb(49,109,194); }
H1.HeaderClassName
{
color: #316DC2;
}
.AnyTagClassName
{
color: #316DC2;
}
</style>
background-color css
<style>
a { background-color: #316DC2; }
a { background-color: rgb(49,109,194); }
div.DivClassName
{
background-color: #316DC2;
}
.BgClassName
{
background-color: #316DC2;
}
</style>
border-color css
<style>
span { border-color: #316DC2; }
span { border-color: rgb(49,109,194); }
td.TdClassName
{
border-color: #316DC2;
}
.TagClassName
{
border-color: #316DC2;
}
</style>