Shades of Royal Blue #345CF6
Tints of Royal Blue #345CF6
RGB
CMYK
RGB Variations
Color information
#345CF6 (or 0x345CF6) is known color: Royal Blue. HEX triplet: 34, 5C and F6. RGB value is (52,92,246). Sum of RGB (Red+Green+Blue) = 52+92+246=390 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.33% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 246 (96.48% from 255 or 63.08% from 390); Max value from RGB is 246 - color contains mainly: blue. Hex color #345CF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345CF6 is #CBA309. Grayscale: #606060. Windows color (decimal): -13345546 or 16145460. OLE color: 16145460.
HSL color Cylindrical-coordinate representation of color #345CF6: hue angle of 227.63º 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 #345CF6 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 92 | 246 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.04 |
| HSL | 227.63º | 0.92% | 0.58% | - |
| HSV(B) | 227.63º | 0.79% | 0.96% | - |
| XYZ | 21.88 | 15.04 | 88.94 | - |
| YUV | 97.6 | 211.75 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 246 | 0.79 | 0.63 | 0 | 0.04 | 227.63 | 0.92 | 0.58 |
| Hex | 34 | 5C | F6 | 4F | 3F | 0 | 4 | E4 | 5C | 3A |
| Octal | 64 | 134 | 366 | 117 | 77 | 0 | 4 | 344 | 134 | 72 |
| Binary | 110100 | 1011100 | 11110110 | 1001111 | 111111 | 0 | 100 | 11100100 | 1011100 | 111010 |
Color Harmonies of #345CF6
Complementary color
Monochromatic Colors of #345CF6
Black with #345CF6
Text Example
Text Example
White with #345CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345CF6; }
p { color: rgb(52,92,246); }
H1.HeaderClassName
{
color: #345CF6;
}
.AnyTagClassName
{
color: #345CF6;
}
</style>
background-color css
<style>
a { background-color: #345CF6; }
a { background-color: rgb(52,92,246); }
div.DivClassName
{
background-color: #345CF6;
}
.BgClassName
{
background-color: #345CF6;
}
</style>
border-color css
<style>
span { border-color: #345CF6; }
span { border-color: rgb(52,92,246); }
td.TdClassName
{
border-color: #345CF6;
}
.TagClassName
{
border-color: #345CF6;
}
</style>