Shades of Royal Blue #345ED9
Tints of Royal Blue #345ED9
RGB
CMYK
RGB Variations
Color information
#345ED9 (or 0x345ED9) is known color: Royal Blue. HEX triplet: 34, 5E and D9. RGB value is (52,94,217). Sum of RGB (Red+Green+Blue) = 52+94+217=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 217 (85.16% from 255 or 59.78% from 363); Max value from RGB is 217 - color contains mainly: blue. Hex color #345ED9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345ED9 is #CBA126. Grayscale: #5E5E5E. Windows color (decimal): -13345063 or 14245428. OLE color: 14245428.
HSL color Cylindrical-coordinate representation of color #345ED9: hue angle of 224.73º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #345ED9 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 94 | 217 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.15 |
| HSL | 224.73º | 0.68% | 0.53% | - |
| HSV(B) | 224.73º | 0.76% | 0.85% | - |
| XYZ | 17.94 | 13.75 | 67.35 | - |
| YUV | 95.46 | 196.59 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 217 | 0.76 | 0.57 | 0 | 0.15 | 224.73 | 0.68 | 0.53 |
| Hex | 34 | 5E | D9 | 4C | 39 | 0 | F | E1 | 44 | 35 |
| Octal | 64 | 136 | 331 | 114 | 71 | 0 | 17 | 341 | 104 | 65 |
| Binary | 110100 | 1011110 | 11011001 | 1001100 | 111001 | 0 | 1111 | 11100001 | 1000100 | 110101 |
Color Harmonies of #345ED9
Complementary color
Monochromatic Colors of #345ED9
Black with #345ED9
Text Example
Text Example
White with #345ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345ED9; }
p { color: rgb(52,94,217); }
H1.HeaderClassName
{
color: #345ED9;
}
.AnyTagClassName
{
color: #345ED9;
}
</style>
background-color css
<style>
a { background-color: #345ED9; }
a { background-color: rgb(52,94,217); }
div.DivClassName
{
background-color: #345ED9;
}
.BgClassName
{
background-color: #345ED9;
}
</style>
border-color css
<style>
span { border-color: #345ED9; }
span { border-color: rgb(52,94,217); }
td.TdClassName
{
border-color: #345ED9;
}
.TagClassName
{
border-color: #345ED9;
}
</style>