Shades of Royal Blue #345FD5
Tints of Royal Blue #345FD5
RGB
CMYK
RGB Variations
Color information
#345FD5 (or 0x345FD5) is known color: Royal Blue. HEX triplet: 34, 5F and D5. RGB value is (52,95,213). Sum of RGB (Red+Green+Blue) = 52+95+213=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 213 (83.59% from 255 or 59.17% from 360); Max value from RGB is 213 - color contains mainly: blue. Hex color #345FD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345FD5 is #CBA02A. Grayscale: #5F5F5F. Windows color (decimal): -13344811 or 13983540. OLE color: 13983540.
HSL color Cylindrical-coordinate representation of color #345FD5: hue angle of 223.98º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #345FD5 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 95 | 213 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.16 |
| HSL | 223.98º | 0.66% | 0.52% | - |
| HSV(B) | 223.98º | 0.76% | 0.84% | - |
| XYZ | 17.52 | 13.72 | 64.68 | - |
| YUV | 95.6 | 194.25 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 213 | 0.76 | 0.55 | 0 | 0.16 | 223.98 | 0.66 | 0.52 |
| Hex | 34 | 5F | D5 | 4C | 37 | 0 | 10 | E0 | 42 | 34 |
| Octal | 64 | 137 | 325 | 114 | 67 | 0 | 20 | 340 | 102 | 64 |
| Binary | 110100 | 1011111 | 11010101 | 1001100 | 110111 | 0 | 10000 | 11100000 | 1000010 | 110100 |
Color Harmonies of #345FD5
Complementary color
Monochromatic Colors of #345FD5
Black with #345FD5
Text Example
Text Example
White with #345FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345FD5; }
p { color: rgb(52,95,213); }
H1.HeaderClassName
{
color: #345FD5;
}
.AnyTagClassName
{
color: #345FD5;
}
</style>
background-color css
<style>
a { background-color: #345FD5; }
a { background-color: rgb(52,95,213); }
div.DivClassName
{
background-color: #345FD5;
}
.BgClassName
{
background-color: #345FD5;
}
</style>
border-color css
<style>
span { border-color: #345FD5; }
span { border-color: rgb(52,95,213); }
td.TdClassName
{
border-color: #345FD5;
}
.TagClassName
{
border-color: #345FD5;
}
</style>