Shades of Cerulean Blue #304EBD
Tints of Cerulean Blue #304EBD
RGB
CMYK
RGB Variations
Color information
#304EBD (or 0x304EBD) is known color: Cerulean Blue. HEX triplet: 30, 4E and BD. RGB value is (48,78,189). Sum of RGB (Red+Green+Blue) = 48+78+189=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #304EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304EBD is #CFB142. Grayscale: #515151. Windows color (decimal): -13611331 or 12406320. OLE color: 12406320.
HSL color Cylindrical-coordinate representation of color #304EBD: hue angle of 227.23º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #304EBD is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 78 | 189 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.26 |
| HSL | 227.23º | 0.59% | 0.46% | - |
| HSV(B) | 227.23º | 0.75% | 0.74% | - |
| XYZ | 13.13 | 9.75 | 49.33 | - |
| YUV | 81.68 | 188.56 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 189 | 0.75 | 0.59 | 0 | 0.26 | 227.23 | 0.59 | 0.46 |
| Hex | 30 | 4E | BD | 4B | 3B | 0 | 1A | E3 | 3B | 2E |
| Octal | 60 | 116 | 275 | 113 | 73 | 0 | 32 | 343 | 73 | 56 |
| Binary | 110000 | 1001110 | 10111101 | 1001011 | 111011 | 0 | 11010 | 11100011 | 111011 | 101110 |
Color Harmonies of #304EBD
Complementary color
Monochromatic Colors of #304EBD
Black with #304EBD
Text Example
Text Example
White with #304EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304EBD; }
p { color: rgb(48,78,189); }
H1.HeaderClassName
{
color: #304EBD;
}
.AnyTagClassName
{
color: #304EBD;
}
</style>
background-color css
<style>
a { background-color: #304EBD; }
a { background-color: rgb(48,78,189); }
div.DivClassName
{
background-color: #304EBD;
}
.BgClassName
{
background-color: #304EBD;
}
</style>
border-color css
<style>
span { border-color: #304EBD; }
span { border-color: rgb(48,78,189); }
td.TdClassName
{
border-color: #304EBD;
}
.TagClassName
{
border-color: #304EBD;
}
</style>