Shades of Cerulean Blue #304EB8
Tints of Cerulean Blue #304EB8
RGB
CMYK
RGB Variations
Color information
#304EB8 (or 0x304EB8) is known color: Cerulean Blue. HEX triplet: 30, 4E and B8. RGB value is (48,78,184). Sum of RGB (Red+Green+Blue) = 48+78+184=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 184 (72.27% from 255 or 59.35% from 310); Max value from RGB is 184 - color contains mainly: blue. Hex color #304EB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304EB8 is #CFB147. Grayscale: #505050. Windows color (decimal): -13611336 or 12078640. OLE color: 12078640.
HSL color Cylindrical-coordinate representation of color #304EB8: hue angle of 226.76º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #304EB8 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 78 | 184 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.28 |
| HSL | 226.76º | 0.59% | 0.45% | - |
| HSV(B) | 226.76º | 0.74% | 0.72% | - |
| XYZ | 12.6 | 9.54 | 46.52 | - |
| YUV | 81.11 | 186.06 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 184 | 0.74 | 0.58 | 0 | 0.28 | 226.76 | 0.59 | 0.45 |
| Hex | 30 | 4E | B8 | 4A | 3A | 0 | 1C | E3 | 3B | 2D |
| Octal | 60 | 116 | 270 | 112 | 72 | 0 | 34 | 343 | 73 | 55 |
| Binary | 110000 | 1001110 | 10111000 | 1001010 | 111010 | 0 | 11100 | 11100011 | 111011 | 101101 |
Color Harmonies of #304EB8
Complementary color
Monochromatic Colors of #304EB8
Black with #304EB8
Text Example
Text Example
White with #304EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304EB8; }
p { color: rgb(48,78,184); }
H1.HeaderClassName
{
color: #304EB8;
}
.AnyTagClassName
{
color: #304EB8;
}
</style>
background-color css
<style>
a { background-color: #304EB8; }
a { background-color: rgb(48,78,184); }
div.DivClassName
{
background-color: #304EB8;
}
.BgClassName
{
background-color: #304EB8;
}
</style>
border-color css
<style>
span { border-color: #304EB8; }
span { border-color: rgb(48,78,184); }
td.TdClassName
{
border-color: #304EB8;
}
.TagClassName
{
border-color: #304EB8;
}
</style>