Shades of Cerulean Blue #3149CF
Tints of Cerulean Blue #3149CF
RGB
CMYK
RGB Variations
Color information
#3149CF (or 0x3149CF) is known color: Cerulean Blue. HEX triplet: 31, 49 and CF. RGB value is (49,73,207). Sum of RGB (Red+Green+Blue) = 49+73+207=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #3149CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3149CF is #CEB630. Grayscale: #505050. Windows color (decimal): -13547057 or 13584689. OLE color: 13584689.
HSL color Cylindrical-coordinate representation of color #3149CF: hue angle of 230.89º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3149CF is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 73 | 207 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.19 |
| HSL | 230.89º | 0.62% | 0.5% | - |
| HSV(B) | 230.89º | 0.76% | 0.81% | - |
| XYZ | 14.91 | 9.92 | 60.16 | - |
| YUV | 81.1 | 199.05 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 73 | 207 | 0.76 | 0.65 | 0 | 0.19 | 230.89 | 0.62 | 0.5 |
| Hex | 31 | 49 | CF | 4C | 41 | 0 | 13 | E7 | 3E | 32 |
| Octal | 61 | 111 | 317 | 114 | 101 | 0 | 23 | 347 | 76 | 62 |
| Binary | 110001 | 1001001 | 11001111 | 1001100 | 1000001 | 0 | 10011 | 11100111 | 111110 | 110010 |
Color Harmonies of #3149CF
Complementary color
Monochromatic Colors of #3149CF
Black with #3149CF
Text Example
Text Example
White with #3149CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3149CF; }
p { color: rgb(49,73,207); }
H1.HeaderClassName
{
color: #3149CF;
}
.AnyTagClassName
{
color: #3149CF;
}
</style>
background-color css
<style>
a { background-color: #3149CF; }
a { background-color: rgb(49,73,207); }
div.DivClassName
{
background-color: #3149CF;
}
.BgClassName
{
background-color: #3149CF;
}
</style>
border-color css
<style>
span { border-color: #3149CF; }
span { border-color: rgb(49,73,207); }
td.TdClassName
{
border-color: #3149CF;
}
.TagClassName
{
border-color: #3149CF;
}
</style>