Shades of Royal Blue #345DDC
Tints of Royal Blue #345DDC
RGB
CMYK
RGB Variations
Color information
#345DDC (or 0x345DDC) is known color: Royal Blue. HEX triplet: 34, 5D and DC. RGB value is (52,93,220). Sum of RGB (Red+Green+Blue) = 52+93+220=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #345DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345DDC is #CBA223. Grayscale: #5E5E5E. Windows color (decimal): -13345316 or 14441780. OLE color: 14441780.
HSL color Cylindrical-coordinate representation of color #345DDC: hue angle of 225.36º degrees, saturation: 0.71, 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 #345DDC is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 93 | 220 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.14 |
| HSL | 225.36º | 0.71% | 0.53% | - |
| HSV(B) | 225.36º | 0.76% | 0.86% | - |
| XYZ | 18.25 | 13.73 | 69.4 | - |
| YUV | 95.22 | 198.42 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 220 | 0.76 | 0.58 | 0 | 0.14 | 225.36 | 0.71 | 0.53 |
| Hex | 34 | 5D | DC | 4C | 3A | 0 | E | E1 | 47 | 35 |
| Octal | 64 | 135 | 334 | 114 | 72 | 0 | 16 | 341 | 107 | 65 |
| Binary | 110100 | 1011101 | 11011100 | 1001100 | 111010 | 0 | 1110 | 11100001 | 1000111 | 110101 |
Color Harmonies of #345DDC
Complementary color
Monochromatic Colors of #345DDC
Black with #345DDC
Text Example
Text Example
White with #345DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345DDC; }
p { color: rgb(52,93,220); }
H1.HeaderClassName
{
color: #345DDC;
}
.AnyTagClassName
{
color: #345DDC;
}
</style>
background-color css
<style>
a { background-color: #345DDC; }
a { background-color: rgb(52,93,220); }
div.DivClassName
{
background-color: #345DDC;
}
.BgClassName
{
background-color: #345DDC;
}
</style>
border-color css
<style>
span { border-color: #345DDC; }
span { border-color: rgb(52,93,220); }
td.TdClassName
{
border-color: #345DDC;
}
.TagClassName
{
border-color: #345DDC;
}
</style>