Shades of Royal Blue #3460DE
Tints of Royal Blue #3460DE
RGB
CMYK
RGB Variations
Color information
#3460DE (or 0x3460DE) is known color: Royal Blue. HEX triplet: 34, 60 and DE. RGB value is (52,96,222). Sum of RGB (Red+Green+Blue) = 52+96+222=370 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.05% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #3460DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3460DE is #CB9F21. Grayscale: #606060. Windows color (decimal): -13344546 or 14573620. OLE color: 14573620.
HSL color Cylindrical-coordinate representation of color #3460DE: hue angle of 224.47º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3460DE is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 96 | 222 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.13 |
| HSL | 224.47º | 0.72% | 0.54% | - |
| HSV(B) | 224.47º | 0.77% | 0.87% | - |
| XYZ | 18.78 | 14.37 | 70.89 | - |
| YUV | 97.21 | 198.42 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 96 | 222 | 0.77 | 0.57 | 0 | 0.13 | 224.47 | 0.72 | 0.54 |
| Hex | 34 | 60 | DE | 4D | 39 | 0 | D | E0 | 48 | 36 |
| Octal | 64 | 140 | 336 | 115 | 71 | 0 | 15 | 340 | 110 | 66 |
| Binary | 110100 | 1100000 | 11011110 | 1001101 | 111001 | 0 | 1101 | 11100000 | 1001000 | 110110 |
Color Harmonies of #3460DE
Complementary color
Monochromatic Colors of #3460DE
Black with #3460DE
Text Example
Text Example
White with #3460DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3460DE; }
p { color: rgb(52,96,222); }
H1.HeaderClassName
{
color: #3460DE;
}
.AnyTagClassName
{
color: #3460DE;
}
</style>
background-color css
<style>
a { background-color: #3460DE; }
a { background-color: rgb(52,96,222); }
div.DivClassName
{
background-color: #3460DE;
}
.BgClassName
{
background-color: #3460DE;
}
</style>
border-color css
<style>
span { border-color: #3460DE; }
span { border-color: rgb(52,96,222); }
td.TdClassName
{
border-color: #3460DE;
}
.TagClassName
{
border-color: #3460DE;
}
</style>