Shades of Cerulean Blue #3156BB
Tints of Cerulean Blue #3156BB
RGB
CMYK
RGB Variations
Color information
#3156BB (or 0x3156BB) is known color: Cerulean Blue. HEX triplet: 31, 56 and BB. RGB value is (49,86,187). Sum of RGB (Red+Green+Blue) = 49+86+187=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #3156BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3156BB is #CEA944. Grayscale: #565656. Windows color (decimal): -13543749 or 12277297. OLE color: 12277297.
HSL color Cylindrical-coordinate representation of color #3156BB: hue angle of 223.91º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3156BB is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 86 | 187 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.27 |
| HSL | 223.91º | 0.58% | 0.46% | - |
| HSV(B) | 223.91º | 0.74% | 0.73% | - |
| XYZ | 13.56 | 10.9 | 48.4 | - |
| YUV | 86.45 | 184.74 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 86 | 187 | 0.74 | 0.54 | 0 | 0.27 | 223.91 | 0.58 | 0.46 |
| Hex | 31 | 56 | BB | 4A | 36 | 0 | 1B | E0 | 3A | 2E |
| Octal | 61 | 126 | 273 | 112 | 66 | 0 | 33 | 340 | 72 | 56 |
| Binary | 110001 | 1010110 | 10111011 | 1001010 | 110110 | 0 | 11011 | 11100000 | 111010 | 101110 |
Color Harmonies of #3156BB
Complementary color
Monochromatic Colors of #3156BB
Black with #3156BB
Text Example
Text Example
White with #3156BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3156BB; }
p { color: rgb(49,86,187); }
H1.HeaderClassName
{
color: #3156BB;
}
.AnyTagClassName
{
color: #3156BB;
}
</style>
background-color css
<style>
a { background-color: #3156BB; }
a { background-color: rgb(49,86,187); }
div.DivClassName
{
background-color: #3156BB;
}
.BgClassName
{
background-color: #3156BB;
}
</style>
border-color css
<style>
span { border-color: #3156BB; }
span { border-color: rgb(49,86,187); }
td.TdClassName
{
border-color: #3156BB;
}
.TagClassName
{
border-color: #3156BB;
}
</style>