Shades of Cerulean Blue #3048CF
Tints of Cerulean Blue #3048CF
RGB
CMYK
RGB Variations
Color information
#3048CF (or 0x3048CF) is known color: Cerulean Blue. HEX triplet: 30, 48 and CF. RGB value is (48,72,207). Sum of RGB (Red+Green+Blue) = 48+72+207=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 207 (81.25% from 255 or 63.30% from 327); Max value from RGB is 207 - color contains mainly: blue. Hex color #3048CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3048CF is #CFB730. Grayscale: #4F4F4F. Windows color (decimal): -13612849 or 13584432. OLE color: 13584432.
HSL color Cylindrical-coordinate representation of color #3048CF: hue angle of 230.94º 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 #3048CF is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 72 | 207 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.19 |
| HSL | 230.94º | 0.62% | 0.5% | - |
| HSV(B) | 230.94º | 0.77% | 0.81% | - |
| XYZ | 14.8 | 9.77 | 60.14 | - |
| YUV | 80.21 | 199.55 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 207 | 0.77 | 0.65 | 0 | 0.19 | 230.94 | 0.62 | 0.5 |
| Hex | 30 | 48 | CF | 4D | 41 | 0 | 13 | E7 | 3E | 32 |
| Octal | 60 | 110 | 317 | 115 | 101 | 0 | 23 | 347 | 76 | 62 |
| Binary | 110000 | 1001000 | 11001111 | 1001101 | 1000001 | 0 | 10011 | 11100111 | 111110 | 110010 |
Color Harmonies of #3048CF
Complementary color
Monochromatic Colors of #3048CF
Black with #3048CF
Text Example
Text Example
White with #3048CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3048CF; }
p { color: rgb(48,72,207); }
H1.HeaderClassName
{
color: #3048CF;
}
.AnyTagClassName
{
color: #3048CF;
}
</style>
background-color css
<style>
a { background-color: #3048CF; }
a { background-color: rgb(48,72,207); }
div.DivClassName
{
background-color: #3048CF;
}
.BgClassName
{
background-color: #3048CF;
}
</style>
border-color css
<style>
span { border-color: #3048CF; }
span { border-color: rgb(48,72,207); }
td.TdClassName
{
border-color: #3048CF;
}
.TagClassName
{
border-color: #3048CF;
}
</style>