Shades of Royal Blue #345DDD
Tints of Royal Blue #345DDD
RGB
CMYK
RGB Variations
Color information
#345DDD (or 0x345DDD) is known color: Royal Blue. HEX triplet: 34, 5D and DD. RGB value is (52,93,221). Sum of RGB (Red+Green+Blue) = 52+93+221=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #345DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345DDD is #CBA222. Grayscale: #5E5E5E. Windows color (decimal): -13345315 or 14507316. OLE color: 14507316.
HSL color Cylindrical-coordinate representation of color #345DDD: hue angle of 225.44º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #345DDD is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 93 | 221 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.13 |
| HSL | 225.44º | 0.71% | 0.54% | - |
| HSV(B) | 225.44º | 0.76% | 0.87% | - |
| XYZ | 18.38 | 13.78 | 70.1 | - |
| YUV | 95.33 | 198.92 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 221 | 0.76 | 0.58 | 0 | 0.13 | 225.44 | 0.71 | 0.54 |
| Hex | 34 | 5D | DD | 4C | 3A | 0 | D | E1 | 47 | 36 |
| Octal | 64 | 135 | 335 | 114 | 72 | 0 | 15 | 341 | 107 | 66 |
| Binary | 110100 | 1011101 | 11011101 | 1001100 | 111010 | 0 | 1101 | 11100001 | 1000111 | 110110 |
Color Harmonies of #345DDD
Complementary color
Monochromatic Colors of #345DDD
Black with #345DDD
Text Example
Text Example
White with #345DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345DDD; }
p { color: rgb(52,93,221); }
H1.HeaderClassName
{
color: #345DDD;
}
.AnyTagClassName
{
color: #345DDD;
}
</style>
background-color css
<style>
a { background-color: #345DDD; }
a { background-color: rgb(52,93,221); }
div.DivClassName
{
background-color: #345DDD;
}
.BgClassName
{
background-color: #345DDD;
}
</style>
border-color css
<style>
span { border-color: #345DDD; }
span { border-color: rgb(52,93,221); }
td.TdClassName
{
border-color: #345DDD;
}
.TagClassName
{
border-color: #345DDD;
}
</style>