Shades of Cerulean Blue #304EBC
Tints of Cerulean Blue #304EBC
RGB
CMYK
RGB Variations
Color information
#304EBC (or 0x304EBC) is known color: Cerulean Blue. HEX triplet: 30, 4E and BC. RGB value is (48,78,188). Sum of RGB (Red+Green+Blue) = 48+78+188=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #304EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304EBC is #CFB143. Grayscale: #515151. Windows color (decimal): -13611332 or 12340784. OLE color: 12340784.
HSL color Cylindrical-coordinate representation of color #304EBC: hue angle of 227.14º 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 #304EBC is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 78 | 188 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.26 |
| HSL | 227.14º | 0.59% | 0.46% | - |
| HSV(B) | 227.14º | 0.74% | 0.74% | - |
| XYZ | 13.02 | 9.71 | 48.76 | - |
| YUV | 81.57 | 188.06 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 188 | 0.74 | 0.59 | 0 | 0.26 | 227.14 | 0.59 | 0.46 |
| Hex | 30 | 4E | BC | 4A | 3B | 0 | 1A | E3 | 3B | 2E |
| Octal | 60 | 116 | 274 | 112 | 73 | 0 | 32 | 343 | 73 | 56 |
| Binary | 110000 | 1001110 | 10111100 | 1001010 | 111011 | 0 | 11010 | 11100011 | 111011 | 101110 |
Color Harmonies of #304EBC
Complementary color
Monochromatic Colors of #304EBC
Black with #304EBC
Text Example
Text Example
White with #304EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304EBC; }
p { color: rgb(48,78,188); }
H1.HeaderClassName
{
color: #304EBC;
}
.AnyTagClassName
{
color: #304EBC;
}
</style>
background-color css
<style>
a { background-color: #304EBC; }
a { background-color: rgb(48,78,188); }
div.DivClassName
{
background-color: #304EBC;
}
.BgClassName
{
background-color: #304EBC;
}
</style>
border-color css
<style>
span { border-color: #304EBC; }
span { border-color: rgb(48,78,188); }
td.TdClassName
{
border-color: #304EBC;
}
.TagClassName
{
border-color: #304EBC;
}
</style>