Shades of Royal Blue #345CF9
Tints of Royal Blue #345CF9
RGB
CMYK
RGB Variations
Color information
#345CF9 (or 0x345CF9) is known color: Royal Blue. HEX triplet: 34, 5C and F9. RGB value is (52,92,249). Sum of RGB (Red+Green+Blue) = 52+92+249=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 249 (97.66% from 255 or 63.36% from 393); Max value from RGB is 249 - color contains mainly: blue. Hex color #345CF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345CF9 is #CBA306. Grayscale: #616161. Windows color (decimal): -13345543 or 16342068. OLE color: 16342068.
HSL color Cylindrical-coordinate representation of color #345CF9: hue angle of 227.82º degrees, saturation: 0.94, 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 #345CF9 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 92 | 249 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.02 |
| HSL | 227.82º | 0.94% | 0.59% | - |
| HSV(B) | 227.82º | 0.79% | 0.98% | - |
| XYZ | 22.34 | 15.22 | 91.38 | - |
| YUV | 97.94 | 213.25 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 249 | 0.79 | 0.63 | 0 | 0.02 | 227.82 | 0.94 | 0.59 |
| Hex | 34 | 5C | F9 | 4F | 3F | 0 | 2 | E4 | 5E | 3B |
| Octal | 64 | 134 | 371 | 117 | 77 | 0 | 2 | 344 | 136 | 73 |
| Binary | 110100 | 1011100 | 11111001 | 1001111 | 111111 | 0 | 10 | 11100100 | 1011110 | 111011 |
Color Harmonies of #345CF9
Complementary color
Monochromatic Colors of #345CF9
Black with #345CF9
Text Example
Text Example
White with #345CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345CF9; }
p { color: rgb(52,92,249); }
H1.HeaderClassName
{
color: #345CF9;
}
.AnyTagClassName
{
color: #345CF9;
}
</style>
background-color css
<style>
a { background-color: #345CF9; }
a { background-color: rgb(52,92,249); }
div.DivClassName
{
background-color: #345CF9;
}
.BgClassName
{
background-color: #345CF9;
}
</style>
border-color css
<style>
span { border-color: #345CF9; }
span { border-color: rgb(52,92,249); }
td.TdClassName
{
border-color: #345CF9;
}
.TagClassName
{
border-color: #345CF9;
}
</style>