Shades of Cerulean Blue #3147BA
Tints of Cerulean Blue #3147BA
RGB
CMYK
RGB Variations
Color information
#3147BA (or 0x3147BA) is known color: Cerulean Blue. HEX triplet: 31, 47 and BA. RGB value is (49,71,186). Sum of RGB (Red+Green+Blue) = 49+71+186=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #3147BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3147BA is #CEB845. Grayscale: #4D4D4D. Windows color (decimal): -13547590 or 12207921. OLE color: 12207921.
HSL color Cylindrical-coordinate representation of color #3147BA: hue angle of 230.36º 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 #3147BA is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 71 | 186 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.27 |
| HSL | 230.37º | 0.58% | 0.46% | - |
| HSV(B) | 230.37º | 0.74% | 0.73% | - |
| XYZ | 12.38 | 8.7 | 47.48 | - |
| YUV | 77.53 | 189.21 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 71 | 186 | 0.74 | 0.62 | 0 | 0.27 | 230.37 | 0.58 | 0.46 |
| Hex | 31 | 47 | BA | 4A | 3E | 0 | 1B | E6 | 3A | 2E |
| Octal | 61 | 107 | 272 | 112 | 76 | 0 | 33 | 346 | 72 | 56 |
| Binary | 110001 | 1000111 | 10111010 | 1001010 | 111110 | 0 | 11011 | 11100110 | 111010 | 101110 |
Color Harmonies of #3147BA
Complementary color
Monochromatic Colors of #3147BA
Black with #3147BA
Text Example
Text Example
White with #3147BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3147BA; }
p { color: rgb(49,71,186); }
H1.HeaderClassName
{
color: #3147BA;
}
.AnyTagClassName
{
color: #3147BA;
}
</style>
background-color css
<style>
a { background-color: #3147BA; }
a { background-color: rgb(49,71,186); }
div.DivClassName
{
background-color: #3147BA;
}
.BgClassName
{
background-color: #3147BA;
}
</style>
border-color css
<style>
span { border-color: #3147BA; }
span { border-color: rgb(49,71,186); }
td.TdClassName
{
border-color: #3147BA;
}
.TagClassName
{
border-color: #3147BA;
}
</style>