Shades of Royal Blue #345EFF
Tints of Royal Blue #345EFF
RGB
CMYK
RGB Variations
Color information
#345EFF (or 0x345EFF) is known color: Royal Blue. HEX triplet: 34, 5E and FF. RGB value is (52,94,255). Sum of RGB (Red+Green+Blue) = 52+94+255=401 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.97% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #345EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345EFF is #CBA100. Grayscale: #636363. Windows color (decimal): -13345025 or 16735796. OLE color: 16735796.
HSL color Cylindrical-coordinate representation of color #345EFF: hue angle of 227.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #345EFF is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 94 | 255 | - |
| CMYK | 0.80 | 0.63 | 0 | 0 |
| HSL | 227.59º | 1% | 0.6% | - |
| HSV(B) | 227.59º | 0.8% | 1% | - |
| XYZ | 23.47 | 15.96 | 96.45 | - |
| YUV | 99.8 | 215.59 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 255 | 0.80 | 0.63 | 0 | 0 | 227.59 | 1 | 0.6 |
| Hex | 34 | 5E | FF | 50 | 3F | 0 | 0 | E4 | 64 | 3C |
| Octal | 64 | 136 | 377 | 120 | 77 | 0 | 0 | 344 | 144 | 74 |
| Binary | 110100 | 1011110 | 11111111 | 1010000 | 111111 | 0 | 0 | 11100100 | 1100100 | 111100 |
Color Harmonies of #345EFF
Complementary color
Monochromatic Colors of #345EFF
Black with #345EFF
Text Example
Text Example
White with #345EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345EFF; }
p { color: rgb(52,94,255); }
H1.HeaderClassName
{
color: #345EFF;
}
.AnyTagClassName
{
color: #345EFF;
}
</style>
background-color css
<style>
a { background-color: #345EFF; }
a { background-color: rgb(52,94,255); }
div.DivClassName
{
background-color: #345EFF;
}
.BgClassName
{
background-color: #345EFF;
}
</style>
border-color css
<style>
span { border-color: #345EFF; }
span { border-color: rgb(52,94,255); }
td.TdClassName
{
border-color: #345EFF;
}
.TagClassName
{
border-color: #345EFF;
}
</style>