Shades of Cerulean Blue #3048BA
Tints of Cerulean Blue #3048BA
RGB
CMYK
RGB Variations
Color information
#3048BA (or 0x3048BA) is known color: Cerulean Blue. HEX triplet: 30, 48 and BA. RGB value is (48,72,186). Sum of RGB (Red+Green+Blue) = 48+72+186=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #3048BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3048BA is #CFB745. Grayscale: #4D4D4D. Windows color (decimal): -13612870 or 12208176. OLE color: 12208176.
HSL color Cylindrical-coordinate representation of color #3048BA: hue angle of 229.57º 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 #3048BA is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 72 | 186 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.27 |
| HSL | 229.57º | 0.59% | 0.46% | - |
| HSV(B) | 229.57º | 0.74% | 0.73% | - |
| XYZ | 12.4 | 8.81 | 47.5 | - |
| YUV | 77.82 | 189.05 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 186 | 0.74 | 0.61 | 0 | 0.27 | 229.57 | 0.59 | 0.46 |
| Hex | 30 | 48 | BA | 4A | 3D | 0 | 1B | E6 | 3B | 2E |
| Octal | 60 | 110 | 272 | 112 | 75 | 0 | 33 | 346 | 73 | 56 |
| Binary | 110000 | 1001000 | 10111010 | 1001010 | 111101 | 0 | 11011 | 11100110 | 111011 | 101110 |
Color Harmonies of #3048BA
Complementary color
Monochromatic Colors of #3048BA
Black with #3048BA
Text Example
Text Example
White with #3048BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3048BA; }
p { color: rgb(48,72,186); }
H1.HeaderClassName
{
color: #3048BA;
}
.AnyTagClassName
{
color: #3048BA;
}
</style>
background-color css
<style>
a { background-color: #3048BA; }
a { background-color: rgb(48,72,186); }
div.DivClassName
{
background-color: #3048BA;
}
.BgClassName
{
background-color: #3048BA;
}
</style>
border-color css
<style>
span { border-color: #3048BA; }
span { border-color: rgb(48,72,186); }
td.TdClassName
{
border-color: #3048BA;
}
.TagClassName
{
border-color: #3048BA;
}
</style>