Shades of Royal Blue #345DFD
Tints of Royal Blue #345DFD
RGB
CMYK
RGB Variations
Color information
#345DFD (or 0x345DFD) is known color: Royal Blue. HEX triplet: 34, 5D and FD. RGB value is (52,93,253). Sum of RGB (Red+Green+Blue) = 52+93+253=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #345DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345DFD is #CBA202. Grayscale: #626262. Windows color (decimal): -13345283 or 16604468. OLE color: 16604468.
HSL color Cylindrical-coordinate representation of color #345DFD: hue angle of 227.76º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #345DFD is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 93 | 253 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.01 |
| HSL | 227.76º | 0.98% | 0.6% | - |
| HSV(B) | 227.76º | 0.79% | 0.99% | - |
| XYZ | 23.06 | 15.65 | 94.73 | - |
| YUV | 98.98 | 214.92 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 253 | 0.79 | 0.63 | 0 | 0.01 | 227.76 | 0.98 | 0.6 |
| Hex | 34 | 5D | FD | 4F | 3F | 0 | 1 | E4 | 62 | 3C |
| Octal | 64 | 135 | 375 | 117 | 77 | 0 | 1 | 344 | 142 | 74 |
| Binary | 110100 | 1011101 | 11111101 | 1001111 | 111111 | 0 | 1 | 11100100 | 1100010 | 111100 |
Color Harmonies of #345DFD
Complementary color
Monochromatic Colors of #345DFD
Black with #345DFD
Text Example
Text Example
White with #345DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345DFD; }
p { color: rgb(52,93,253); }
H1.HeaderClassName
{
color: #345DFD;
}
.AnyTagClassName
{
color: #345DFD;
}
</style>
background-color css
<style>
a { background-color: #345DFD; }
a { background-color: rgb(52,93,253); }
div.DivClassName
{
background-color: #345DFD;
}
.BgClassName
{
background-color: #345DFD;
}
</style>
border-color css
<style>
span { border-color: #345DFD; }
span { border-color: rgb(52,93,253); }
td.TdClassName
{
border-color: #345DFD;
}
.TagClassName
{
border-color: #345DFD;
}
</style>