Shades of Royal Blue #345BF6
Tints of Royal Blue #345BF6
RGB
CMYK
RGB Variations
Color information
#345BF6 (or 0x345BF6) is known color: Royal Blue. HEX triplet: 34, 5B and F6. RGB value is (52,91,246). Sum of RGB (Red+Green+Blue) = 52+91+246=389 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.37% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 246 (96.48% from 255 or 63.24% from 389); Max value from RGB is 246 - color contains mainly: blue. Hex color #345BF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345BF6 is #CBA409. Grayscale: #606060. Windows color (decimal): -13345802 or 16145204. OLE color: 16145204.
HSL color Cylindrical-coordinate representation of color #345BF6: hue angle of 227.94º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #345BF6 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 91 | 246 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.04 |
| HSL | 227.94º | 0.92% | 0.58% | - |
| HSV(B) | 227.94º | 0.79% | 0.96% | - |
| XYZ | 21.79 | 14.87 | 88.91 | - |
| YUV | 97.01 | 212.08 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 246 | 0.79 | 0.63 | 0 | 0.04 | 227.94 | 0.92 | 0.58 |
| Hex | 34 | 5B | F6 | 4F | 3F | 0 | 4 | E4 | 5C | 3A |
| Octal | 64 | 133 | 366 | 117 | 77 | 0 | 4 | 344 | 134 | 72 |
| Binary | 110100 | 1011011 | 11110110 | 1001111 | 111111 | 0 | 100 | 11100100 | 1011100 | 111010 |
Color Harmonies of #345BF6
Complementary color
Monochromatic Colors of #345BF6
Black with #345BF6
Text Example
Text Example
White with #345BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345BF6; }
p { color: rgb(52,91,246); }
H1.HeaderClassName
{
color: #345BF6;
}
.AnyTagClassName
{
color: #345BF6;
}
</style>
background-color css
<style>
a { background-color: #345BF6; }
a { background-color: rgb(52,91,246); }
div.DivClassName
{
background-color: #345BF6;
}
.BgClassName
{
background-color: #345BF6;
}
</style>
border-color css
<style>
span { border-color: #345BF6; }
span { border-color: rgb(52,91,246); }
td.TdClassName
{
border-color: #345BF6;
}
.TagClassName
{
border-color: #345BF6;
}
</style>