Shades of Royal Blue #3465D8
Tints of Royal Blue #3465D8
RGB
CMYK
RGB Variations
Color information
#3465D8 (or 0x3465D8) is known color: Royal Blue. HEX triplet: 34, 65 and D8. RGB value is (52,101,216). Sum of RGB (Red+Green+Blue) = 52+101+216=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 216 (84.77% from 255 or 58.54% from 369); Max value from RGB is 216 - color contains mainly: blue. Hex color #3465D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3465D8 is #CB9A27. Grayscale: #626262. Windows color (decimal): -13343272 or 14181684. OLE color: 14181684.
HSL color Cylindrical-coordinate representation of color #3465D8: hue angle of 222.07º 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 #3465D8 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 101 | 216 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.15 |
| HSL | 222.07º | 0.68% | 0.53% | - |
| HSV(B) | 222.07º | 0.76% | 0.85% | - |
| XYZ | 18.46 | 15 | 66.89 | - |
| YUV | 99.46 | 193.77 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 101 | 216 | 0.76 | 0.53 | 0 | 0.15 | 222.07 | 0.68 | 0.53 |
| Hex | 34 | 65 | D8 | 4C | 35 | 0 | F | DE | 44 | 35 |
| Octal | 64 | 145 | 330 | 114 | 65 | 0 | 17 | 336 | 104 | 65 |
| Binary | 110100 | 1100101 | 11011000 | 1001100 | 110101 | 0 | 1111 | 11011110 | 1000100 | 110101 |
Color Harmonies of #3465D8
Complementary color
Monochromatic Colors of #3465D8
Black with #3465D8
Text Example
Text Example
White with #3465D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3465D8; }
p { color: rgb(52,101,216); }
H1.HeaderClassName
{
color: #3465D8;
}
.AnyTagClassName
{
color: #3465D8;
}
</style>
background-color css
<style>
a { background-color: #3465D8; }
a { background-color: rgb(52,101,216); }
div.DivClassName
{
background-color: #3465D8;
}
.BgClassName
{
background-color: #3465D8;
}
</style>
border-color css
<style>
span { border-color: #3465D8; }
span { border-color: rgb(52,101,216); }
td.TdClassName
{
border-color: #3465D8;
}
.TagClassName
{
border-color: #3465D8;
}
</style>