Shades of Cerulean Blue #3049BC
Tints of Cerulean Blue #3049BC
RGB
CMYK
RGB Variations
Color information
#3049BC (or 0x3049BC) is known color: Cerulean Blue. HEX triplet: 30, 49 and BC. RGB value is (48,73,188). Sum of RGB (Red+Green+Blue) = 48+73+188=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #3049BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3049BC is #CFB643. Grayscale: #4E4E4E. Windows color (decimal): -13612612 or 12339504. OLE color: 12339504.
HSL color Cylindrical-coordinate representation of color #3049BC: hue angle of 229.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3049BC is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 73 | 188 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.26 |
| HSL | 229.29º | 0.59% | 0.46% | - |
| HSV(B) | 229.29º | 0.74% | 0.74% | - |
| XYZ | 12.68 | 9.02 | 48.65 | - |
| YUV | 78.64 | 189.72 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 188 | 0.74 | 0.61 | 0 | 0.26 | 229.29 | 0.59 | 0.46 |
| Hex | 30 | 49 | BC | 4A | 3D | 0 | 1A | E5 | 3B | 2E |
| Octal | 60 | 111 | 274 | 112 | 75 | 0 | 32 | 345 | 73 | 56 |
| Binary | 110000 | 1001001 | 10111100 | 1001010 | 111101 | 0 | 11010 | 11100101 | 111011 | 101110 |
Color Harmonies of #3049BC
Complementary color
Monochromatic Colors of #3049BC
Black with #3049BC
Text Example
Text Example
White with #3049BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3049BC; }
p { color: rgb(48,73,188); }
H1.HeaderClassName
{
color: #3049BC;
}
.AnyTagClassName
{
color: #3049BC;
}
</style>
background-color css
<style>
a { background-color: #3049BC; }
a { background-color: rgb(48,73,188); }
div.DivClassName
{
background-color: #3049BC;
}
.BgClassName
{
background-color: #3049BC;
}
</style>
border-color css
<style>
span { border-color: #3049BC; }
span { border-color: rgb(48,73,188); }
td.TdClassName
{
border-color: #3049BC;
}
.TagClassName
{
border-color: #3049BC;
}
</style>