Shades of Royal Blue #3456DC
Tints of Royal Blue #3456DC
RGB
CMYK
RGB Variations
Color information
#3456DC (or 0x3456DC) is known color: Royal Blue. HEX triplet: 34, 56 and DC. RGB value is (52,86,220). Sum of RGB (Red+Green+Blue) = 52+86+220=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #3456DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3456DC is #CBA923. Grayscale: #5A5A5A. Windows color (decimal): -13347108 or 14439988. OLE color: 14439988.
HSL color Cylindrical-coordinate representation of color #3456DC: hue angle of 227.86º 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 #3456DC is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 86 | 220 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.14 |
| HSL | 227.86º | 0.71% | 0.53% | - |
| HSV(B) | 227.86º | 0.76% | 0.86% | - |
| XYZ | 17.66 | 12.55 | 69.2 | - |
| YUV | 91.11 | 200.74 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 86 | 220 | 0.76 | 0.61 | 0 | 0.14 | 227.86 | 0.71 | 0.53 |
| Hex | 34 | 56 | DC | 4C | 3D | 0 | E | E4 | 47 | 35 |
| Octal | 64 | 126 | 334 | 114 | 75 | 0 | 16 | 344 | 107 | 65 |
| Binary | 110100 | 1010110 | 11011100 | 1001100 | 111101 | 0 | 1110 | 11100100 | 1000111 | 110101 |
Color Harmonies of #3456DC
Complementary color
Monochromatic Colors of #3456DC
Black with #3456DC
Text Example
Text Example
White with #3456DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3456DC; }
p { color: rgb(52,86,220); }
H1.HeaderClassName
{
color: #3456DC;
}
.AnyTagClassName
{
color: #3456DC;
}
</style>
background-color css
<style>
a { background-color: #3456DC; }
a { background-color: rgb(52,86,220); }
div.DivClassName
{
background-color: #3456DC;
}
.BgClassName
{
background-color: #3456DC;
}
</style>
border-color css
<style>
span { border-color: #3456DC; }
span { border-color: rgb(52,86,220); }
td.TdClassName
{
border-color: #3456DC;
}
.TagClassName
{
border-color: #3456DC;
}
</style>