Shades of Royal Blue #3460DA
Tints of Royal Blue #3460DA
RGB
CMYK
RGB Variations
Color information
#3460DA (or 0x3460DA) is known color: Royal Blue. HEX triplet: 34, 60 and DA. RGB value is (52,96,218). Sum of RGB (Red+Green+Blue) = 52+96+218=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #3460DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3460DA is #CB9F25. Grayscale: #606060. Windows color (decimal): -13344550 or 14311476. OLE color: 14311476.
HSL color Cylindrical-coordinate representation of color #3460DA: hue angle of 224.1º 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 #3460DA is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 96 | 218 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.15 |
| HSL | 224.1º | 0.69% | 0.53% | - |
| HSV(B) | 224.1º | 0.76% | 0.85% | - |
| XYZ | 18.25 | 14.16 | 68.1 | - |
| YUV | 96.75 | 196.42 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 96 | 218 | 0.76 | 0.56 | 0 | 0.15 | 224.1 | 0.69 | 0.53 |
| Hex | 34 | 60 | DA | 4C | 38 | 0 | F | E0 | 45 | 35 |
| Octal | 64 | 140 | 332 | 114 | 70 | 0 | 17 | 340 | 105 | 65 |
| Binary | 110100 | 1100000 | 11011010 | 1001100 | 111000 | 0 | 1111 | 11100000 | 1000101 | 110101 |
Color Harmonies of #3460DA
Complementary color
Monochromatic Colors of #3460DA
Black with #3460DA
Text Example
Text Example
White with #3460DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3460DA; }
p { color: rgb(52,96,218); }
H1.HeaderClassName
{
color: #3460DA;
}
.AnyTagClassName
{
color: #3460DA;
}
</style>
background-color css
<style>
a { background-color: #3460DA; }
a { background-color: rgb(52,96,218); }
div.DivClassName
{
background-color: #3460DA;
}
.BgClassName
{
background-color: #3460DA;
}
</style>
border-color css
<style>
span { border-color: #3460DA; }
span { border-color: rgb(52,96,218); }
td.TdClassName
{
border-color: #3460DA;
}
.TagClassName
{
border-color: #3460DA;
}
</style>