Shades of Cerulean Blue #3154BD
Tints of Cerulean Blue #3154BD
RGB
CMYK
RGB Variations
Color information
#3154BD (or 0x3154BD) is known color: Cerulean Blue. HEX triplet: 31, 54 and BD. RGB value is (49,84,189). Sum of RGB (Red+Green+Blue) = 49+84+189=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 189 (74.22% from 255 or 58.70% from 322); Max value from RGB is 189 - color contains mainly: blue. Hex color #3154BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3154BD is #CEAB42. Grayscale: #555555. Windows color (decimal): -13544259 or 12407857. OLE color: 12407857.
HSL color Cylindrical-coordinate representation of color #3154BD: hue angle of 225º 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 #3154BD is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 84 | 189 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.26 |
| HSL | 225º | 0.59% | 0.47% | - |
| HSV(B) | 225º | 0.74% | 0.74% | - |
| XYZ | 13.62 | 10.67 | 49.49 | - |
| YUV | 85.51 | 186.4 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 189 | 0.74 | 0.56 | 0 | 0.26 | 225 | 0.59 | 0.47 |
| Hex | 31 | 54 | BD | 4A | 38 | 0 | 1A | E1 | 3B | 2F |
| Octal | 61 | 124 | 275 | 112 | 70 | 0 | 32 | 341 | 73 | 57 |
| Binary | 110001 | 1010100 | 10111101 | 1001010 | 111000 | 0 | 11010 | 11100001 | 111011 | 101111 |
Color Harmonies of #3154BD
Complementary color
Monochromatic Colors of #3154BD
Black with #3154BD
Text Example
Text Example
White with #3154BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3154BD; }
p { color: rgb(49,84,189); }
H1.HeaderClassName
{
color: #3154BD;
}
.AnyTagClassName
{
color: #3154BD;
}
</style>
background-color css
<style>
a { background-color: #3154BD; }
a { background-color: rgb(49,84,189); }
div.DivClassName
{
background-color: #3154BD;
}
.BgClassName
{
background-color: #3154BD;
}
</style>
border-color css
<style>
span { border-color: #3154BD; }
span { border-color: rgb(49,84,189); }
td.TdClassName
{
border-color: #3154BD;
}
.TagClassName
{
border-color: #3154BD;
}
</style>