Shades of Royal Blue #345EFC
Tints of Royal Blue #345EFC
RGB
CMYK
RGB Variations
Color information
#345EFC (or 0x345EFC) is known color: Royal Blue. HEX triplet: 34, 5E and FC. RGB value is (52,94,252). Sum of RGB (Red+Green+Blue) = 52+94+252=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #345EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345EFC is #CBA103. Grayscale: #626262. Windows color (decimal): -13345028 or 16539188. OLE color: 16539188.
HSL color Cylindrical-coordinate representation of color #345EFC: hue angle of 227.4º degrees, saturation: 0.97, 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 #345EFC is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 94 | 252 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.01 |
| HSL | 227.4º | 0.97% | 0.6% | - |
| HSV(B) | 227.4º | 0.79% | 0.99% | - |
| XYZ | 22.99 | 15.76 | 93.93 | - |
| YUV | 99.45 | 214.09 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 252 | 0.79 | 0.63 | 0 | 0.01 | 227.4 | 0.97 | 0.6 |
| Hex | 34 | 5E | FC | 4F | 3F | 0 | 1 | E3 | 61 | 3C |
| Octal | 64 | 136 | 374 | 117 | 77 | 0 | 1 | 343 | 141 | 74 |
| Binary | 110100 | 1011110 | 11111100 | 1001111 | 111111 | 0 | 1 | 11100011 | 1100001 | 111100 |
Color Harmonies of #345EFC
Complementary color
Monochromatic Colors of #345EFC
Black with #345EFC
Text Example
Text Example
White with #345EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345EFC; }
p { color: rgb(52,94,252); }
H1.HeaderClassName
{
color: #345EFC;
}
.AnyTagClassName
{
color: #345EFC;
}
</style>
background-color css
<style>
a { background-color: #345EFC; }
a { background-color: rgb(52,94,252); }
div.DivClassName
{
background-color: #345EFC;
}
.BgClassName
{
background-color: #345EFC;
}
</style>
border-color css
<style>
span { border-color: #345EFC; }
span { border-color: rgb(52,94,252); }
td.TdClassName
{
border-color: #345EFC;
}
.TagClassName
{
border-color: #345EFC;
}
</style>