Shades of Royal Blue #345DFE
Tints of Royal Blue #345DFE
RGB
CMYK
RGB Variations
Color information
#345DFE (or 0x345DFE) is known color: Royal Blue. HEX triplet: 34, 5D and FE. RGB value is (52,93,254). Sum of RGB (Red+Green+Blue) = 52+93+254=399 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.03% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #345DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345DFE is #CBA201. Grayscale: #626262. Windows color (decimal): -13345282 or 16670004. OLE color: 16670004.
HSL color Cylindrical-coordinate representation of color #345DFE: hue angle of 227.82º 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 #345DFE is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 93 | 254 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.00 |
| HSL | 227.82º | 0.99% | 0.6% | - |
| HSV(B) | 227.82º | 0.8% | 1% | - |
| XYZ | 23.22 | 15.71 | 95.58 | - |
| YUV | 99.1 | 215.42 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 254 | 0.80 | 0.63 | 0 | 0.00 | 227.82 | 0.99 | 0.6 |
| Hex | 34 | 5D | FE | 50 | 3F | 0 | 0 | E4 | 63 | 3C |
| Octal | 64 | 135 | 376 | 120 | 77 | 0 | 0 | 344 | 143 | 74 |
| Binary | 110100 | 1011101 | 11111110 | 1010000 | 111111 | 0 | 0 | 11100100 | 1100011 | 111100 |
Color Harmonies of #345DFE
Complementary color
Monochromatic Colors of #345DFE
Black with #345DFE
Text Example
Text Example
White with #345DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345DFE; }
p { color: rgb(52,93,254); }
H1.HeaderClassName
{
color: #345DFE;
}
.AnyTagClassName
{
color: #345DFE;
}
</style>
background-color css
<style>
a { background-color: #345DFE; }
a { background-color: rgb(52,93,254); }
div.DivClassName
{
background-color: #345DFE;
}
.BgClassName
{
background-color: #345DFE;
}
</style>
border-color css
<style>
span { border-color: #345DFE; }
span { border-color: rgb(52,93,254); }
td.TdClassName
{
border-color: #345DFE;
}
.TagClassName
{
border-color: #345DFE;
}
</style>