Shades of Royal Blue #304EEA
Tints of Royal Blue #304EEA
RGB
CMYK
RGB Variations
Color information
#304EEA (or 0x304EEA) is known color: Royal Blue. HEX triplet: 30, 4E and EA. RGB value is (48,78,234). Sum of RGB (Red+Green+Blue) = 48+78+234=360 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.33% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #304EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #304EEA is #CFB115. Grayscale: #565656. Windows color (decimal): -13611286 or 15355440. OLE color: 15355440.
HSL color Cylindrical-coordinate representation of color #304EEA: hue angle of 230.32º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #304EEA is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 78 | 234 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.08 |
| HSL | 230.32º | 0.82% | 0.55% | - |
| HSV(B) | 230.32º | 0.79% | 0.92% | - |
| XYZ | 18.79 | 12.02 | 79.17 | - |
| YUV | 86.81 | 211.06 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 234 | 0.79 | 0.67 | 0 | 0.08 | 230.32 | 0.82 | 0.55 |
| Hex | 30 | 4E | EA | 4F | 43 | 0 | 8 | E6 | 52 | 37 |
| Octal | 60 | 116 | 352 | 117 | 103 | 0 | 10 | 346 | 122 | 67 |
| Binary | 110000 | 1001110 | 11101010 | 1001111 | 1000011 | 0 | 1000 | 11100110 | 1010010 | 110111 |
Color Harmonies of #304EEA
Complementary color
Monochromatic Colors of #304EEA
Black with #304EEA
Text Example
Text Example
White with #304EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304EEA; }
p { color: rgb(48,78,234); }
H1.HeaderClassName
{
color: #304EEA;
}
.AnyTagClassName
{
color: #304EEA;
}
</style>
background-color css
<style>
a { background-color: #304EEA; }
a { background-color: rgb(48,78,234); }
div.DivClassName
{
background-color: #304EEA;
}
.BgClassName
{
background-color: #304EEA;
}
</style>
border-color css
<style>
span { border-color: #304EEA; }
span { border-color: rgb(48,78,234); }
td.TdClassName
{
border-color: #304EEA;
}
.TagClassName
{
border-color: #304EEA;
}
</style>