Shades of Cerulean Blue #3163C2
Tints of Cerulean Blue #3163C2
RGB
CMYK
RGB Variations
Color information
#3163C2 (or 0x3163C2) is known color: Cerulean Blue. HEX triplet: 31, 63 and C2. RGB value is (49,99,194). Sum of RGB (Red+Green+Blue) = 49+99+194=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 194 (76.17% from 255 or 56.73% from 342); Max value from RGB is 194 - color contains mainly: blue. Hex color #3163C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3163C2 is #CE9C3D. Grayscale: #5E5E5E. Windows color (decimal): -13540414 or 12739377. OLE color: 12739377.
HSL color Cylindrical-coordinate representation of color #3163C2: hue angle of 219.31º 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 #3163C2 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 99 | 194 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.24 |
| HSL | 219.31º | 0.6% | 0.48% | - |
| HSV(B) | 219.31º | 0.75% | 0.76% | - |
| XYZ | 15.47 | 13.47 | 52.82 | - |
| YUV | 94.88 | 183.94 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 99 | 194 | 0.75 | 0.49 | 0 | 0.24 | 219.31 | 0.6 | 0.48 |
| Hex | 31 | 63 | C2 | 4B | 31 | 0 | 18 | DB | 3C | 30 |
| Octal | 61 | 143 | 302 | 113 | 61 | 0 | 30 | 333 | 74 | 60 |
| Binary | 110001 | 1100011 | 11000010 | 1001011 | 110001 | 0 | 11000 | 11011011 | 111100 | 110000 |
Color Harmonies of #3163C2
Complementary color
Monochromatic Colors of #3163C2
Black with #3163C2
Text Example
Text Example
White with #3163C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3163C2; }
p { color: rgb(49,99,194); }
H1.HeaderClassName
{
color: #3163C2;
}
.AnyTagClassName
{
color: #3163C2;
}
</style>
background-color css
<style>
a { background-color: #3163C2; }
a { background-color: rgb(49,99,194); }
div.DivClassName
{
background-color: #3163C2;
}
.BgClassName
{
background-color: #3163C2;
}
</style>
border-color css
<style>
span { border-color: #3163C2; }
span { border-color: rgb(49,99,194); }
td.TdClassName
{
border-color: #3163C2;
}
.TagClassName
{
border-color: #3163C2;
}
</style>