Shades of Cerulean Blue #3154D0
Tints of Cerulean Blue #3154D0
RGB
CMYK
RGB Variations
Color information
#3154D0 (or 0x3154D0) is known color: Cerulean Blue. HEX triplet: 31, 54 and D0. RGB value is (49,84,208). Sum of RGB (Red+Green+Blue) = 49+84+208=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 208 (81.64% from 255 or 61.00% from 341); Max value from RGB is 208 - color contains mainly: blue. Hex color #3154D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3154D0 is #CEAB2F. Grayscale: #575757. Windows color (decimal): -13544240 or 13653041. OLE color: 13653041.
HSL color Cylindrical-coordinate representation of color #3154D0: hue angle of 226.79º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3154D0 is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 84 | 208 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.18 |
| HSL | 226.79º | 0.63% | 0.5% | - |
| HSV(B) | 226.79º | 0.76% | 0.82% | - |
| XYZ | 15.82 | 11.55 | 61.07 | - |
| YUV | 87.67 | 195.9 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 208 | 0.76 | 0.60 | 0 | 0.18 | 226.79 | 0.63 | 0.5 |
| Hex | 31 | 54 | D0 | 4C | 3C | 0 | 12 | E3 | 3F | 32 |
| Octal | 61 | 124 | 320 | 114 | 74 | 0 | 22 | 343 | 77 | 62 |
| Binary | 110001 | 1010100 | 11010000 | 1001100 | 111100 | 0 | 10010 | 11100011 | 111111 | 110010 |
Color Harmonies of #3154D0
Complementary color
Monochromatic Colors of #3154D0
Black with #3154D0
Text Example
Text Example
White with #3154D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3154D0; }
p { color: rgb(49,84,208); }
H1.HeaderClassName
{
color: #3154D0;
}
.AnyTagClassName
{
color: #3154D0;
}
</style>
background-color css
<style>
a { background-color: #3154D0; }
a { background-color: rgb(49,84,208); }
div.DivClassName
{
background-color: #3154D0;
}
.BgClassName
{
background-color: #3154D0;
}
</style>
border-color css
<style>
span { border-color: #3154D0; }
span { border-color: rgb(49,84,208); }
td.TdClassName
{
border-color: #3154D0;
}
.TagClassName
{
border-color: #3154D0;
}
</style>