Shades of Royal Blue #3461D8
Tints of Royal Blue #3461D8
RGB
CMYK
RGB Variations
Color information
#3461D8 (or 0x3461D8) is known color: Royal Blue. HEX triplet: 34, 61 and D8. RGB value is (52,97,216). Sum of RGB (Red+Green+Blue) = 52+97+216=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 216 (84.77% from 255 or 59.18% from 365); Max value from RGB is 216 - color contains mainly: blue. Hex color #3461D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3461D8 is #CB9E27. Grayscale: #606060. Windows color (decimal): -13344296 or 14180660. OLE color: 14180660.
HSL color Cylindrical-coordinate representation of color #3461D8: hue angle of 223.54º degrees, saturation: 0.68, 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 #3461D8 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 97 | 216 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.15 |
| HSL | 223.54º | 0.68% | 0.53% | - |
| HSV(B) | 223.54º | 0.76% | 0.85% | - |
| XYZ | 18.09 | 14.24 | 66.76 | - |
| YUV | 97.11 | 195.09 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 97 | 216 | 0.76 | 0.55 | 0 | 0.15 | 223.54 | 0.68 | 0.53 |
| Hex | 34 | 61 | D8 | 4C | 37 | 0 | F | E0 | 44 | 35 |
| Octal | 64 | 141 | 330 | 114 | 67 | 0 | 17 | 340 | 104 | 65 |
| Binary | 110100 | 1100001 | 11011000 | 1001100 | 110111 | 0 | 1111 | 11100000 | 1000100 | 110101 |
Color Harmonies of #3461D8
Complementary color
Monochromatic Colors of #3461D8
Black with #3461D8
Text Example
Text Example
White with #3461D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3461D8; }
p { color: rgb(52,97,216); }
H1.HeaderClassName
{
color: #3461D8;
}
.AnyTagClassName
{
color: #3461D8;
}
</style>
background-color css
<style>
a { background-color: #3461D8; }
a { background-color: rgb(52,97,216); }
div.DivClassName
{
background-color: #3461D8;
}
.BgClassName
{
background-color: #3461D8;
}
</style>
border-color css
<style>
span { border-color: #3461D8; }
span { border-color: rgb(52,97,216); }
td.TdClassName
{
border-color: #3461D8;
}
.TagClassName
{
border-color: #3461D8;
}
</style>