Shades of Royal Blue #304CE6
Tints of Royal Blue #304CE6
RGB
CMYK
RGB Variations
Color information
#304CE6 (or 0x304CE6) is known color: Royal Blue. HEX triplet: 30, 4C and E6. RGB value is (48,76,230). Sum of RGB (Red+Green+Blue) = 48+76+230=354 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.56% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 230 (90.23% from 255 or 64.97% from 354); Max value from RGB is 230 - color contains mainly: blue. Hex color #304CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #304CE6 is #CFB319. Grayscale: #545454. Windows color (decimal): -13611802 or 15092784. OLE color: 15092784.
HSL color Cylindrical-coordinate representation of color #304CE6: hue angle of 230.77º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #304CE6 is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 76 | 230 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.10 |
| HSL | 230.77º | 0.78% | 0.55% | - |
| HSV(B) | 230.77º | 0.79% | 0.9% | - |
| XYZ | 18.09 | 11.51 | 76.13 | - |
| YUV | 85.18 | 209.72 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 230 | 0.79 | 0.67 | 0 | 0.10 | 230.77 | 0.78 | 0.55 |
| Hex | 30 | 4C | E6 | 4F | 43 | 0 | A | E7 | 4E | 37 |
| Octal | 60 | 114 | 346 | 117 | 103 | 0 | 12 | 347 | 116 | 67 |
| Binary | 110000 | 1001100 | 11100110 | 1001111 | 1000011 | 0 | 1010 | 11100111 | 1001110 | 110111 |
Color Harmonies of #304CE6
Complementary color
Monochromatic Colors of #304CE6
Black with #304CE6
Text Example
Text Example
White with #304CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304CE6; }
p { color: rgb(48,76,230); }
H1.HeaderClassName
{
color: #304CE6;
}
.AnyTagClassName
{
color: #304CE6;
}
</style>
background-color css
<style>
a { background-color: #304CE6; }
a { background-color: rgb(48,76,230); }
div.DivClassName
{
background-color: #304CE6;
}
.BgClassName
{
background-color: #304CE6;
}
</style>
border-color css
<style>
span { border-color: #304CE6; }
span { border-color: rgb(48,76,230); }
td.TdClassName
{
border-color: #304CE6;
}
.TagClassName
{
border-color: #304CE6;
}
</style>