Shades of Cerulean Blue #3150BA
Tints of Cerulean Blue #3150BA
RGB
CMYK
RGB Variations
Color information
#3150BA (or 0x3150BA) is known color: Cerulean Blue. HEX triplet: 31, 50 and BA. RGB value is (49,80,186). Sum of RGB (Red+Green+Blue) = 49+80+186=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #3150BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3150BA is #CEAF45. Grayscale: #525252. Windows color (decimal): -13545286 or 12210225. OLE color: 12210225.
HSL color Cylindrical-coordinate representation of color #3150BA: hue angle of 226.42º 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 #3150BA is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 80 | 186 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.27 |
| HSL | 226.42º | 0.58% | 0.46% | - |
| HSV(B) | 226.42º | 0.74% | 0.73% | - |
| XYZ | 13 | 9.94 | 47.69 | - |
| YUV | 82.82 | 186.23 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 186 | 0.74 | 0.57 | 0 | 0.27 | 226.42 | 0.58 | 0.46 |
| Hex | 31 | 50 | BA | 4A | 39 | 0 | 1B | E2 | 3A | 2E |
| Octal | 61 | 120 | 272 | 112 | 71 | 0 | 33 | 342 | 72 | 56 |
| Binary | 110001 | 1010000 | 10111010 | 1001010 | 111001 | 0 | 11011 | 11100010 | 111010 | 101110 |
Color Harmonies of #3150BA
Complementary color
Monochromatic Colors of #3150BA
Black with #3150BA
Text Example
Text Example
White with #3150BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3150BA; }
p { color: rgb(49,80,186); }
H1.HeaderClassName
{
color: #3150BA;
}
.AnyTagClassName
{
color: #3150BA;
}
</style>
background-color css
<style>
a { background-color: #3150BA; }
a { background-color: rgb(49,80,186); }
div.DivClassName
{
background-color: #3150BA;
}
.BgClassName
{
background-color: #3150BA;
}
</style>
border-color css
<style>
span { border-color: #3150BA; }
span { border-color: rgb(49,80,186); }
td.TdClassName
{
border-color: #3150BA;
}
.TagClassName
{
border-color: #3150BA;
}
</style>