Shades of Cerulean Blue #3048BC
Tints of Cerulean Blue #3048BC
RGB
CMYK
RGB Variations
Color information
#3048BC (or 0x3048BC) is known color: Cerulean Blue. HEX triplet: 30, 48 and BC. RGB value is (48,72,188). Sum of RGB (Red+Green+Blue) = 48+72+188=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #3048BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3048BC is #CFB743. Grayscale: #4D4D4D. Windows color (decimal): -13612868 or 12339248. OLE color: 12339248.
HSL color Cylindrical-coordinate representation of color #3048BC: hue angle of 229.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3048BC is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 72 | 188 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.26 |
| HSL | 229.71º | 0.59% | 0.46% | - |
| HSV(B) | 229.71º | 0.74% | 0.74% | - |
| XYZ | 12.61 | 8.89 | 48.63 | - |
| YUV | 78.05 | 190.05 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 188 | 0.74 | 0.62 | 0 | 0.26 | 229.71 | 0.59 | 0.46 |
| Hex | 30 | 48 | BC | 4A | 3E | 0 | 1A | E6 | 3B | 2E |
| Octal | 60 | 110 | 274 | 112 | 76 | 0 | 32 | 346 | 73 | 56 |
| Binary | 110000 | 1001000 | 10111100 | 1001010 | 111110 | 0 | 11010 | 11100110 | 111011 | 101110 |
Color Harmonies of #3048BC
Complementary color
Monochromatic Colors of #3048BC
Black with #3048BC
Text Example
Text Example
White with #3048BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3048BC; }
p { color: rgb(48,72,188); }
H1.HeaderClassName
{
color: #3048BC;
}
.AnyTagClassName
{
color: #3048BC;
}
</style>
background-color css
<style>
a { background-color: #3048BC; }
a { background-color: rgb(48,72,188); }
div.DivClassName
{
background-color: #3048BC;
}
.BgClassName
{
background-color: #3048BC;
}
</style>
border-color css
<style>
span { border-color: #3048BC; }
span { border-color: rgb(48,72,188); }
td.TdClassName
{
border-color: #3048BC;
}
.TagClassName
{
border-color: #3048BC;
}
</style>