Shades of Cerulean Blue #304CBA
Tints of Cerulean Blue #304CBA
RGB
CMYK
RGB Variations
Color information
#304CBA (or 0x304CBA) is known color: Cerulean Blue. HEX triplet: 30, 4C and BA. RGB value is (48,76,186). Sum of RGB (Red+Green+Blue) = 48+76+186=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #304CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304CBA is #CFB345. Grayscale: #4F4F4F. Windows color (decimal): -13611846 or 12209200. OLE color: 12209200.
HSL color Cylindrical-coordinate representation of color #304CBA: hue angle of 227.83º 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 #304CBA is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 76 | 186 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.27 |
| HSL | 227.83º | 0.59% | 0.46% | - |
| HSV(B) | 227.83º | 0.74% | 0.73% | - |
| XYZ | 12.67 | 9.34 | 47.59 | - |
| YUV | 80.17 | 187.72 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 186 | 0.74 | 0.59 | 0 | 0.27 | 227.83 | 0.59 | 0.46 |
| Hex | 30 | 4C | BA | 4A | 3B | 0 | 1B | E4 | 3B | 2E |
| Octal | 60 | 114 | 272 | 112 | 73 | 0 | 33 | 344 | 73 | 56 |
| Binary | 110000 | 1001100 | 10111010 | 1001010 | 111011 | 0 | 11011 | 11100100 | 111011 | 101110 |
Color Harmonies of #304CBA
Complementary color
Monochromatic Colors of #304CBA
Black with #304CBA
Text Example
Text Example
White with #304CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304CBA; }
p { color: rgb(48,76,186); }
H1.HeaderClassName
{
color: #304CBA;
}
.AnyTagClassName
{
color: #304CBA;
}
</style>
background-color css
<style>
a { background-color: #304CBA; }
a { background-color: rgb(48,76,186); }
div.DivClassName
{
background-color: #304CBA;
}
.BgClassName
{
background-color: #304CBA;
}
</style>
border-color css
<style>
span { border-color: #304CBA; }
span { border-color: rgb(48,76,186); }
td.TdClassName
{
border-color: #304CBA;
}
.TagClassName
{
border-color: #304CBA;
}
</style>