Shades of Cerulean Blue #304EBE
Tints of Cerulean Blue #304EBE
RGB
CMYK
RGB Variations
Color information
#304EBE (or 0x304EBE) is known color: Cerulean Blue. HEX triplet: 30, 4E and BE. RGB value is (48,78,190). Sum of RGB (Red+Green+Blue) = 48+78+190=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #304EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304EBE is #CFB141. Grayscale: #515151. Windows color (decimal): -13611330 or 12471856. OLE color: 12471856.
HSL color Cylindrical-coordinate representation of color #304EBE: hue angle of 227.32º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #304EBE is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 78 | 190 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.25 |
| HSL | 227.32º | 0.6% | 0.47% | - |
| HSV(B) | 227.32º | 0.75% | 0.75% | - |
| XYZ | 13.24 | 9.79 | 49.91 | - |
| YUV | 81.8 | 189.06 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 190 | 0.75 | 0.59 | 0 | 0.25 | 227.32 | 0.6 | 0.47 |
| Hex | 30 | 4E | BE | 4B | 3B | 0 | 19 | E3 | 3C | 2F |
| Octal | 60 | 116 | 276 | 113 | 73 | 0 | 31 | 343 | 74 | 57 |
| Binary | 110000 | 1001110 | 10111110 | 1001011 | 111011 | 0 | 11001 | 11100011 | 111100 | 101111 |
Color Harmonies of #304EBE
Complementary color
Monochromatic Colors of #304EBE
Black with #304EBE
Text Example
Text Example
White with #304EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304EBE; }
p { color: rgb(48,78,190); }
H1.HeaderClassName
{
color: #304EBE;
}
.AnyTagClassName
{
color: #304EBE;
}
</style>
background-color css
<style>
a { background-color: #304EBE; }
a { background-color: rgb(48,78,190); }
div.DivClassName
{
background-color: #304EBE;
}
.BgClassName
{
background-color: #304EBE;
}
</style>
border-color css
<style>
span { border-color: #304EBE; }
span { border-color: rgb(48,78,190); }
td.TdClassName
{
border-color: #304EBE;
}
.TagClassName
{
border-color: #304EBE;
}
</style>