Shades of Cerulean Blue #3151D0
Tints of Cerulean Blue #3151D0
RGB
CMYK
RGB Variations
Color information
#3151D0 (or 0x3151D0) is known color: Cerulean Blue. HEX triplet: 31, 51 and D0. RGB value is (49,81,208). Sum of RGB (Red+Green+Blue) = 49+81+208=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 208 (81.64% from 255 or 61.54% from 338); Max value from RGB is 208 - color contains mainly: blue. Hex color #3151D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3151D0 is #CEAE2F. Grayscale: #555555. Windows color (decimal): -13545008 or 13652273. OLE color: 13652273.
HSL color Cylindrical-coordinate representation of color #3151D0: hue angle of 227.92º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3151D0 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 81 | 208 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.18 |
| HSL | 227.92º | 0.63% | 0.5% | - |
| HSV(B) | 227.92º | 0.76% | 0.82% | - |
| XYZ | 15.59 | 11.09 | 60.99 | - |
| YUV | 85.91 | 196.9 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 208 | 0.76 | 0.61 | 0 | 0.18 | 227.92 | 0.63 | 0.5 |
| Hex | 31 | 51 | D0 | 4C | 3D | 0 | 12 | E4 | 3F | 32 |
| Octal | 61 | 121 | 320 | 114 | 75 | 0 | 22 | 344 | 77 | 62 |
| Binary | 110001 | 1010001 | 11010000 | 1001100 | 111101 | 0 | 10010 | 11100100 | 111111 | 110010 |
Color Harmonies of #3151D0
Complementary color
Monochromatic Colors of #3151D0
Black with #3151D0
Text Example
Text Example
White with #3151D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3151D0; }
p { color: rgb(49,81,208); }
H1.HeaderClassName
{
color: #3151D0;
}
.AnyTagClassName
{
color: #3151D0;
}
</style>
background-color css
<style>
a { background-color: #3151D0; }
a { background-color: rgb(49,81,208); }
div.DivClassName
{
background-color: #3151D0;
}
.BgClassName
{
background-color: #3151D0;
}
</style>
border-color css
<style>
span { border-color: #3151D0; }
span { border-color: rgb(49,81,208); }
td.TdClassName
{
border-color: #3151D0;
}
.TagClassName
{
border-color: #3151D0;
}
</style>