Shades of Royal Blue #3465DD
Tints of Royal Blue #3465DD
RGB
CMYK
RGB Variations
Color information
#3465DD (or 0x3465DD) is known color: Royal Blue. HEX triplet: 34, 65 and DD. RGB value is (52,101,221). Sum of RGB (Red+Green+Blue) = 52+101+221=374 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.90% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #3465DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3465DD is #CB9A22. Grayscale: #636363. Windows color (decimal): -13343267 or 14509364. OLE color: 14509364.
HSL color Cylindrical-coordinate representation of color #3465DD: hue angle of 222.6º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3465DD is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 101 | 221 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.13 |
| HSL | 222.6º | 0.71% | 0.54% | - |
| HSV(B) | 222.6º | 0.76% | 0.87% | - |
| XYZ | 19.12 | 15.26 | 70.34 | - |
| YUV | 100.03 | 196.27 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 101 | 221 | 0.76 | 0.54 | 0 | 0.13 | 222.6 | 0.71 | 0.54 |
| Hex | 34 | 65 | DD | 4C | 36 | 0 | D | DF | 47 | 36 |
| Octal | 64 | 145 | 335 | 114 | 66 | 0 | 15 | 337 | 107 | 66 |
| Binary | 110100 | 1100101 | 11011101 | 1001100 | 110110 | 0 | 1101 | 11011111 | 1000111 | 110110 |
Color Harmonies of #3465DD
Complementary color
Monochromatic Colors of #3465DD
Black with #3465DD
Text Example
Text Example
White with #3465DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3465DD; }
p { color: rgb(52,101,221); }
H1.HeaderClassName
{
color: #3465DD;
}
.AnyTagClassName
{
color: #3465DD;
}
</style>
background-color css
<style>
a { background-color: #3465DD; }
a { background-color: rgb(52,101,221); }
div.DivClassName
{
background-color: #3465DD;
}
.BgClassName
{
background-color: #3465DD;
}
</style>
border-color css
<style>
span { border-color: #3465DD; }
span { border-color: rgb(52,101,221); }
td.TdClassName
{
border-color: #3465DD;
}
.TagClassName
{
border-color: #3465DD;
}
</style>