Shades of Cerulean Blue #3163CE
Tints of Cerulean Blue #3163CE
RGB
CMYK
RGB Variations
Color information
#3163CE (or 0x3163CE) is known color: Cerulean Blue. HEX triplet: 31, 63 and CE. RGB value is (49,99,206). Sum of RGB (Red+Green+Blue) = 49+99+206=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #3163CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3163CE is #CE9C31. Grayscale: #5F5F5F. Windows color (decimal): -13540402 or 13525809. OLE color: 13525809.
HSL color Cylindrical-coordinate representation of color #3163CE: hue angle of 220.89º 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 #3163CE is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 99 | 206 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.19 |
| HSL | 220.89º | 0.62% | 0.5% | - |
| HSV(B) | 220.89º | 0.76% | 0.81% | - |
| XYZ | 16.87 | 14.03 | 60.21 | - |
| YUV | 96.25 | 189.94 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 99 | 206 | 0.76 | 0.52 | 0 | 0.19 | 220.89 | 0.62 | 0.5 |
| Hex | 31 | 63 | CE | 4C | 34 | 0 | 13 | DD | 3E | 32 |
| Octal | 61 | 143 | 316 | 114 | 64 | 0 | 23 | 335 | 76 | 62 |
| Binary | 110001 | 1100011 | 11001110 | 1001100 | 110100 | 0 | 10011 | 11011101 | 111110 | 110010 |
Color Harmonies of #3163CE
Complementary color
Monochromatic Colors of #3163CE
Black with #3163CE
Text Example
Text Example
White with #3163CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3163CE; }
p { color: rgb(49,99,206); }
H1.HeaderClassName
{
color: #3163CE;
}
.AnyTagClassName
{
color: #3163CE;
}
</style>
background-color css
<style>
a { background-color: #3163CE; }
a { background-color: rgb(49,99,206); }
div.DivClassName
{
background-color: #3163CE;
}
.BgClassName
{
background-color: #3163CE;
}
</style>
border-color css
<style>
span { border-color: #3163CE; }
span { border-color: rgb(49,99,206); }
td.TdClassName
{
border-color: #3163CE;
}
.TagClassName
{
border-color: #3163CE;
}
</style>