Shades of Cerulean Blue #3058BA
Tints of Cerulean Blue #3058BA
RGB
CMYK
RGB Variations
Color information
#3058BA (or 0x3058BA) is known color: Cerulean Blue. HEX triplet: 30, 58 and BA. RGB value is (48,88,186). Sum of RGB (Red+Green+Blue) = 48+88+186=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #3058BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3058BA is #CFA745. Grayscale: #565656. Windows color (decimal): -13608774 or 12212272. OLE color: 12212272.
HSL color Cylindrical-coordinate representation of color #3058BA: hue angle of 222.61º 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 #3058BA is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 88 | 186 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.27 |
| HSL | 222.61º | 0.59% | 0.46% | - |
| HSV(B) | 222.61º | 0.74% | 0.73% | - |
| XYZ | 13.57 | 11.15 | 47.89 | - |
| YUV | 87.21 | 183.75 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 88 | 186 | 0.74 | 0.53 | 0 | 0.27 | 222.61 | 0.59 | 0.46 |
| Hex | 30 | 58 | BA | 4A | 35 | 0 | 1B | DF | 3B | 2E |
| Octal | 60 | 130 | 272 | 112 | 65 | 0 | 33 | 337 | 73 | 56 |
| Binary | 110000 | 1011000 | 10111010 | 1001010 | 110101 | 0 | 11011 | 11011111 | 111011 | 101110 |
Color Harmonies of #3058BA
Complementary color
Monochromatic Colors of #3058BA
Black with #3058BA
Text Example
Text Example
White with #3058BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3058BA; }
p { color: rgb(48,88,186); }
H1.HeaderClassName
{
color: #3058BA;
}
.AnyTagClassName
{
color: #3058BA;
}
</style>
background-color css
<style>
a { background-color: #3058BA; }
a { background-color: rgb(48,88,186); }
div.DivClassName
{
background-color: #3058BA;
}
.BgClassName
{
background-color: #3058BA;
}
</style>
border-color css
<style>
span { border-color: #3058BA; }
span { border-color: rgb(48,88,186); }
td.TdClassName
{
border-color: #3058BA;
}
.TagClassName
{
border-color: #3058BA;
}
</style>