Shades of Royal Blue #3466DC
Tints of Royal Blue #3466DC
RGB
CMYK
RGB Variations
Color information
#3466DC (or 0x3466DC) is known color: Royal Blue. HEX triplet: 34, 66 and DC. RGB value is (52,102,220). Sum of RGB (Red+Green+Blue) = 52+102+220=374 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.90% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #3466DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3466DC is #CB9923. Grayscale: #636363. Windows color (decimal): -13343012 or 14444084. OLE color: 14444084.
HSL color Cylindrical-coordinate representation of color #3466DC: hue angle of 222.14º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3466DC is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 102 | 220 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.14 |
| HSL | 222.14º | 0.71% | 0.53% | - |
| HSV(B) | 222.14º | 0.76% | 0.86% | - |
| XYZ | 19.09 | 15.4 | 69.68 | - |
| YUV | 100.5 | 195.44 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 102 | 220 | 0.76 | 0.54 | 0 | 0.14 | 222.14 | 0.71 | 0.53 |
| Hex | 34 | 66 | DC | 4C | 36 | 0 | E | DE | 47 | 35 |
| Octal | 64 | 146 | 334 | 114 | 66 | 0 | 16 | 336 | 107 | 65 |
| Binary | 110100 | 1100110 | 11011100 | 1001100 | 110110 | 0 | 1110 | 11011110 | 1000111 | 110101 |
Color Harmonies of #3466DC
Complementary color
Monochromatic Colors of #3466DC
Black with #3466DC
Text Example
Text Example
White with #3466DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3466DC; }
p { color: rgb(52,102,220); }
H1.HeaderClassName
{
color: #3466DC;
}
.AnyTagClassName
{
color: #3466DC;
}
</style>
background-color css
<style>
a { background-color: #3466DC; }
a { background-color: rgb(52,102,220); }
div.DivClassName
{
background-color: #3466DC;
}
.BgClassName
{
background-color: #3466DC;
}
</style>
border-color css
<style>
span { border-color: #3466DC; }
span { border-color: rgb(52,102,220); }
td.TdClassName
{
border-color: #3466DC;
}
.TagClassName
{
border-color: #3466DC;
}
</style>