Shades of Royal Blue #345EFE
Tints of Royal Blue #345EFE
RGB
CMYK
RGB Variations
Color information
#345EFE (or 0x345EFE) is known color: Royal Blue. HEX triplet: 34, 5E and FE. RGB value is (52,94,254). Sum of RGB (Red+Green+Blue) = 52+94+254=400 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #345EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345EFE is #CBA101. Grayscale: #626262. Windows color (decimal): -13345026 or 16670260. OLE color: 16670260.
HSL color Cylindrical-coordinate representation of color #345EFE: hue angle of 227.52º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #345EFE is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 94 | 254 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.00 |
| HSL | 227.52º | 0.99% | 0.6% | - |
| HSV(B) | 227.52º | 0.8% | 1% | - |
| XYZ | 23.31 | 15.89 | 95.6 | - |
| YUV | 99.68 | 215.09 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 254 | 0.80 | 0.63 | 0 | 0.00 | 227.52 | 0.99 | 0.6 |
| Hex | 34 | 5E | FE | 50 | 3F | 0 | 0 | E4 | 63 | 3C |
| Octal | 64 | 136 | 376 | 120 | 77 | 0 | 0 | 344 | 143 | 74 |
| Binary | 110100 | 1011110 | 11111110 | 1010000 | 111111 | 0 | 0 | 11100100 | 1100011 | 111100 |
Color Harmonies of #345EFE
Complementary color
Monochromatic Colors of #345EFE
Black with #345EFE
Text Example
Text Example
White with #345EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345EFE; }
p { color: rgb(52,94,254); }
H1.HeaderClassName
{
color: #345EFE;
}
.AnyTagClassName
{
color: #345EFE;
}
</style>
background-color css
<style>
a { background-color: #345EFE; }
a { background-color: rgb(52,94,254); }
div.DivClassName
{
background-color: #345EFE;
}
.BgClassName
{
background-color: #345EFE;
}
</style>
border-color css
<style>
span { border-color: #345EFE; }
span { border-color: rgb(52,94,254); }
td.TdClassName
{
border-color: #345EFE;
}
.TagClassName
{
border-color: #345EFE;
}
</style>