Shades of Cerulean Blue #3150D0
Tints of Cerulean Blue #3150D0
RGB
CMYK
RGB Variations
Color information
#3150D0 (or 0x3150D0) is known color: Cerulean Blue. HEX triplet: 31, 50 and D0. RGB value is (49,80,208). Sum of RGB (Red+Green+Blue) = 49+80+208=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 208 (81.64% from 255 or 61.72% from 337); Max value from RGB is 208 - color contains mainly: blue. Hex color #3150D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3150D0 is #CEAF2F. Grayscale: #545454. Windows color (decimal): -13545264 or 13652017. OLE color: 13652017.
HSL color Cylindrical-coordinate representation of color #3150D0: hue angle of 228.3º 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 #3150D0 is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 80 | 208 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.18 |
| HSL | 228.3º | 0.63% | 0.5% | - |
| HSV(B) | 228.3º | 0.76% | 0.82% | - |
| XYZ | 15.52 | 10.94 | 60.97 | - |
| YUV | 85.32 | 197.23 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 208 | 0.76 | 0.62 | 0 | 0.18 | 228.3 | 0.63 | 0.5 |
| Hex | 31 | 50 | D0 | 4C | 3E | 0 | 12 | E4 | 3F | 32 |
| Octal | 61 | 120 | 320 | 114 | 76 | 0 | 22 | 344 | 77 | 62 |
| Binary | 110001 | 1010000 | 11010000 | 1001100 | 111110 | 0 | 10010 | 11100100 | 111111 | 110010 |
Color Harmonies of #3150D0
Complementary color
Monochromatic Colors of #3150D0
Black with #3150D0
Text Example
Text Example
White with #3150D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3150D0; }
p { color: rgb(49,80,208); }
H1.HeaderClassName
{
color: #3150D0;
}
.AnyTagClassName
{
color: #3150D0;
}
</style>
background-color css
<style>
a { background-color: #3150D0; }
a { background-color: rgb(49,80,208); }
div.DivClassName
{
background-color: #3150D0;
}
.BgClassName
{
background-color: #3150D0;
}
</style>
border-color css
<style>
span { border-color: #3150D0; }
span { border-color: rgb(49,80,208); }
td.TdClassName
{
border-color: #3150D0;
}
.TagClassName
{
border-color: #3150D0;
}
</style>