Shades of Royal Blue #345AF9
Tints of Royal Blue #345AF9
RGB
CMYK
RGB Variations
Color information
#345AF9 (or 0x345AF9) is known color: Royal Blue. HEX triplet: 34, 5A and F9. RGB value is (52,90,249). Sum of RGB (Red+Green+Blue) = 52+90+249=391 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.30% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 249 (97.66% from 255 or 63.68% from 391); Max value from RGB is 249 - color contains mainly: blue. Hex color #345AF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345AF9 is #CBA506. Grayscale: #606060. Windows color (decimal): -13346055 or 16341556. OLE color: 16341556.
HSL color Cylindrical-coordinate representation of color #345AF9: hue angle of 228.43º 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 #345AF9 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 90 | 249 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.02 |
| HSL | 228.43º | 0.94% | 0.59% | - |
| HSV(B) | 228.43º | 0.79% | 0.98% | - |
| XYZ | 22.17 | 14.88 | 91.33 | - |
| YUV | 96.76 | 213.91 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 249 | 0.79 | 0.64 | 0 | 0.02 | 228.43 | 0.94 | 0.59 |
| Hex | 34 | 5A | F9 | 4F | 40 | 0 | 2 | E4 | 5E | 3B |
| Octal | 64 | 132 | 371 | 117 | 100 | 0 | 2 | 344 | 136 | 73 |
| Binary | 110100 | 1011010 | 11111001 | 1001111 | 1000000 | 0 | 10 | 11100100 | 1011110 | 111011 |
Color Harmonies of #345AF9
Complementary color
Monochromatic Colors of #345AF9
Black with #345AF9
Text Example
Text Example
White with #345AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345AF9; }
p { color: rgb(52,90,249); }
H1.HeaderClassName
{
color: #345AF9;
}
.AnyTagClassName
{
color: #345AF9;
}
</style>
background-color css
<style>
a { background-color: #345AF9; }
a { background-color: rgb(52,90,249); }
div.DivClassName
{
background-color: #345AF9;
}
.BgClassName
{
background-color: #345AF9;
}
</style>
border-color css
<style>
span { border-color: #345AF9; }
span { border-color: rgb(52,90,249); }
td.TdClassName
{
border-color: #345AF9;
}
.TagClassName
{
border-color: #345AF9;
}
</style>