Shades of Cerulean Blue #3151BD
Tints of Cerulean Blue #3151BD
RGB
CMYK
RGB Variations
Color information
#3151BD (or 0x3151BD) is known color: Cerulean Blue. HEX triplet: 31, 51 and BD. RGB value is (49,81,189). Sum of RGB (Red+Green+Blue) = 49+81+189=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #3151BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3151BD is #CEAE42. Grayscale: #535353. Windows color (decimal): -13545027 or 12407089. OLE color: 12407089.
HSL color Cylindrical-coordinate representation of color #3151BD: hue angle of 226.29º 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 #3151BD is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 81 | 189 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.26 |
| HSL | 226.29º | 0.59% | 0.47% | - |
| HSV(B) | 226.29º | 0.74% | 0.74% | - |
| XYZ | 13.39 | 10.21 | 49.41 | - |
| YUV | 83.74 | 187.4 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 189 | 0.74 | 0.57 | 0 | 0.26 | 226.29 | 0.59 | 0.47 |
| Hex | 31 | 51 | BD | 4A | 39 | 0 | 1A | E2 | 3B | 2F |
| Octal | 61 | 121 | 275 | 112 | 71 | 0 | 32 | 342 | 73 | 57 |
| Binary | 110001 | 1010001 | 10111101 | 1001010 | 111001 | 0 | 11010 | 11100010 | 111011 | 101111 |
Color Harmonies of #3151BD
Complementary color
Monochromatic Colors of #3151BD
Black with #3151BD
Text Example
Text Example
White with #3151BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3151BD; }
p { color: rgb(49,81,189); }
H1.HeaderClassName
{
color: #3151BD;
}
.AnyTagClassName
{
color: #3151BD;
}
</style>
background-color css
<style>
a { background-color: #3151BD; }
a { background-color: rgb(49,81,189); }
div.DivClassName
{
background-color: #3151BD;
}
.BgClassName
{
background-color: #3151BD;
}
</style>
border-color css
<style>
span { border-color: #3151BD; }
span { border-color: rgb(49,81,189); }
td.TdClassName
{
border-color: #3151BD;
}
.TagClassName
{
border-color: #3151BD;
}
</style>