Shades of Royal Blue #345EF4
Tints of Royal Blue #345EF4
RGB
CMYK
RGB Variations
Color information
#345EF4 (or 0x345EF4) is known color: Royal Blue. HEX triplet: 34, 5E and F4. RGB value is (52,94,244). Sum of RGB (Red+Green+Blue) = 52+94+244=390 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.33% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 244 (95.70% from 255 or 62.56% from 390); Max value from RGB is 244 - color contains mainly: blue. Hex color #345EF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345EF4 is #CBA10B. Grayscale: #616161. Windows color (decimal): -13345036 or 16014900. OLE color: 16014900.
HSL color Cylindrical-coordinate representation of color #345EF4: hue angle of 226.88º 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 #345EF4 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 94 | 244 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.04 |
| HSL | 226.88º | 0.9% | 0.58% | - |
| HSV(B) | 226.88º | 0.79% | 0.96% | - |
| XYZ | 21.75 | 15.27 | 87.39 | - |
| YUV | 98.54 | 210.09 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 244 | 0.79 | 0.61 | 0 | 0.04 | 226.88 | 0.9 | 0.58 |
| Hex | 34 | 5E | F4 | 4F | 3D | 0 | 4 | E3 | 5A | 3A |
| Octal | 64 | 136 | 364 | 117 | 75 | 0 | 4 | 343 | 132 | 72 |
| Binary | 110100 | 1011110 | 11110100 | 1001111 | 111101 | 0 | 100 | 11100011 | 1011010 | 111010 |
Color Harmonies of #345EF4
Complementary color
Monochromatic Colors of #345EF4
Black with #345EF4
Text Example
Text Example
White with #345EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345EF4; }
p { color: rgb(52,94,244); }
H1.HeaderClassName
{
color: #345EF4;
}
.AnyTagClassName
{
color: #345EF4;
}
</style>
background-color css
<style>
a { background-color: #345EF4; }
a { background-color: rgb(52,94,244); }
div.DivClassName
{
background-color: #345EF4;
}
.BgClassName
{
background-color: #345EF4;
}
</style>
border-color css
<style>
span { border-color: #345EF4; }
span { border-color: rgb(52,94,244); }
td.TdClassName
{
border-color: #345EF4;
}
.TagClassName
{
border-color: #345EF4;
}
</style>