Shades of Royal Blue #345ED4
Tints of Royal Blue #345ED4
RGB
CMYK
RGB Variations
Color information
#345ED4 (or 0x345ED4) is known color: Royal Blue. HEX triplet: 34, 5E and D4. RGB value is (52,94,212). Sum of RGB (Red+Green+Blue) = 52+94+212=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 212 (83.20% from 255 or 59.22% from 358); Max value from RGB is 212 - color contains mainly: blue. Hex color #345ED4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345ED4 is #CBA12B. Grayscale: #5E5E5E. Windows color (decimal): -13345068 or 13917748. OLE color: 13917748.
HSL color Cylindrical-coordinate representation of color #345ED4: hue angle of 224.25º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #345ED4 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 52 | 94 | 212 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.17 |
| HSL | 224.25º | 0.65% | 0.52% | - |
| HSV(B) | 224.25º | 0.75% | 0.83% | - |
| XYZ | 17.3 | 13.49 | 63.98 | - |
| YUV | 94.89 | 194.09 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 212 | 0.75 | 0.56 | 0 | 0.17 | 224.25 | 0.65 | 0.52 |
| Hex | 34 | 5E | D4 | 4B | 38 | 0 | 11 | E0 | 41 | 34 |
| Octal | 64 | 136 | 324 | 113 | 70 | 0 | 21 | 340 | 101 | 64 |
| Binary | 110100 | 1011110 | 11010100 | 1001011 | 111000 | 0 | 10001 | 11100000 | 1000001 | 110100 |
Color Harmonies of #345ED4
Complementary color
Monochromatic Colors of #345ED4
Black with #345ED4
Text Example
Text Example
White with #345ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345ED4; }
p { color: rgb(52,94,212); }
H1.HeaderClassName
{
color: #345ED4;
}
.AnyTagClassName
{
color: #345ED4;
}
</style>
background-color css
<style>
a { background-color: #345ED4; }
a { background-color: rgb(52,94,212); }
div.DivClassName
{
background-color: #345ED4;
}
.BgClassName
{
background-color: #345ED4;
}
</style>
border-color css
<style>
span { border-color: #345ED4; }
span { border-color: rgb(52,94,212); }
td.TdClassName
{
border-color: #345ED4;
}
.TagClassName
{
border-color: #345ED4;
}
</style>