Shades of Royal Blue #304EEC
Tints of Royal Blue #304EEC
RGB
CMYK
RGB Variations
Color information
#304EEC (or 0x304EEC) is known color: Royal Blue. HEX triplet: 30, 4E and EC. RGB value is (48,78,236). Sum of RGB (Red+Green+Blue) = 48+78+236=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 236 (92.58% from 255 or 65.19% from 362); Max value from RGB is 236 - color contains mainly: blue. Hex color #304EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #304EEC is #CFB113. Grayscale: #565656. Windows color (decimal): -13611284 or 15486512. OLE color: 15486512.
HSL color Cylindrical-coordinate representation of color #304EEC: hue angle of 230.43º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #304EEC is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 78 | 236 | - |
| CMYK | 0.80 | 0.67 | 0 | 0.07 |
| HSL | 230.43º | 0.83% | 0.56% | - |
| HSV(B) | 230.43º | 0.8% | 0.93% | - |
| XYZ | 19.08 | 12.13 | 80.69 | - |
| YUV | 87.04 | 212.06 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 236 | 0.80 | 0.67 | 0 | 0.07 | 230.43 | 0.83 | 0.56 |
| Hex | 30 | 4E | EC | 50 | 43 | 0 | 7 | E6 | 53 | 38 |
| Octal | 60 | 116 | 354 | 120 | 103 | 0 | 7 | 346 | 123 | 70 |
| Binary | 110000 | 1001110 | 11101100 | 1010000 | 1000011 | 0 | 111 | 11100110 | 1010011 | 111000 |
Color Harmonies of #304EEC
Complementary color
Monochromatic Colors of #304EEC
Black with #304EEC
Text Example
Text Example
White with #304EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304EEC; }
p { color: rgb(48,78,236); }
H1.HeaderClassName
{
color: #304EEC;
}
.AnyTagClassName
{
color: #304EEC;
}
</style>
background-color css
<style>
a { background-color: #304EEC; }
a { background-color: rgb(48,78,236); }
div.DivClassName
{
background-color: #304EEC;
}
.BgClassName
{
background-color: #304EEC;
}
</style>
border-color css
<style>
span { border-color: #304EEC; }
span { border-color: rgb(48,78,236); }
td.TdClassName
{
border-color: #304EEC;
}
.TagClassName
{
border-color: #304EEC;
}
</style>