Shades of Cerulean Blue #3060BA
Tints of Cerulean Blue #3060BA
RGB
CMYK
RGB Variations
Color information
#3060BA (or 0x3060BA) is known color: Cerulean Blue. HEX triplet: 30, 60 and BA. RGB value is (48,96,186). Sum of RGB (Red+Green+Blue) = 48+96+186=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #3060BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3060BA is #CF9F45. Grayscale: #5B5B5B. Windows color (decimal): -13606726 or 12214320. OLE color: 12214320.
HSL color Cylindrical-coordinate representation of color #3060BA: hue angle of 219.13º 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 #3060BA is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 96 | 186 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.27 |
| HSL | 219.13º | 0.59% | 0.46% | - |
| HSV(B) | 219.13º | 0.74% | 0.73% | - |
| XYZ | 14.26 | 12.54 | 48.12 | - |
| YUV | 91.91 | 181.1 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 96 | 186 | 0.74 | 0.48 | 0 | 0.27 | 219.13 | 0.59 | 0.46 |
| Hex | 30 | 60 | BA | 4A | 30 | 0 | 1B | DB | 3B | 2E |
| Octal | 60 | 140 | 272 | 112 | 60 | 0 | 33 | 333 | 73 | 56 |
| Binary | 110000 | 1100000 | 10111010 | 1001010 | 110000 | 0 | 11011 | 11011011 | 111011 | 101110 |
Color Harmonies of #3060BA
Complementary color
Monochromatic Colors of #3060BA
Black with #3060BA
Text Example
Text Example
White with #3060BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3060BA; }
p { color: rgb(48,96,186); }
H1.HeaderClassName
{
color: #3060BA;
}
.AnyTagClassName
{
color: #3060BA;
}
</style>
background-color css
<style>
a { background-color: #3060BA; }
a { background-color: rgb(48,96,186); }
div.DivClassName
{
background-color: #3060BA;
}
.BgClassName
{
background-color: #3060BA;
}
</style>
border-color css
<style>
span { border-color: #3060BA; }
span { border-color: rgb(48,96,186); }
td.TdClassName
{
border-color: #3060BA;
}
.TagClassName
{
border-color: #3060BA;
}
</style>