Shades of Cerulean Blue #3154B7
Tints of Cerulean Blue #3154B7
RGB
CMYK
RGB Variations
Color information
#3154B7 (or 0x3154B7) is known color: Cerulean Blue. HEX triplet: 31, 54 and B7. RGB value is (49,84,183). Sum of RGB (Red+Green+Blue) = 49+84+183=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 183 (71.88% from 255 or 57.91% from 316); Max value from RGB is 183 - color contains mainly: blue. Hex color #3154B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3154B7 is #CEAB48. Grayscale: #545454. Windows color (decimal): -13544265 or 12014641. OLE color: 12014641.
HSL color Cylindrical-coordinate representation of color #3154B7: hue angle of 224.33º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3154B7 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 84 | 183 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.28 |
| HSL | 224.33º | 0.58% | 0.45% | - |
| HSV(B) | 224.33º | 0.73% | 0.72% | - |
| XYZ | 12.98 | 10.41 | 46.13 | - |
| YUV | 84.82 | 183.4 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 183 | 0.73 | 0.54 | 0 | 0.28 | 224.33 | 0.58 | 0.45 |
| Hex | 31 | 54 | B7 | 49 | 36 | 0 | 1C | E0 | 3A | 2D |
| Octal | 61 | 124 | 267 | 111 | 66 | 0 | 34 | 340 | 72 | 55 |
| Binary | 110001 | 1010100 | 10110111 | 1001001 | 110110 | 0 | 11100 | 11100000 | 111010 | 101101 |
Color Harmonies of #3154B7
Complementary color
Monochromatic Colors of #3154B7
Black with #3154B7
Text Example
Text Example
White with #3154B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3154B7; }
p { color: rgb(49,84,183); }
H1.HeaderClassName
{
color: #3154B7;
}
.AnyTagClassName
{
color: #3154B7;
}
</style>
background-color css
<style>
a { background-color: #3154B7; }
a { background-color: rgb(49,84,183); }
div.DivClassName
{
background-color: #3154B7;
}
.BgClassName
{
background-color: #3154B7;
}
</style>
border-color css
<style>
span { border-color: #3154B7; }
span { border-color: rgb(49,84,183); }
td.TdClassName
{
border-color: #3154B7;
}
.TagClassName
{
border-color: #3154B7;
}
</style>