Shades of Cerulean Blue #3154AB
Tints of Cerulean Blue #3154AB
RGB
CMYK
RGB Variations
Color information
#3154AB (or 0x3154AB) is known color: Cerulean Blue. HEX triplet: 31, 54 and AB. RGB value is (49,84,171). Sum of RGB (Red+Green+Blue) = 49+84+171=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #3154AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3154AB is #CEAB54. Grayscale: #535353. Windows color (decimal): -13544277 or 11228209. OLE color: 11228209.
HSL color Cylindrical-coordinate representation of color #3154AB: hue angle of 222.79º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3154AB is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 84 | 171 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.33 |
| HSL | 222.79º | 0.55% | 0.43% | - |
| HSV(B) | 222.79º | 0.71% | 0.67% | - |
| XYZ | 11.79 | 9.93 | 39.82 | - |
| YUV | 83.45 | 177.4 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 171 | 0.71 | 0.51 | 0 | 0.33 | 222.79 | 0.55 | 0.43 |
| Hex | 31 | 54 | AB | 47 | 33 | 0 | 21 | DF | 37 | 2B |
| Octal | 61 | 124 | 253 | 107 | 63 | 0 | 41 | 337 | 67 | 53 |
| Binary | 110001 | 1010100 | 10101011 | 1000111 | 110011 | 0 | 100001 | 11011111 | 110111 | 101011 |
Color Harmonies of #3154AB
Complementary color
Monochromatic Colors of #3154AB
Black with #3154AB
Text Example
Text Example
White with #3154AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3154AB; }
p { color: rgb(49,84,171); }
H1.HeaderClassName
{
color: #3154AB;
}
.AnyTagClassName
{
color: #3154AB;
}
</style>
background-color css
<style>
a { background-color: #3154AB; }
a { background-color: rgb(49,84,171); }
div.DivClassName
{
background-color: #3154AB;
}
.BgClassName
{
background-color: #3154AB;
}
</style>
border-color css
<style>
span { border-color: #3154AB; }
span { border-color: rgb(49,84,171); }
td.TdClassName
{
border-color: #3154AB;
}
.TagClassName
{
border-color: #3154AB;
}
</style>