Shades of Cerulean Blue #3154B9
Tints of Cerulean Blue #3154B9
RGB
CMYK
RGB Variations
Color information
#3154B9 (or 0x3154B9) is known color: Cerulean Blue. HEX triplet: 31, 54 and B9. RGB value is (49,84,185). Sum of RGB (Red+Green+Blue) = 49+84+185=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 185 (72.66% from 255 or 58.18% from 318); Max value from RGB is 185 - color contains mainly: blue. Hex color #3154B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3154B9 is #CEAB46. Grayscale: #545454. Windows color (decimal): -13544263 or 12145713. OLE color: 12145713.
HSL color Cylindrical-coordinate representation of color #3154B9: hue angle of 224.56º 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 #3154B9 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 84 | 185 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.27 |
| HSL | 224.56º | 0.58% | 0.46% | - |
| HSV(B) | 224.56º | 0.74% | 0.73% | - |
| XYZ | 13.19 | 10.5 | 47.23 | - |
| YUV | 85.05 | 184.4 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 185 | 0.74 | 0.55 | 0 | 0.27 | 224.56 | 0.58 | 0.46 |
| Hex | 31 | 54 | B9 | 4A | 37 | 0 | 1B | E1 | 3A | 2E |
| Octal | 61 | 124 | 271 | 112 | 67 | 0 | 33 | 341 | 72 | 56 |
| Binary | 110001 | 1010100 | 10111001 | 1001010 | 110111 | 0 | 11011 | 11100001 | 111010 | 101110 |
Color Harmonies of #3154B9
Complementary color
Monochromatic Colors of #3154B9
Black with #3154B9
Text Example
Text Example
White with #3154B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3154B9; }
p { color: rgb(49,84,185); }
H1.HeaderClassName
{
color: #3154B9;
}
.AnyTagClassName
{
color: #3154B9;
}
</style>
background-color css
<style>
a { background-color: #3154B9; }
a { background-color: rgb(49,84,185); }
div.DivClassName
{
background-color: #3154B9;
}
.BgClassName
{
background-color: #3154B9;
}
</style>
border-color css
<style>
span { border-color: #3154B9; }
span { border-color: rgb(49,84,185); }
td.TdClassName
{
border-color: #3154B9;
}
.TagClassName
{
border-color: #3154B9;
}
</style>