Shades of Cerulean Blue #3048B7
Tints of Cerulean Blue #3048B7
RGB
CMYK
RGB Variations
Color information
#3048B7 (or 0x3048B7) is known color: Cerulean Blue. HEX triplet: 30, 48 and B7. RGB value is (48,72,183). Sum of RGB (Red+Green+Blue) = 48+72+183=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 183 (71.88% from 255 or 60.40% from 303); Max value from RGB is 183 - color contains mainly: blue. Hex color #3048B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3048B7 is #CFB748. Grayscale: #4D4D4D. Windows color (decimal): -13612873 or 12011568. OLE color: 12011568.
HSL color Cylindrical-coordinate representation of color #3048B7: hue angle of 229.33º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3048B7 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 72 | 183 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.28 |
| HSL | 229.33º | 0.58% | 0.45% | - |
| HSV(B) | 229.33º | 0.74% | 0.72% | - |
| XYZ | 12.08 | 8.68 | 45.84 | - |
| YUV | 77.48 | 187.55 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 183 | 0.74 | 0.61 | 0 | 0.28 | 229.33 | 0.58 | 0.45 |
| Hex | 30 | 48 | B7 | 4A | 3D | 0 | 1C | E5 | 3A | 2D |
| Octal | 60 | 110 | 267 | 112 | 75 | 0 | 34 | 345 | 72 | 55 |
| Binary | 110000 | 1001000 | 10110111 | 1001010 | 111101 | 0 | 11100 | 11100101 | 111010 | 101101 |
Color Harmonies of #3048B7
Complementary color
Monochromatic Colors of #3048B7
Black with #3048B7
Text Example
Text Example
White with #3048B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3048B7; }
p { color: rgb(48,72,183); }
H1.HeaderClassName
{
color: #3048B7;
}
.AnyTagClassName
{
color: #3048B7;
}
</style>
background-color css
<style>
a { background-color: #3048B7; }
a { background-color: rgb(48,72,183); }
div.DivClassName
{
background-color: #3048B7;
}
.BgClassName
{
background-color: #3048B7;
}
</style>
border-color css
<style>
span { border-color: #3048B7; }
span { border-color: rgb(48,72,183); }
td.TdClassName
{
border-color: #3048B7;
}
.TagClassName
{
border-color: #3048B7;
}
</style>