Shades of Cerulean Blue #3048B9
Tints of Cerulean Blue #3048B9
RGB
CMYK
RGB Variations
Color information
#3048B9 (or 0x3048B9) is known color: Cerulean Blue. HEX triplet: 30, 48 and B9. RGB value is (48,72,185). Sum of RGB (Red+Green+Blue) = 48+72+185=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 185 (72.66% from 255 or 60.66% from 305); Max value from RGB is 185 - color contains mainly: blue. Hex color #3048B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3048B9 is #CFB746. Grayscale: #4D4D4D. Windows color (decimal): -13612871 or 12142640. OLE color: 12142640.
HSL color Cylindrical-coordinate representation of color #3048B9: hue angle of 229.49º 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 #3048B9 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 72 | 185 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.27 |
| HSL | 229.49º | 0.59% | 0.46% | - |
| HSV(B) | 229.49º | 0.74% | 0.73% | - |
| XYZ | 12.29 | 8.77 | 46.94 | - |
| YUV | 77.71 | 188.55 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 185 | 0.74 | 0.61 | 0 | 0.27 | 229.49 | 0.59 | 0.46 |
| Hex | 30 | 48 | B9 | 4A | 3D | 0 | 1B | E5 | 3B | 2E |
| Octal | 60 | 110 | 271 | 112 | 75 | 0 | 33 | 345 | 73 | 56 |
| Binary | 110000 | 1001000 | 10111001 | 1001010 | 111101 | 0 | 11011 | 11100101 | 111011 | 101110 |
Color Harmonies of #3048B9
Complementary color
Monochromatic Colors of #3048B9
Black with #3048B9
Text Example
Text Example
White with #3048B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3048B9; }
p { color: rgb(48,72,185); }
H1.HeaderClassName
{
color: #3048B9;
}
.AnyTagClassName
{
color: #3048B9;
}
</style>
background-color css
<style>
a { background-color: #3048B9; }
a { background-color: rgb(48,72,185); }
div.DivClassName
{
background-color: #3048B9;
}
.BgClassName
{
background-color: #3048B9;
}
</style>
border-color css
<style>
span { border-color: #3048B9; }
span { border-color: rgb(48,72,185); }
td.TdClassName
{
border-color: #3048B9;
}
.TagClassName
{
border-color: #3048B9;
}
</style>