Shades of Cerulean Blue #3058B2
Tints of Cerulean Blue #3058B2
RGB
CMYK
RGB Variations
Color information
#3058B2 (or 0x3058B2) is known color: Cerulean Blue. HEX triplet: 30, 58 and B2. RGB value is (48,88,178). Sum of RGB (Red+Green+Blue) = 48+88+178=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 178 (69.92% from 255 or 56.69% from 314); Max value from RGB is 178 - color contains mainly: blue. Hex color #3058B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3058B2 is #CFA74D. Grayscale: #555555. Windows color (decimal): -13608782 or 11687984. OLE color: 11687984.
HSL color Cylindrical-coordinate representation of color #3058B2: hue angle of 221.54º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3058B2 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 88 | 178 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.30 |
| HSL | 221.54º | 0.58% | 0.44% | - |
| HSV(B) | 221.54º | 0.73% | 0.7% | - |
| XYZ | 12.74 | 10.82 | 43.54 | - |
| YUV | 86.3 | 179.75 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 88 | 178 | 0.73 | 0.51 | 0 | 0.30 | 221.54 | 0.58 | 0.44 |
| Hex | 30 | 58 | B2 | 49 | 33 | 0 | 1E | DE | 3A | 2C |
| Octal | 60 | 130 | 262 | 111 | 63 | 0 | 36 | 336 | 72 | 54 |
| Binary | 110000 | 1011000 | 10110010 | 1001001 | 110011 | 0 | 11110 | 11011110 | 111010 | 101100 |
Color Harmonies of #3058B2
Complementary color
Monochromatic Colors of #3058B2
Black with #3058B2
Text Example
Text Example
White with #3058B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3058B2; }
p { color: rgb(48,88,178); }
H1.HeaderClassName
{
color: #3058B2;
}
.AnyTagClassName
{
color: #3058B2;
}
</style>
background-color css
<style>
a { background-color: #3058B2; }
a { background-color: rgb(48,88,178); }
div.DivClassName
{
background-color: #3058B2;
}
.BgClassName
{
background-color: #3058B2;
}
</style>
border-color css
<style>
span { border-color: #3058B2; }
span { border-color: rgb(48,88,178); }
td.TdClassName
{
border-color: #3058B2;
}
.TagClassName
{
border-color: #3058B2;
}
</style>