Shades of Royal Blue #346DF8
Tints of Royal Blue #346DF8
RGB
CMYK
RGB Variations
Color information
#346DF8 (or 0x346DF8) is known color: Royal Blue. HEX triplet: 34, 6D and F8. RGB value is (52,109,248). Sum of RGB (Red+Green+Blue) = 52+109+248=409 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.71% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 248 (97.27% from 255 or 60.64% from 409); Max value from RGB is 248 - color contains mainly: blue. Hex color #346DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346DF8 is #CB9207. Grayscale: #6B6B6B. Windows color (decimal): -13341192 or 16280884. OLE color: 16280884.
HSL color Cylindrical-coordinate representation of color #346DF8: hue angle of 222.55º 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 #346DF8 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 52 | 109 | 248 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.03 |
| HSL | 222.55º | 0.93% | 0.59% | - |
| HSV(B) | 222.55º | 0.79% | 0.97% | - |
| XYZ | 23.83 | 18.44 | 91.11 | - |
| YUV | 107.8 | 207.12 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 248 | 0.79 | 0.56 | 0 | 0.03 | 222.55 | 0.93 | 0.59 |
| Hex | 34 | 6D | F8 | 4F | 38 | 0 | 3 | DF | 5D | 3B |
| Octal | 64 | 155 | 370 | 117 | 70 | 0 | 3 | 337 | 135 | 73 |
| Binary | 110100 | 1101101 | 11111000 | 1001111 | 111000 | 0 | 11 | 11011111 | 1011101 | 111011 |
Color Harmonies of #346DF8
Complementary color
Monochromatic Colors of #346DF8
Black with #346DF8
Text Example
Text Example
White with #346DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346DF8; }
p { color: rgb(52,109,248); }
H1.HeaderClassName
{
color: #346DF8;
}
.AnyTagClassName
{
color: #346DF8;
}
</style>
background-color css
<style>
a { background-color: #346DF8; }
a { background-color: rgb(52,109,248); }
div.DivClassName
{
background-color: #346DF8;
}
.BgClassName
{
background-color: #346DF8;
}
</style>
border-color css
<style>
span { border-color: #346DF8; }
span { border-color: rgb(52,109,248); }
td.TdClassName
{
border-color: #346DF8;
}
.TagClassName
{
border-color: #346DF8;
}
</style>