Shades of Royal Blue #304CE5
Tints of Royal Blue #304CE5
RGB
CMYK
RGB Variations
Color information
#304CE5 (or 0x304CE5) is known color: Royal Blue. HEX triplet: 30, 4C and E5. RGB value is (48,76,229). Sum of RGB (Red+Green+Blue) = 48+76+229=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 229 (89.84% from 255 or 64.87% from 353); Max value from RGB is 229 - color contains mainly: blue. Hex color #304CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304CE5 is #CFB31A. Grayscale: #545454. Windows color (decimal): -13611803 or 15027248. OLE color: 15027248.
HSL color Cylindrical-coordinate representation of color #304CE5: hue angle of 230.72º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #304CE5 is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 76 | 229 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.10 |
| HSL | 230.72º | 0.78% | 0.54% | - |
| HSV(B) | 230.72º | 0.79% | 0.9% | - |
| XYZ | 17.95 | 11.45 | 75.39 | - |
| YUV | 85.07 | 209.22 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 229 | 0.79 | 0.67 | 0 | 0.10 | 230.72 | 0.78 | 0.54 |
| Hex | 30 | 4C | E5 | 4F | 43 | 0 | A | E7 | 4E | 36 |
| Octal | 60 | 114 | 345 | 117 | 103 | 0 | 12 | 347 | 116 | 66 |
| Binary | 110000 | 1001100 | 11100101 | 1001111 | 1000011 | 0 | 1010 | 11100111 | 1001110 | 110110 |
Color Harmonies of #304CE5
Complementary color
Monochromatic Colors of #304CE5
Black with #304CE5
Text Example
Text Example
White with #304CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304CE5; }
p { color: rgb(48,76,229); }
H1.HeaderClassName
{
color: #304CE5;
}
.AnyTagClassName
{
color: #304CE5;
}
</style>
background-color css
<style>
a { background-color: #304CE5; }
a { background-color: rgb(48,76,229); }
div.DivClassName
{
background-color: #304CE5;
}
.BgClassName
{
background-color: #304CE5;
}
</style>
border-color css
<style>
span { border-color: #304CE5; }
span { border-color: rgb(48,76,229); }
td.TdClassName
{
border-color: #304CE5;
}
.TagClassName
{
border-color: #304CE5;
}
</style>