Shades of Royal Blue #3464EC
Tints of Royal Blue #3464EC
RGB
CMYK
RGB Variations
Color information
#3464EC (or 0x3464EC) is known color: Royal Blue. HEX triplet: 34, 64 and EC. RGB value is (52,100,236). Sum of RGB (Red+Green+Blue) = 52+100+236=388 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.40% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 236 (92.58% from 255 or 60.82% from 388); Max value from RGB is 236 - color contains mainly: blue. Hex color #3464EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3464EC is #CB9B13. Grayscale: #646464. Windows color (decimal): -13343508 or 15492148. OLE color: 15492148.
HSL color Cylindrical-coordinate representation of color #3464EC: hue angle of 224.35º 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 #3464EC is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 100 | 236 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.07 |
| HSL | 224.35º | 0.83% | 0.56% | - |
| HSV(B) | 224.35º | 0.78% | 0.93% | - |
| XYZ | 21.11 | 15.9 | 81.31 | - |
| YUV | 101.15 | 204.1 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 100 | 236 | 0.78 | 0.58 | 0 | 0.07 | 224.35 | 0.83 | 0.56 |
| Hex | 34 | 64 | EC | 4E | 3A | 0 | 7 | E0 | 53 | 38 |
| Octal | 64 | 144 | 354 | 116 | 72 | 0 | 7 | 340 | 123 | 70 |
| Binary | 110100 | 1100100 | 11101100 | 1001110 | 111010 | 0 | 111 | 11100000 | 1010011 | 111000 |
Color Harmonies of #3464EC
Complementary color
Monochromatic Colors of #3464EC
Black with #3464EC
Text Example
Text Example
White with #3464EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3464EC; }
p { color: rgb(52,100,236); }
H1.HeaderClassName
{
color: #3464EC;
}
.AnyTagClassName
{
color: #3464EC;
}
</style>
background-color css
<style>
a { background-color: #3464EC; }
a { background-color: rgb(52,100,236); }
div.DivClassName
{
background-color: #3464EC;
}
.BgClassName
{
background-color: #3464EC;
}
</style>
border-color css
<style>
span { border-color: #3464EC; }
span { border-color: rgb(52,100,236); }
td.TdClassName
{
border-color: #3464EC;
}
.TagClassName
{
border-color: #3464EC;
}
</style>