Shades of Cerulean Blue #3154BA
Tints of Cerulean Blue #3154BA
RGB
CMYK
RGB Variations
Color information
#3154BA (or 0x3154BA) is known color: Cerulean Blue. HEX triplet: 31, 54 and BA. RGB value is (49,84,186). Sum of RGB (Red+Green+Blue) = 49+84+186=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #3154BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3154BA is #CEAB45. Grayscale: #545454. Windows color (decimal): -13544262 or 12211249. OLE color: 12211249.
HSL color Cylindrical-coordinate representation of color #3154BA: hue angle of 224.67º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3154BA is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 84 | 186 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.27 |
| HSL | 224.67º | 0.58% | 0.46% | - |
| HSV(B) | 224.67º | 0.74% | 0.73% | - |
| XYZ | 13.3 | 10.54 | 47.79 | - |
| YUV | 85.16 | 184.9 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 186 | 0.74 | 0.55 | 0 | 0.27 | 224.67 | 0.58 | 0.46 |
| Hex | 31 | 54 | BA | 4A | 37 | 0 | 1B | E1 | 3A | 2E |
| Octal | 61 | 124 | 272 | 112 | 67 | 0 | 33 | 341 | 72 | 56 |
| Binary | 110001 | 1010100 | 10111010 | 1001010 | 110111 | 0 | 11011 | 11100001 | 111010 | 101110 |
Color Harmonies of #3154BA
Complementary color
Monochromatic Colors of #3154BA
Black with #3154BA
Text Example
Text Example
White with #3154BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3154BA; }
p { color: rgb(49,84,186); }
H1.HeaderClassName
{
color: #3154BA;
}
.AnyTagClassName
{
color: #3154BA;
}
</style>
background-color css
<style>
a { background-color: #3154BA; }
a { background-color: rgb(49,84,186); }
div.DivClassName
{
background-color: #3154BA;
}
.BgClassName
{
background-color: #3154BA;
}
</style>
border-color css
<style>
span { border-color: #3154BA; }
span { border-color: rgb(49,84,186); }
td.TdClassName
{
border-color: #3154BA;
}
.TagClassName
{
border-color: #3154BA;
}
</style>