Shades of Royal Blue #3264EC
Tints of Royal Blue #3264EC
RGB
CMYK
RGB Variations
Color information
#3264EC (or 0x3264EC) is known color: Royal Blue. HEX triplet: 32, 64 and EC. RGB value is (50,100,236). Sum of RGB (Red+Green+Blue) = 50+100+236=386 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.95% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #3264EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3264EC is #CD9B13. Grayscale: #636363. Windows color (decimal): -13474580 or 15492146. OLE color: 15492146.
HSL color Cylindrical-coordinate representation of color #3264EC: hue angle of 223.87º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3264EC is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 100 | 236 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.07 |
| HSL | 223.87º | 0.83% | 0.56% | - |
| HSV(B) | 223.87º | 0.79% | 0.93% | - |
| XYZ | 21.01 | 15.85 | 81.31 | - |
| YUV | 100.55 | 204.44 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 100 | 236 | 0.79 | 0.58 | 0 | 0.07 | 223.87 | 0.83 | 0.56 |
| Hex | 32 | 64 | EC | 4F | 3A | 0 | 7 | E0 | 53 | 38 |
| Octal | 62 | 144 | 354 | 117 | 72 | 0 | 7 | 340 | 123 | 70 |
| Binary | 110010 | 1100100 | 11101100 | 1001111 | 111010 | 0 | 111 | 11100000 | 1010011 | 111000 |
Color Harmonies of #3264EC
Complementary color
Monochromatic Colors of #3264EC
Black with #3264EC
Text Example
Text Example
White with #3264EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3264EC; }
p { color: rgb(50,100,236); }
H1.HeaderClassName
{
color: #3264EC;
}
.AnyTagClassName
{
color: #3264EC;
}
</style>
background-color css
<style>
a { background-color: #3264EC; }
a { background-color: rgb(50,100,236); }
div.DivClassName
{
background-color: #3264EC;
}
.BgClassName
{
background-color: #3264EC;
}
</style>
border-color css
<style>
span { border-color: #3264EC; }
span { border-color: rgb(50,100,236); }
td.TdClassName
{
border-color: #3264EC;
}
.TagClassName
{
border-color: #3264EC;
}
</style>