Shades of Cerulean Blue #3159BD
Tints of Cerulean Blue #3159BD
RGB
CMYK
RGB Variations
Color information
#3159BD (or 0x3159BD) is known color: Cerulean Blue. HEX triplet: 31, 59 and BD. RGB value is (49,89,189). Sum of RGB (Red+Green+Blue) = 49+89+189=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #3159BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3159BD is #CEA642. Grayscale: #585858. Windows color (decimal): -13542979 or 12409137. OLE color: 12409137.
HSL color Cylindrical-coordinate representation of color #3159BD: hue angle of 222.86º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3159BD is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 89 | 189 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.26 |
| HSL | 222.86º | 0.59% | 0.47% | - |
| HSV(B) | 222.86º | 0.74% | 0.74% | - |
| XYZ | 14.02 | 11.47 | 49.62 | - |
| YUV | 88.44 | 184.75 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 89 | 189 | 0.74 | 0.53 | 0 | 0.26 | 222.86 | 0.59 | 0.47 |
| Hex | 31 | 59 | BD | 4A | 35 | 0 | 1A | DF | 3B | 2F |
| Octal | 61 | 131 | 275 | 112 | 65 | 0 | 32 | 337 | 73 | 57 |
| Binary | 110001 | 1011001 | 10111101 | 1001010 | 110101 | 0 | 11010 | 11011111 | 111011 | 101111 |
Color Harmonies of #3159BD
Complementary color
Monochromatic Colors of #3159BD
Black with #3159BD
Text Example
Text Example
White with #3159BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3159BD; }
p { color: rgb(49,89,189); }
H1.HeaderClassName
{
color: #3159BD;
}
.AnyTagClassName
{
color: #3159BD;
}
</style>
background-color css
<style>
a { background-color: #3159BD; }
a { background-color: rgb(49,89,189); }
div.DivClassName
{
background-color: #3159BD;
}
.BgClassName
{
background-color: #3159BD;
}
</style>
border-color css
<style>
span { border-color: #3159BD; }
span { border-color: rgb(49,89,189); }
td.TdClassName
{
border-color: #3159BD;
}
.TagClassName
{
border-color: #3159BD;
}
</style>