Shades of Royal Blue #345DFA
Tints of Royal Blue #345DFA
RGB
CMYK
RGB Variations
Color information
#345DFA (or 0x345DFA) is known color: Royal Blue. HEX triplet: 34, 5D and FA. RGB value is (52,93,250). Sum of RGB (Red+Green+Blue) = 52+93+250=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #345DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345DFA is #CBA205. Grayscale: #616161. Windows color (decimal): -13345286 or 16407860. OLE color: 16407860.
HSL color Cylindrical-coordinate representation of color #345DFA: hue angle of 227.58º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #345DFA is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 93 | 250 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.02 |
| HSL | 227.58º | 0.95% | 0.59% | - |
| HSV(B) | 227.58º | 0.79% | 0.98% | - |
| XYZ | 22.59 | 15.46 | 92.24 | - |
| YUV | 98.64 | 213.42 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 250 | 0.79 | 0.63 | 0 | 0.02 | 227.58 | 0.95 | 0.59 |
| Hex | 34 | 5D | FA | 4F | 3F | 0 | 2 | E4 | 5F | 3B |
| Octal | 64 | 135 | 372 | 117 | 77 | 0 | 2 | 344 | 137 | 73 |
| Binary | 110100 | 1011101 | 11111010 | 1001111 | 111111 | 0 | 10 | 11100100 | 1011111 | 111011 |
Color Harmonies of #345DFA
Complementary color
Monochromatic Colors of #345DFA
Black with #345DFA
Text Example
Text Example
White with #345DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345DFA; }
p { color: rgb(52,93,250); }
H1.HeaderClassName
{
color: #345DFA;
}
.AnyTagClassName
{
color: #345DFA;
}
</style>
background-color css
<style>
a { background-color: #345DFA; }
a { background-color: rgb(52,93,250); }
div.DivClassName
{
background-color: #345DFA;
}
.BgClassName
{
background-color: #345DFA;
}
</style>
border-color css
<style>
span { border-color: #345DFA; }
span { border-color: rgb(52,93,250); }
td.TdClassName
{
border-color: #345DFA;
}
.TagClassName
{
border-color: #345DFA;
}
</style>