Shades of Royal Blue #3456DA
Tints of Royal Blue #3456DA
RGB
CMYK
RGB Variations
Color information
#3456DA (or 0x3456DA) is known color: Royal Blue. HEX triplet: 34, 56 and DA. RGB value is (52,86,218). Sum of RGB (Red+Green+Blue) = 52+86+218=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 218 (85.55% from 255 or 61.24% from 356); Max value from RGB is 218 - color contains mainly: blue. Hex color #3456DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3456DA is #CBA925. Grayscale: #5A5A5A. Windows color (decimal): -13347110 or 14308916. OLE color: 14308916.
HSL color Cylindrical-coordinate representation of color #3456DA: hue angle of 227.71º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3456DA is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 86 | 218 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.15 |
| HSL | 227.71º | 0.69% | 0.53% | - |
| HSV(B) | 227.71º | 0.76% | 0.85% | - |
| XYZ | 17.4 | 12.45 | 67.82 | - |
| YUV | 90.88 | 199.74 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 86 | 218 | 0.76 | 0.61 | 0 | 0.15 | 227.71 | 0.69 | 0.53 |
| Hex | 34 | 56 | DA | 4C | 3D | 0 | F | E4 | 45 | 35 |
| Octal | 64 | 126 | 332 | 114 | 75 | 0 | 17 | 344 | 105 | 65 |
| Binary | 110100 | 1010110 | 11011010 | 1001100 | 111101 | 0 | 1111 | 11100100 | 1000101 | 110101 |
Color Harmonies of #3456DA
Complementary color
Monochromatic Colors of #3456DA
Black with #3456DA
Text Example
Text Example
White with #3456DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3456DA; }
p { color: rgb(52,86,218); }
H1.HeaderClassName
{
color: #3456DA;
}
.AnyTagClassName
{
color: #3456DA;
}
</style>
background-color css
<style>
a { background-color: #3456DA; }
a { background-color: rgb(52,86,218); }
div.DivClassName
{
background-color: #3456DA;
}
.BgClassName
{
background-color: #3456DA;
}
</style>
border-color css
<style>
span { border-color: #3456DA; }
span { border-color: rgb(52,86,218); }
td.TdClassName
{
border-color: #3456DA;
}
.TagClassName
{
border-color: #3456DA;
}
</style>