Shades of Cerulean Blue #3141BA
Tints of Cerulean Blue #3141BA
RGB
CMYK
RGB Variations
Color information
#3141BA (or 0x3141BA) is known color: Cerulean Blue. HEX triplet: 31, 41 and BA. RGB value is (49,65,186). Sum of RGB (Red+Green+Blue) = 49+65+186=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #3141BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3141BA is #CEBE45. Grayscale: #494949. Windows color (decimal): -13549126 or 12206385. OLE color: 12206385.
HSL color Cylindrical-coordinate representation of color #3141BA: hue angle of 232.99º 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 #3141BA is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 65 | 186 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.27 |
| HSL | 232.99º | 0.58% | 0.46% | - |
| HSV(B) | 232.99º | 0.74% | 0.73% | - |
| XYZ | 12.02 | 7.98 | 47.36 | - |
| YUV | 74.01 | 191.2 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 186 | 0.74 | 0.65 | 0 | 0.27 | 232.99 | 0.58 | 0.46 |
| Hex | 31 | 41 | BA | 4A | 41 | 0 | 1B | E9 | 3A | 2E |
| Octal | 61 | 101 | 272 | 112 | 101 | 0 | 33 | 351 | 72 | 56 |
| Binary | 110001 | 1000001 | 10111010 | 1001010 | 1000001 | 0 | 11011 | 11101001 | 111010 | 101110 |
Color Harmonies of #3141BA
Complementary color
Monochromatic Colors of #3141BA
Black with #3141BA
Text Example
Text Example
White with #3141BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3141BA; }
p { color: rgb(49,65,186); }
H1.HeaderClassName
{
color: #3141BA;
}
.AnyTagClassName
{
color: #3141BA;
}
</style>
background-color css
<style>
a { background-color: #3141BA; }
a { background-color: rgb(49,65,186); }
div.DivClassName
{
background-color: #3141BA;
}
.BgClassName
{
background-color: #3141BA;
}
</style>
border-color css
<style>
span { border-color: #3141BA; }
span { border-color: rgb(49,65,186); }
td.TdClassName
{
border-color: #3141BA;
}
.TagClassName
{
border-color: #3141BA;
}
</style>