Shades of Cerulean Blue #304EBA
Tints of Cerulean Blue #304EBA
RGB
CMYK
RGB Variations
Color information
#304EBA (or 0x304EBA) is known color: Cerulean Blue. HEX triplet: 30, 4E and BA. RGB value is (48,78,186). Sum of RGB (Red+Green+Blue) = 48+78+186=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #304EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304EBA is #CFB145. Grayscale: #505050. Windows color (decimal): -13611334 or 12209712. OLE color: 12209712.
HSL color Cylindrical-coordinate representation of color #304EBA: hue angle of 226.96º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #304EBA is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 78 | 186 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.27 |
| HSL | 226.96º | 0.59% | 0.46% | - |
| HSV(B) | 226.96º | 0.74% | 0.73% | - |
| XYZ | 12.81 | 9.62 | 47.64 | - |
| YUV | 81.34 | 187.06 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 186 | 0.74 | 0.58 | 0 | 0.27 | 226.96 | 0.59 | 0.46 |
| Hex | 30 | 4E | BA | 4A | 3A | 0 | 1B | E3 | 3B | 2E |
| Octal | 60 | 116 | 272 | 112 | 72 | 0 | 33 | 343 | 73 | 56 |
| Binary | 110000 | 1001110 | 10111010 | 1001010 | 111010 | 0 | 11011 | 11100011 | 111011 | 101110 |
Color Harmonies of #304EBA
Complementary color
Monochromatic Colors of #304EBA
Black with #304EBA
Text Example
Text Example
White with #304EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304EBA; }
p { color: rgb(48,78,186); }
H1.HeaderClassName
{
color: #304EBA;
}
.AnyTagClassName
{
color: #304EBA;
}
</style>
background-color css
<style>
a { background-color: #304EBA; }
a { background-color: rgb(48,78,186); }
div.DivClassName
{
background-color: #304EBA;
}
.BgClassName
{
background-color: #304EBA;
}
</style>
border-color css
<style>
span { border-color: #304EBA; }
span { border-color: rgb(48,78,186); }
td.TdClassName
{
border-color: #304EBA;
}
.TagClassName
{
border-color: #304EBA;
}
</style>