Shades of Cerulean Blue #304DBC
Tints of Cerulean Blue #304DBC
RGB
CMYK
RGB Variations
Color information
#304DBC (or 0x304DBC) is known color: Cerulean Blue. HEX triplet: 30, 4D and BC. RGB value is (48,77,188). Sum of RGB (Red+Green+Blue) = 48+77+188=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #304DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304DBC is #CFB243. Grayscale: #505050. Windows color (decimal): -13611588 or 12340528. OLE color: 12340528.
HSL color Cylindrical-coordinate representation of color #304DBC: hue angle of 227.57º 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 #304DBC is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 77 | 188 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.26 |
| HSL | 227.57º | 0.59% | 0.46% | - |
| HSV(B) | 227.57º | 0.74% | 0.74% | - |
| XYZ | 12.95 | 9.57 | 48.74 | - |
| YUV | 80.98 | 188.39 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 188 | 0.74 | 0.59 | 0 | 0.26 | 227.57 | 0.59 | 0.46 |
| Hex | 30 | 4D | BC | 4A | 3B | 0 | 1A | E4 | 3B | 2E |
| Octal | 60 | 115 | 274 | 112 | 73 | 0 | 32 | 344 | 73 | 56 |
| Binary | 110000 | 1001101 | 10111100 | 1001010 | 111011 | 0 | 11010 | 11100100 | 111011 | 101110 |
Color Harmonies of #304DBC
Complementary color
Monochromatic Colors of #304DBC
Black with #304DBC
Text Example
Text Example
White with #304DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304DBC; }
p { color: rgb(48,77,188); }
H1.HeaderClassName
{
color: #304DBC;
}
.AnyTagClassName
{
color: #304DBC;
}
</style>
background-color css
<style>
a { background-color: #304DBC; }
a { background-color: rgb(48,77,188); }
div.DivClassName
{
background-color: #304DBC;
}
.BgClassName
{
background-color: #304DBC;
}
</style>
border-color css
<style>
span { border-color: #304DBC; }
span { border-color: rgb(48,77,188); }
td.TdClassName
{
border-color: #304DBC;
}
.TagClassName
{
border-color: #304DBC;
}
</style>