Shades of Cerulean Blue #3142BB
Tints of Cerulean Blue #3142BB
RGB
CMYK
RGB Variations
Color information
#3142BB (or 0x3142BB) is known color: Cerulean Blue. HEX triplet: 31, 42 and BB. RGB value is (49,66,187). Sum of RGB (Red+Green+Blue) = 49+66+187=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #3142BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3142BB is #CEBD44. Grayscale: #4A4A4A. Windows color (decimal): -13548869 or 12272177. OLE color: 12272177.
HSL color Cylindrical-coordinate representation of color #3142BB: hue angle of 232.61º 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 #3142BB is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 66 | 187 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.27 |
| HSL | 232.61º | 0.58% | 0.46% | - |
| HSV(B) | 232.61º | 0.74% | 0.73% | - |
| XYZ | 12.18 | 8.14 | 47.94 | - |
| YUV | 74.71 | 191.37 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 187 | 0.74 | 0.65 | 0 | 0.27 | 232.61 | 0.58 | 0.46 |
| Hex | 31 | 42 | BB | 4A | 41 | 0 | 1B | E9 | 3A | 2E |
| Octal | 61 | 102 | 273 | 112 | 101 | 0 | 33 | 351 | 72 | 56 |
| Binary | 110001 | 1000010 | 10111011 | 1001010 | 1000001 | 0 | 11011 | 11101001 | 111010 | 101110 |
Color Harmonies of #3142BB
Complementary color
Monochromatic Colors of #3142BB
Black with #3142BB
Text Example
Text Example
White with #3142BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3142BB; }
p { color: rgb(49,66,187); }
H1.HeaderClassName
{
color: #3142BB;
}
.AnyTagClassName
{
color: #3142BB;
}
</style>
background-color css
<style>
a { background-color: #3142BB; }
a { background-color: rgb(49,66,187); }
div.DivClassName
{
background-color: #3142BB;
}
.BgClassName
{
background-color: #3142BB;
}
</style>
border-color css
<style>
span { border-color: #3142BB; }
span { border-color: rgb(49,66,187); }
td.TdClassName
{
border-color: #3142BB;
}
.TagClassName
{
border-color: #3142BB;
}
</style>