Shades of Royal Blue #345CF3
Tints of Royal Blue #345CF3
RGB
CMYK
RGB Variations
Color information
#345CF3 (or 0x345CF3) is known color: Royal Blue. HEX triplet: 34, 5C and F3. RGB value is (52,92,243). Sum of RGB (Red+Green+Blue) = 52+92+243=387 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.44% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 243 (95.31% from 255 or 62.79% from 387); Max value from RGB is 243 - color contains mainly: blue. Hex color #345CF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345CF3 is #CBA30C. Grayscale: #606060. Windows color (decimal): -13345549 or 15948852. OLE color: 15948852.
HSL color Cylindrical-coordinate representation of color #345CF3: hue angle of 227.43º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #345CF3 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 92 | 243 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.05 |
| HSL | 227.43º | 0.89% | 0.58% | - |
| HSV(B) | 227.43º | 0.79% | 0.95% | - |
| XYZ | 21.42 | 14.86 | 86.53 | - |
| YUV | 97.25 | 210.25 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 243 | 0.79 | 0.62 | 0 | 0.05 | 227.43 | 0.89 | 0.58 |
| Hex | 34 | 5C | F3 | 4F | 3E | 0 | 5 | E3 | 59 | 3A |
| Octal | 64 | 134 | 363 | 117 | 76 | 0 | 5 | 343 | 131 | 72 |
| Binary | 110100 | 1011100 | 11110011 | 1001111 | 111110 | 0 | 101 | 11100011 | 1011001 | 111010 |
Color Harmonies of #345CF3
Complementary color
Monochromatic Colors of #345CF3
Black with #345CF3
Text Example
Text Example
White with #345CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345CF3; }
p { color: rgb(52,92,243); }
H1.HeaderClassName
{
color: #345CF3;
}
.AnyTagClassName
{
color: #345CF3;
}
</style>
background-color css
<style>
a { background-color: #345CF3; }
a { background-color: rgb(52,92,243); }
div.DivClassName
{
background-color: #345CF3;
}
.BgClassName
{
background-color: #345CF3;
}
</style>
border-color css
<style>
span { border-color: #345CF3; }
span { border-color: rgb(52,92,243); }
td.TdClassName
{
border-color: #345CF3;
}
.TagClassName
{
border-color: #345CF3;
}
</style>