Shades of Royal Blue #3466EC
Tints of Royal Blue #3466EC
RGB
CMYK
RGB Variations
Color information
#3466EC (or 0x3466EC) is known color: Royal Blue. HEX triplet: 34, 66 and EC. RGB value is (52,102,236). Sum of RGB (Red+Green+Blue) = 52+102+236=390 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.33% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 236 (92.58% from 255 or 60.51% from 390); Max value from RGB is 236 - color contains mainly: blue. Hex color #3466EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3466EC is #CB9913. Grayscale: #656565. Windows color (decimal): -13342996 or 15492660. OLE color: 15492660.
HSL color Cylindrical-coordinate representation of color #3466EC: hue angle of 223.7º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3466EC is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 102 | 236 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.07 |
| HSL | 223.7º | 0.83% | 0.56% | - |
| HSV(B) | 223.7º | 0.78% | 0.93% | - |
| XYZ | 21.31 | 16.29 | 81.38 | - |
| YUV | 102.33 | 203.44 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 102 | 236 | 0.78 | 0.57 | 0 | 0.07 | 223.7 | 0.83 | 0.56 |
| Hex | 34 | 66 | EC | 4E | 39 | 0 | 7 | E0 | 53 | 38 |
| Octal | 64 | 146 | 354 | 116 | 71 | 0 | 7 | 340 | 123 | 70 |
| Binary | 110100 | 1100110 | 11101100 | 1001110 | 111001 | 0 | 111 | 11100000 | 1010011 | 111000 |
Color Harmonies of #3466EC
Complementary color
Monochromatic Colors of #3466EC
Black with #3466EC
Text Example
Text Example
White with #3466EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3466EC; }
p { color: rgb(52,102,236); }
H1.HeaderClassName
{
color: #3466EC;
}
.AnyTagClassName
{
color: #3466EC;
}
</style>
background-color css
<style>
a { background-color: #3466EC; }
a { background-color: rgb(52,102,236); }
div.DivClassName
{
background-color: #3466EC;
}
.BgClassName
{
background-color: #3466EC;
}
</style>
border-color css
<style>
span { border-color: #3466EC; }
span { border-color: rgb(52,102,236); }
td.TdClassName
{
border-color: #3466EC;
}
.TagClassName
{
border-color: #3466EC;
}
</style>