Shades of Cerulean Blue #3154B5
Tints of Cerulean Blue #3154B5
RGB
CMYK
RGB Variations
Color information
#3154B5 (or 0x3154B5) is known color: Cerulean Blue. HEX triplet: 31, 54 and B5. RGB value is (49,84,181). Sum of RGB (Red+Green+Blue) = 49+84+181=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 181 (71.09% from 255 or 57.64% from 314); Max value from RGB is 181 - color contains mainly: blue. Hex color #3154B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3154B5 is #CEAB4A. Grayscale: #545454. Windows color (decimal): -13544267 or 11883569. OLE color: 11883569.
HSL color Cylindrical-coordinate representation of color #3154B5: hue angle of 224.09º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3154B5 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 84 | 181 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.29 |
| HSL | 224.09º | 0.57% | 0.45% | - |
| HSV(B) | 224.09º | 0.73% | 0.71% | - |
| XYZ | 12.78 | 10.33 | 45.04 | - |
| YUV | 84.59 | 182.4 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 181 | 0.73 | 0.54 | 0 | 0.29 | 224.09 | 0.57 | 0.45 |
| Hex | 31 | 54 | B5 | 49 | 36 | 0 | 1D | E0 | 39 | 2D |
| Octal | 61 | 124 | 265 | 111 | 66 | 0 | 35 | 340 | 71 | 55 |
| Binary | 110001 | 1010100 | 10110101 | 1001001 | 110110 | 0 | 11101 | 11100000 | 111001 | 101101 |
Color Harmonies of #3154B5
Complementary color
Monochromatic Colors of #3154B5
Black with #3154B5
Text Example
Text Example
White with #3154B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3154B5; }
p { color: rgb(49,84,181); }
H1.HeaderClassName
{
color: #3154B5;
}
.AnyTagClassName
{
color: #3154B5;
}
</style>
background-color css
<style>
a { background-color: #3154B5; }
a { background-color: rgb(49,84,181); }
div.DivClassName
{
background-color: #3154B5;
}
.BgClassName
{
background-color: #3154B5;
}
</style>
border-color css
<style>
span { border-color: #3154B5; }
span { border-color: rgb(49,84,181); }
td.TdClassName
{
border-color: #3154B5;
}
.TagClassName
{
border-color: #3154B5;
}
</style>