Shades of Royal Blue #345FFA
Tints of Royal Blue #345FFA
RGB
CMYK
RGB Variations
Color information
#345FFA (or 0x345FFA) is known color: Royal Blue. HEX triplet: 34, 5F and FA. RGB value is (52,95,250). Sum of RGB (Red+Green+Blue) = 52+95+250=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #345FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345FFA is #CBA005. Grayscale: #636363. Windows color (decimal): -13344774 or 16408372. OLE color: 16408372.
HSL color Cylindrical-coordinate representation of color #345FFA: hue angle of 226.97º 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 #345FFA is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 95 | 250 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.02 |
| HSL | 226.97º | 0.95% | 0.59% | - |
| HSV(B) | 226.97º | 0.79% | 0.98% | - |
| XYZ | 22.76 | 15.82 | 92.3 | - |
| YUV | 99.81 | 212.75 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 250 | 0.79 | 0.62 | 0 | 0.02 | 226.97 | 0.95 | 0.59 |
| Hex | 34 | 5F | FA | 4F | 3E | 0 | 2 | E3 | 5F | 3B |
| Octal | 64 | 137 | 372 | 117 | 76 | 0 | 2 | 343 | 137 | 73 |
| Binary | 110100 | 1011111 | 11111010 | 1001111 | 111110 | 0 | 10 | 11100011 | 1011111 | 111011 |
Color Harmonies of #345FFA
Complementary color
Monochromatic Colors of #345FFA
Black with #345FFA
Text Example
Text Example
White with #345FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345FFA; }
p { color: rgb(52,95,250); }
H1.HeaderClassName
{
color: #345FFA;
}
.AnyTagClassName
{
color: #345FFA;
}
</style>
background-color css
<style>
a { background-color: #345FFA; }
a { background-color: rgb(52,95,250); }
div.DivClassName
{
background-color: #345FFA;
}
.BgClassName
{
background-color: #345FFA;
}
</style>
border-color css
<style>
span { border-color: #345FFA; }
span { border-color: rgb(52,95,250); }
td.TdClassName
{
border-color: #345FFA;
}
.TagClassName
{
border-color: #345FFA;
}
</style>