Shades of Cerulean Blue #3058D2
Tints of Cerulean Blue #3058D2
RGB
CMYK
RGB Variations
Color information
#3058D2 (or 0x3058D2) is known color: Cerulean Blue. HEX triplet: 30, 58 and D2. RGB value is (48,88,210). Sum of RGB (Red+Green+Blue) = 48+88+210=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 210 (82.42% from 255 or 60.69% from 346); Max value from RGB is 210 - color contains mainly: blue. Hex color #3058D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3058D2 is #CFA72D. Grayscale: #595959. Windows color (decimal): -13608750 or 13785136. OLE color: 13785136.
HSL color Cylindrical-coordinate representation of color #3058D2: hue angle of 225.19º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3058D2 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 88 | 210 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.18 |
| HSL | 225.19º | 0.64% | 0.51% | - |
| HSV(B) | 225.19º | 0.77% | 0.82% | - |
| XYZ | 16.34 | 12.26 | 62.48 | - |
| YUV | 89.95 | 195.75 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 88 | 210 | 0.77 | 0.58 | 0 | 0.18 | 225.19 | 0.64 | 0.51 |
| Hex | 30 | 58 | D2 | 4D | 3A | 0 | 12 | E1 | 40 | 33 |
| Octal | 60 | 130 | 322 | 115 | 72 | 0 | 22 | 341 | 100 | 63 |
| Binary | 110000 | 1011000 | 11010010 | 1001101 | 111010 | 0 | 10010 | 11100001 | 1000000 | 110011 |
Color Harmonies of #3058D2
Complementary color
Monochromatic Colors of #3058D2
Black with #3058D2
Text Example
Text Example
White with #3058D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3058D2; }
p { color: rgb(48,88,210); }
H1.HeaderClassName
{
color: #3058D2;
}
.AnyTagClassName
{
color: #3058D2;
}
</style>
background-color css
<style>
a { background-color: #3058D2; }
a { background-color: rgb(48,88,210); }
div.DivClassName
{
background-color: #3058D2;
}
.BgClassName
{
background-color: #3058D2;
}
</style>
border-color css
<style>
span { border-color: #3058D2; }
span { border-color: rgb(48,88,210); }
td.TdClassName
{
border-color: #3058D2;
}
.TagClassName
{
border-color: #3058D2;
}
</style>