Shades of Royal Blue #3459F8
Tints of Royal Blue #3459F8
RGB
CMYK
RGB Variations
Color information
#3459F8 (or 0x3459F8) is known color: Royal Blue. HEX triplet: 34, 59 and F8. RGB value is (52,89,248). Sum of RGB (Red+Green+Blue) = 52+89+248=389 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.37% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 248 (97.27% from 255 or 63.75% from 389); Max value from RGB is 248 - color contains mainly: blue. Hex color #3459F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3459F8 is #CBA607. Grayscale: #5F5F5F. Windows color (decimal): -13346312 or 16275764. OLE color: 16275764.
HSL color Cylindrical-coordinate representation of color #3459F8: hue angle of 228.67º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3459F8 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 52 | 89 | 248 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.03 |
| HSL | 228.67º | 0.93% | 0.59% | - |
| HSV(B) | 228.67º | 0.79% | 0.97% | - |
| XYZ | 21.93 | 14.65 | 90.48 | - |
| YUV | 96.06 | 213.74 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 89 | 248 | 0.79 | 0.64 | 0 | 0.03 | 228.67 | 0.93 | 0.59 |
| Hex | 34 | 59 | F8 | 4F | 40 | 0 | 3 | E5 | 5D | 3B |
| Octal | 64 | 131 | 370 | 117 | 100 | 0 | 3 | 345 | 135 | 73 |
| Binary | 110100 | 1011001 | 11111000 | 1001111 | 1000000 | 0 | 11 | 11100101 | 1011101 | 111011 |
Color Harmonies of #3459F8
Complementary color
Monochromatic Colors of #3459F8
Black with #3459F8
Text Example
Text Example
White with #3459F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3459F8; }
p { color: rgb(52,89,248); }
H1.HeaderClassName
{
color: #3459F8;
}
.AnyTagClassName
{
color: #3459F8;
}
</style>
background-color css
<style>
a { background-color: #3459F8; }
a { background-color: rgb(52,89,248); }
div.DivClassName
{
background-color: #3459F8;
}
.BgClassName
{
background-color: #3459F8;
}
</style>
border-color css
<style>
span { border-color: #3459F8; }
span { border-color: rgb(52,89,248); }
td.TdClassName
{
border-color: #3459F8;
}
.TagClassName
{
border-color: #3459F8;
}
</style>