Shades of Cerulean Blue #3046BA
Tints of Cerulean Blue #3046BA
RGB
CMYK
RGB Variations
Color information
#3046BA (or 0x3046BA) is known color: Cerulean Blue. HEX triplet: 30, 46 and BA. RGB value is (48,70,186). Sum of RGB (Red+Green+Blue) = 48+70+186=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #3046BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3046BA is #CFB945. Grayscale: #4C4C4C. Windows color (decimal): -13613382 or 12207664. OLE color: 12207664.
HSL color Cylindrical-coordinate representation of color #3046BA: hue angle of 230.43º degrees, saturation: 0.59, 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 #3046BA is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 70 | 186 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.27 |
| HSL | 230.43º | 0.59% | 0.46% | - |
| HSV(B) | 230.43º | 0.74% | 0.73% | - |
| XYZ | 12.27 | 8.55 | 47.46 | - |
| YUV | 76.65 | 189.71 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 186 | 0.74 | 0.62 | 0 | 0.27 | 230.43 | 0.59 | 0.46 |
| Hex | 30 | 46 | BA | 4A | 3E | 0 | 1B | E6 | 3B | 2E |
| Octal | 60 | 106 | 272 | 112 | 76 | 0 | 33 | 346 | 73 | 56 |
| Binary | 110000 | 1000110 | 10111010 | 1001010 | 111110 | 0 | 11011 | 11100110 | 111011 | 101110 |
Color Harmonies of #3046BA
Complementary color
Monochromatic Colors of #3046BA
Black with #3046BA
Text Example
Text Example
White with #3046BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3046BA; }
p { color: rgb(48,70,186); }
H1.HeaderClassName
{
color: #3046BA;
}
.AnyTagClassName
{
color: #3046BA;
}
</style>
background-color css
<style>
a { background-color: #3046BA; }
a { background-color: rgb(48,70,186); }
div.DivClassName
{
background-color: #3046BA;
}
.BgClassName
{
background-color: #3046BA;
}
</style>
border-color css
<style>
span { border-color: #3046BA; }
span { border-color: rgb(48,70,186); }
td.TdClassName
{
border-color: #3046BA;
}
.TagClassName
{
border-color: #3046BA;
}
</style>