Shades of Cerulean Blue #3157BC
Tints of Cerulean Blue #3157BC
RGB
CMYK
RGB Variations
Color information
#3157BC (or 0x3157BC) is known color: Cerulean Blue. HEX triplet: 31, 57 and BC. RGB value is (49,87,188). Sum of RGB (Red+Green+Blue) = 49+87+188=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #3157BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3157BC is #CEA843. Grayscale: #565656. Windows color (decimal): -13543492 or 12343089. OLE color: 12343089.
HSL color Cylindrical-coordinate representation of color #3157BC: hue angle of 223.6º 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 #3157BC is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 87 | 188 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.26 |
| HSL | 223.6º | 0.59% | 0.46% | - |
| HSV(B) | 223.6º | 0.74% | 0.74% | - |
| XYZ | 13.75 | 11.1 | 48.99 | - |
| YUV | 87.15 | 184.91 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 87 | 188 | 0.74 | 0.54 | 0 | 0.26 | 223.6 | 0.59 | 0.46 |
| Hex | 31 | 57 | BC | 4A | 36 | 0 | 1A | E0 | 3B | 2E |
| Octal | 61 | 127 | 274 | 112 | 66 | 0 | 32 | 340 | 73 | 56 |
| Binary | 110001 | 1010111 | 10111100 | 1001010 | 110110 | 0 | 11010 | 11100000 | 111011 | 101110 |
Color Harmonies of #3157BC
Complementary color
Monochromatic Colors of #3157BC
Black with #3157BC
Text Example
Text Example
White with #3157BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3157BC; }
p { color: rgb(49,87,188); }
H1.HeaderClassName
{
color: #3157BC;
}
.AnyTagClassName
{
color: #3157BC;
}
</style>
background-color css
<style>
a { background-color: #3157BC; }
a { background-color: rgb(49,87,188); }
div.DivClassName
{
background-color: #3157BC;
}
.BgClassName
{
background-color: #3157BC;
}
</style>
border-color css
<style>
span { border-color: #3157BC; }
span { border-color: rgb(49,87,188); }
td.TdClassName
{
border-color: #3157BC;
}
.TagClassName
{
border-color: #3157BC;
}
</style>