Shades of Royal Blue #345CDB
Tints of Royal Blue #345CDB
RGB
CMYK
RGB Variations
Color information
#345CDB (or 0x345CDB) is known color: Royal Blue. HEX triplet: 34, 5C and DB. RGB value is (52,92,219). Sum of RGB (Red+Green+Blue) = 52+92+219=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #345CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345CDB is #CBA324. Grayscale: #5D5D5D. Windows color (decimal): -13345573 or 14375988. OLE color: 14375988.
HSL color Cylindrical-coordinate representation of color #345CDB: hue angle of 225.63º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #345CDB is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 92 | 219 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.14 |
| HSL | 225.63º | 0.7% | 0.53% | - |
| HSV(B) | 225.63º | 0.76% | 0.86% | - |
| XYZ | 18.03 | 13.5 | 68.67 | - |
| YUV | 94.52 | 198.25 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 219 | 0.76 | 0.58 | 0 | 0.14 | 225.63 | 0.7 | 0.53 |
| Hex | 34 | 5C | DB | 4C | 3A | 0 | E | E2 | 46 | 35 |
| Octal | 64 | 134 | 333 | 114 | 72 | 0 | 16 | 342 | 106 | 65 |
| Binary | 110100 | 1011100 | 11011011 | 1001100 | 111010 | 0 | 1110 | 11100010 | 1000110 | 110101 |
Color Harmonies of #345CDB
Complementary color
Monochromatic Colors of #345CDB
Black with #345CDB
Text Example
Text Example
White with #345CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345CDB; }
p { color: rgb(52,92,219); }
H1.HeaderClassName
{
color: #345CDB;
}
.AnyTagClassName
{
color: #345CDB;
}
</style>
background-color css
<style>
a { background-color: #345CDB; }
a { background-color: rgb(52,92,219); }
div.DivClassName
{
background-color: #345CDB;
}
.BgClassName
{
background-color: #345CDB;
}
</style>
border-color css
<style>
span { border-color: #345CDB; }
span { border-color: rgb(52,92,219); }
td.TdClassName
{
border-color: #345CDB;
}
.TagClassName
{
border-color: #345CDB;
}
</style>