Shades of Cerulean Blue #3146B2
Tints of Cerulean Blue #3146B2
RGB
CMYK
RGB Variations
Color information
#3146B2 (or 0x3146B2) is known color: Cerulean Blue. HEX triplet: 31, 46 and B2. RGB value is (49,70,178). Sum of RGB (Red+Green+Blue) = 49+70+178=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 178 (69.92% from 255 or 59.93% from 297); Max value from RGB is 178 - color contains mainly: blue. Hex color #3146B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3146B2 is #CEB94D. Grayscale: #4B4B4B. Windows color (decimal): -13547854 or 11683377. OLE color: 11683377.
HSL color Cylindrical-coordinate representation of color #3146B2: hue angle of 230.23º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3146B2 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 70 | 178 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.30 |
| HSL | 230.23º | 0.57% | 0.45% | - |
| HSV(B) | 230.23º | 0.72% | 0.7% | - |
| XYZ | 11.49 | 8.25 | 43.11 | - |
| YUV | 76.03 | 185.54 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 70 | 178 | 0.72 | 0.61 | 0 | 0.30 | 230.23 | 0.57 | 0.45 |
| Hex | 31 | 46 | B2 | 48 | 3D | 0 | 1E | E6 | 39 | 2D |
| Octal | 61 | 106 | 262 | 110 | 75 | 0 | 36 | 346 | 71 | 55 |
| Binary | 110001 | 1000110 | 10110010 | 1001000 | 111101 | 0 | 11110 | 11100110 | 111001 | 101101 |
Color Harmonies of #3146B2
Complementary color
Monochromatic Colors of #3146B2
Black with #3146B2
Text Example
Text Example
White with #3146B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3146B2; }
p { color: rgb(49,70,178); }
H1.HeaderClassName
{
color: #3146B2;
}
.AnyTagClassName
{
color: #3146B2;
}
</style>
background-color css
<style>
a { background-color: #3146B2; }
a { background-color: rgb(49,70,178); }
div.DivClassName
{
background-color: #3146B2;
}
.BgClassName
{
background-color: #3146B2;
}
</style>
border-color css
<style>
span { border-color: #3146B2; }
span { border-color: rgb(49,70,178); }
td.TdClassName
{
border-color: #3146B2;
}
.TagClassName
{
border-color: #3146B2;
}
</style>