Shades of Cerulean Blue #3141BB
Tints of Cerulean Blue #3141BB
RGB
CMYK
RGB Variations
Color information
#3141BB (or 0x3141BB) is known color: Cerulean Blue. HEX triplet: 31, 41 and BB. RGB value is (49,65,187). Sum of RGB (Red+Green+Blue) = 49+65+187=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #3141BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3141BB is #CEBE44. Grayscale: #494949. Windows color (decimal): -13549125 or 12271921. OLE color: 12271921.
HSL color Cylindrical-coordinate representation of color #3141BB: hue angle of 233.04º 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 #3141BB is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 65 | 187 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.27 |
| HSL | 233.04º | 0.58% | 0.46% | - |
| HSV(B) | 233.04º | 0.74% | 0.73% | - |
| XYZ | 12.13 | 8.02 | 47.92 | - |
| YUV | 74.12 | 191.7 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 187 | 0.74 | 0.65 | 0 | 0.27 | 233.04 | 0.58 | 0.46 |
| Hex | 31 | 41 | BB | 4A | 41 | 0 | 1B | E9 | 3A | 2E |
| Octal | 61 | 101 | 273 | 112 | 101 | 0 | 33 | 351 | 72 | 56 |
| Binary | 110001 | 1000001 | 10111011 | 1001010 | 1000001 | 0 | 11011 | 11101001 | 111010 | 101110 |
Color Harmonies of #3141BB
Complementary color
Monochromatic Colors of #3141BB
Black with #3141BB
Text Example
Text Example
White with #3141BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3141BB; }
p { color: rgb(49,65,187); }
H1.HeaderClassName
{
color: #3141BB;
}
.AnyTagClassName
{
color: #3141BB;
}
</style>
background-color css
<style>
a { background-color: #3141BB; }
a { background-color: rgb(49,65,187); }
div.DivClassName
{
background-color: #3141BB;
}
.BgClassName
{
background-color: #3141BB;
}
</style>
border-color css
<style>
span { border-color: #3141BB; }
span { border-color: rgb(49,65,187); }
td.TdClassName
{
border-color: #3141BB;
}
.TagClassName
{
border-color: #3141BB;
}
</style>