Shades of Cerulean Blue #3163BC
Tints of Cerulean Blue #3163BC
RGB
CMYK
RGB Variations
Color information
#3163BC (or 0x3163BC) is known color: Cerulean Blue. HEX triplet: 31, 63 and BC. RGB value is (49,99,188). Sum of RGB (Red+Green+Blue) = 49+99+188=336 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.58% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #3163BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3163BC is #CE9C43. Grayscale: #5D5D5D. Windows color (decimal): -13540420 or 12346161. OLE color: 12346161.
HSL color Cylindrical-coordinate representation of color #3163BC: hue angle of 218.42º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3163BC is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 99 | 188 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.26 |
| HSL | 218.42º | 0.59% | 0.46% | - |
| HSV(B) | 218.42º | 0.74% | 0.74% | - |
| XYZ | 14.81 | 13.21 | 49.35 | - |
| YUV | 94.2 | 180.94 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 99 | 188 | 0.74 | 0.47 | 0 | 0.26 | 218.42 | 0.59 | 0.46 |
| Hex | 31 | 63 | BC | 4A | 2F | 0 | 1A | DA | 3B | 2E |
| Octal | 61 | 143 | 274 | 112 | 57 | 0 | 32 | 332 | 73 | 56 |
| Binary | 110001 | 1100011 | 10111100 | 1001010 | 101111 | 0 | 11010 | 11011010 | 111011 | 101110 |
Color Harmonies of #3163BC
Complementary color
Monochromatic Colors of #3163BC
Black with #3163BC
Text Example
Text Example
White with #3163BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3163BC; }
p { color: rgb(49,99,188); }
H1.HeaderClassName
{
color: #3163BC;
}
.AnyTagClassName
{
color: #3163BC;
}
</style>
background-color css
<style>
a { background-color: #3163BC; }
a { background-color: rgb(49,99,188); }
div.DivClassName
{
background-color: #3163BC;
}
.BgClassName
{
background-color: #3163BC;
}
</style>
border-color css
<style>
span { border-color: #3163BC; }
span { border-color: rgb(49,99,188); }
td.TdClassName
{
border-color: #3163BC;
}
.TagClassName
{
border-color: #3163BC;
}
</style>