Shades of Royal Blue #345EFD
Tints of Royal Blue #345EFD
RGB
CMYK
RGB Variations
Color information
#345EFD (or 0x345EFD) is known color: Royal Blue. HEX triplet: 34, 5E and FD. RGB value is (52,94,253). Sum of RGB (Red+Green+Blue) = 52+94+253=399 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.03% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #345EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345EFD is #CBA102. Grayscale: #626262. Windows color (decimal): -13345027 or 16604724. OLE color: 16604724.
HSL color Cylindrical-coordinate representation of color #345EFD: hue angle of 227.46º 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 #345EFD is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 94 | 253 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.01 |
| HSL | 227.46º | 0.98% | 0.6% | - |
| HSV(B) | 227.46º | 0.79% | 0.99% | - |
| XYZ | 23.15 | 15.83 | 94.76 | - |
| YUV | 99.57 | 214.59 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 253 | 0.79 | 0.63 | 0 | 0.01 | 227.46 | 0.98 | 0.6 |
| Hex | 34 | 5E | FD | 4F | 3F | 0 | 1 | E3 | 62 | 3C |
| Octal | 64 | 136 | 375 | 117 | 77 | 0 | 1 | 343 | 142 | 74 |
| Binary | 110100 | 1011110 | 11111101 | 1001111 | 111111 | 0 | 1 | 11100011 | 1100010 | 111100 |
Color Harmonies of #345EFD
Complementary color
Monochromatic Colors of #345EFD
Black with #345EFD
Text Example
Text Example
White with #345EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345EFD; }
p { color: rgb(52,94,253); }
H1.HeaderClassName
{
color: #345EFD;
}
.AnyTagClassName
{
color: #345EFD;
}
</style>
background-color css
<style>
a { background-color: #345EFD; }
a { background-color: rgb(52,94,253); }
div.DivClassName
{
background-color: #345EFD;
}
.BgClassName
{
background-color: #345EFD;
}
</style>
border-color css
<style>
span { border-color: #345EFD; }
span { border-color: rgb(52,94,253); }
td.TdClassName
{
border-color: #345EFD;
}
.TagClassName
{
border-color: #345EFD;
}
</style>