Shades of Cerulean Blue #3163CF
Tints of Cerulean Blue #3163CF
RGB
CMYK
RGB Variations
Color information
#3163CF (or 0x3163CF) is known color: Cerulean Blue. HEX triplet: 31, 63 and CF. RGB value is (49,99,207). Sum of RGB (Red+Green+Blue) = 49+99+207=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #3163CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3163CF is #CE9C30. Grayscale: #5F5F5F. Windows color (decimal): -13540401 or 13591345. OLE color: 13591345.
HSL color Cylindrical-coordinate representation of color #3163CF: hue angle of 221.01º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3163CF is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 99 | 207 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.19 |
| HSL | 221.01º | 0.62% | 0.5% | - |
| HSV(B) | 221.01º | 0.76% | 0.81% | - |
| XYZ | 16.99 | 14.08 | 60.85 | - |
| YUV | 96.36 | 190.44 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 99 | 207 | 0.76 | 0.52 | 0 | 0.19 | 221.01 | 0.62 | 0.5 |
| Hex | 31 | 63 | CF | 4C | 34 | 0 | 13 | DD | 3E | 32 |
| Octal | 61 | 143 | 317 | 114 | 64 | 0 | 23 | 335 | 76 | 62 |
| Binary | 110001 | 1100011 | 11001111 | 1001100 | 110100 | 0 | 10011 | 11011101 | 111110 | 110010 |
Color Harmonies of #3163CF
Complementary color
Monochromatic Colors of #3163CF
Black with #3163CF
Text Example
Text Example
White with #3163CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3163CF; }
p { color: rgb(49,99,207); }
H1.HeaderClassName
{
color: #3163CF;
}
.AnyTagClassName
{
color: #3163CF;
}
</style>
background-color css
<style>
a { background-color: #3163CF; }
a { background-color: rgb(49,99,207); }
div.DivClassName
{
background-color: #3163CF;
}
.BgClassName
{
background-color: #3163CF;
}
</style>
border-color css
<style>
span { border-color: #3163CF; }
span { border-color: rgb(49,99,207); }
td.TdClassName
{
border-color: #3163CF;
}
.TagClassName
{
border-color: #3163CF;
}
</style>