Shades of Cerulean Blue #3048CE
Tints of Cerulean Blue #3048CE
RGB
CMYK
RGB Variations
Color information
#3048CE (or 0x3048CE) is known color: Cerulean Blue. HEX triplet: 30, 48 and CE. RGB value is (48,72,206). Sum of RGB (Red+Green+Blue) = 48+72+206=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #3048CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3048CE is #CFB731. Grayscale: #4F4F4F. Windows color (decimal): -13612850 or 13518896. OLE color: 13518896.
HSL color Cylindrical-coordinate representation of color #3048CE: hue angle of 230.89º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3048CE is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 72 | 206 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.19 |
| HSL | 230.89º | 0.62% | 0.5% | - |
| HSV(B) | 230.89º | 0.77% | 0.81% | - |
| XYZ | 14.68 | 9.72 | 59.49 | - |
| YUV | 80.1 | 199.05 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 206 | 0.77 | 0.65 | 0 | 0.19 | 230.89 | 0.62 | 0.5 |
| Hex | 30 | 48 | CE | 4D | 41 | 0 | 13 | E7 | 3E | 32 |
| Octal | 60 | 110 | 316 | 115 | 101 | 0 | 23 | 347 | 76 | 62 |
| Binary | 110000 | 1001000 | 11001110 | 1001101 | 1000001 | 0 | 10011 | 11100111 | 111110 | 110010 |
Color Harmonies of #3048CE
Complementary color
Monochromatic Colors of #3048CE
Black with #3048CE
Text Example
Text Example
White with #3048CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3048CE; }
p { color: rgb(48,72,206); }
H1.HeaderClassName
{
color: #3048CE;
}
.AnyTagClassName
{
color: #3048CE;
}
</style>
background-color css
<style>
a { background-color: #3048CE; }
a { background-color: rgb(48,72,206); }
div.DivClassName
{
background-color: #3048CE;
}
.BgClassName
{
background-color: #3048CE;
}
</style>
border-color css
<style>
span { border-color: #3048CE; }
span { border-color: rgb(48,72,206); }
td.TdClassName
{
border-color: #3048CE;
}
.TagClassName
{
border-color: #3048CE;
}
</style>