Shades of Cerulean Blue #3046BB
Tints of Cerulean Blue #3046BB
RGB
CMYK
RGB Variations
Color information
#3046BB (or 0x3046BB) is known color: Cerulean Blue. HEX triplet: 30, 46 and BB. RGB value is (48,70,187). Sum of RGB (Red+Green+Blue) = 48+70+187=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #3046BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3046BB is #CFB944. Grayscale: #4C4C4C. Windows color (decimal): -13613381 or 12273200. OLE color: 12273200.
HSL color Cylindrical-coordinate representation of color #3046BB: hue angle of 230.5º 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 #3046BB is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 70 | 187 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.27 |
| HSL | 230.5º | 0.59% | 0.46% | - |
| HSV(B) | 230.5º | 0.74% | 0.73% | - |
| XYZ | 12.38 | 8.6 | 48.02 | - |
| YUV | 76.76 | 190.21 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 187 | 0.74 | 0.63 | 0 | 0.27 | 230.5 | 0.59 | 0.46 |
| Hex | 30 | 46 | BB | 4A | 3F | 0 | 1B | E7 | 3B | 2E |
| Octal | 60 | 106 | 273 | 112 | 77 | 0 | 33 | 347 | 73 | 56 |
| Binary | 110000 | 1000110 | 10111011 | 1001010 | 111111 | 0 | 11011 | 11100111 | 111011 | 101110 |
Color Harmonies of #3046BB
Complementary color
Monochromatic Colors of #3046BB
Black with #3046BB
Text Example
Text Example
White with #3046BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3046BB; }
p { color: rgb(48,70,187); }
H1.HeaderClassName
{
color: #3046BB;
}
.AnyTagClassName
{
color: #3046BB;
}
</style>
background-color css
<style>
a { background-color: #3046BB; }
a { background-color: rgb(48,70,187); }
div.DivClassName
{
background-color: #3046BB;
}
.BgClassName
{
background-color: #3046BB;
}
</style>
border-color css
<style>
span { border-color: #3046BB; }
span { border-color: rgb(48,70,187); }
td.TdClassName
{
border-color: #3046BB;
}
.TagClassName
{
border-color: #3046BB;
}
</style>