Shades of Cerulean Blue #3155BD
Tints of Cerulean Blue #3155BD
RGB
CMYK
RGB Variations
Color information
#3155BD (or 0x3155BD) is known color: Cerulean Blue. HEX triplet: 31, 55 and BD. RGB value is (49,85,189). Sum of RGB (Red+Green+Blue) = 49+85+189=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 189 (74.22% from 255 or 58.51% from 323); Max value from RGB is 189 - color contains mainly: blue. Hex color #3155BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3155BD is #CEAA42. Grayscale: #555555. Windows color (decimal): -13544003 or 12408113. OLE color: 12408113.
HSL color Cylindrical-coordinate representation of color #3155BD: hue angle of 224.57º 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 #3155BD is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 85 | 189 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.26 |
| HSL | 224.57º | 0.59% | 0.47% | - |
| HSV(B) | 224.57º | 0.74% | 0.74% | - |
| XYZ | 13.7 | 10.82 | 49.51 | - |
| YUV | 86.09 | 186.07 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 85 | 189 | 0.74 | 0.55 | 0 | 0.26 | 224.57 | 0.59 | 0.47 |
| Hex | 31 | 55 | BD | 4A | 37 | 0 | 1A | E1 | 3B | 2F |
| Octal | 61 | 125 | 275 | 112 | 67 | 0 | 32 | 341 | 73 | 57 |
| Binary | 110001 | 1010101 | 10111101 | 1001010 | 110111 | 0 | 11010 | 11100001 | 111011 | 101111 |
Color Harmonies of #3155BD
Complementary color
Monochromatic Colors of #3155BD
Black with #3155BD
Text Example
Text Example
White with #3155BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3155BD; }
p { color: rgb(49,85,189); }
H1.HeaderClassName
{
color: #3155BD;
}
.AnyTagClassName
{
color: #3155BD;
}
</style>
background-color css
<style>
a { background-color: #3155BD; }
a { background-color: rgb(49,85,189); }
div.DivClassName
{
background-color: #3155BD;
}
.BgClassName
{
background-color: #3155BD;
}
</style>
border-color css
<style>
span { border-color: #3155BD; }
span { border-color: rgb(49,85,189); }
td.TdClassName
{
border-color: #3155BD;
}
.TagClassName
{
border-color: #3155BD;
}
</style>