Shades of Royal Blue #345DF4
Tints of Royal Blue #345DF4
RGB
CMYK
RGB Variations
Color information
#345DF4 (or 0x345DF4) is known color: Royal Blue. HEX triplet: 34, 5D and F4. RGB value is (52,93,244). Sum of RGB (Red+Green+Blue) = 52+93+244=389 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.37% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 244 (95.70% from 255 or 62.72% from 389); Max value from RGB is 244 - color contains mainly: blue. Hex color #345DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345DF4 is #CBA20B. Grayscale: #616161. Windows color (decimal): -13345292 or 16014644. OLE color: 16014644.
HSL color Cylindrical-coordinate representation of color #345DF4: hue angle of 227.19º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #345DF4 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 93 | 244 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.04 |
| HSL | 227.19º | 0.9% | 0.58% | - |
| HSV(B) | 227.19º | 0.79% | 0.96% | - |
| XYZ | 21.66 | 15.09 | 87.36 | - |
| YUV | 97.96 | 210.42 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 244 | 0.79 | 0.62 | 0 | 0.04 | 227.19 | 0.9 | 0.58 |
| Hex | 34 | 5D | F4 | 4F | 3E | 0 | 4 | E3 | 5A | 3A |
| Octal | 64 | 135 | 364 | 117 | 76 | 0 | 4 | 343 | 132 | 72 |
| Binary | 110100 | 1011101 | 11110100 | 1001111 | 111110 | 0 | 100 | 11100011 | 1011010 | 111010 |
Color Harmonies of #345DF4
Complementary color
Monochromatic Colors of #345DF4
Black with #345DF4
Text Example
Text Example
White with #345DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345DF4; }
p { color: rgb(52,93,244); }
H1.HeaderClassName
{
color: #345DF4;
}
.AnyTagClassName
{
color: #345DF4;
}
</style>
background-color css
<style>
a { background-color: #345DF4; }
a { background-color: rgb(52,93,244); }
div.DivClassName
{
background-color: #345DF4;
}
.BgClassName
{
background-color: #345DF4;
}
</style>
border-color css
<style>
span { border-color: #345DF4; }
span { border-color: rgb(52,93,244); }
td.TdClassName
{
border-color: #345DF4;
}
.TagClassName
{
border-color: #345DF4;
}
</style>