Shades of Royal Blue #345FD3
Tints of Royal Blue #345FD3
RGB
CMYK
RGB Variations
Color information
#345FD3 (or 0x345FD3) is known color: Royal Blue. HEX triplet: 34, 5F and D3. RGB value is (52,95,211). Sum of RGB (Red+Green+Blue) = 52+95+211=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 211 (82.81% from 255 or 58.94% from 358); Max value from RGB is 211 - color contains mainly: blue. Hex color #345FD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345FD3 is #CBA02C. Grayscale: #5E5E5E. Windows color (decimal): -13344813 or 13852468. OLE color: 13852468.
HSL color Cylindrical-coordinate representation of color #345FD3: hue angle of 223.77º degrees, saturation: 0.64, 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 #345FD3 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 52 | 95 | 211 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.17 |
| HSL | 223.77º | 0.64% | 0.52% | - |
| HSV(B) | 223.77º | 0.75% | 0.83% | - |
| XYZ | 17.27 | 13.62 | 63.35 | - |
| YUV | 95.37 | 193.25 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 211 | 0.75 | 0.55 | 0 | 0.17 | 223.77 | 0.64 | 0.52 |
| Hex | 34 | 5F | D3 | 4B | 37 | 0 | 11 | E0 | 40 | 34 |
| Octal | 64 | 137 | 323 | 113 | 67 | 0 | 21 | 340 | 100 | 64 |
| Binary | 110100 | 1011111 | 11010011 | 1001011 | 110111 | 0 | 10001 | 11100000 | 1000000 | 110100 |
Color Harmonies of #345FD3
Complementary color
Monochromatic Colors of #345FD3
Black with #345FD3
Text Example
Text Example
White with #345FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345FD3; }
p { color: rgb(52,95,211); }
H1.HeaderClassName
{
color: #345FD3;
}
.AnyTagClassName
{
color: #345FD3;
}
</style>
background-color css
<style>
a { background-color: #345FD3; }
a { background-color: rgb(52,95,211); }
div.DivClassName
{
background-color: #345FD3;
}
.BgClassName
{
background-color: #345FD3;
}
</style>
border-color css
<style>
span { border-color: #345FD3; }
span { border-color: rgb(52,95,211); }
td.TdClassName
{
border-color: #345FD3;
}
.TagClassName
{
border-color: #345FD3;
}
</style>