Shades of Royal Blue #3269EC
Tints of Royal Blue #3269EC
RGB
CMYK
RGB Variations
Color information
#3269EC (or 0x3269EC) is known color: Royal Blue. HEX triplet: 32, 69 and EC. RGB value is (50,105,236). Sum of RGB (Red+Green+Blue) = 50+105+236=391 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.79% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 236 (92.58% from 255 or 60.36% from 391); Max value from RGB is 236 - color contains mainly: blue. Hex color #3269EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3269EC is #CD9613. Grayscale: #666666. Windows color (decimal): -13473300 or 15493426. OLE color: 15493426.
HSL color Cylindrical-coordinate representation of color #3269EC: hue angle of 222.26º 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 #3269EC is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 105 | 236 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.07 |
| HSL | 222.26º | 0.83% | 0.56% | - |
| HSV(B) | 222.26º | 0.79% | 0.93% | - |
| XYZ | 21.51 | 16.84 | 81.47 | - |
| YUV | 103.49 | 202.78 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 105 | 236 | 0.79 | 0.56 | 0 | 0.07 | 222.26 | 0.83 | 0.56 |
| Hex | 32 | 69 | EC | 4F | 38 | 0 | 7 | DE | 53 | 38 |
| Octal | 62 | 151 | 354 | 117 | 70 | 0 | 7 | 336 | 123 | 70 |
| Binary | 110010 | 1101001 | 11101100 | 1001111 | 111000 | 0 | 111 | 11011110 | 1010011 | 111000 |
Color Harmonies of #3269EC
Complementary color
Monochromatic Colors of #3269EC
Black with #3269EC
Text Example
Text Example
White with #3269EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3269EC; }
p { color: rgb(50,105,236); }
H1.HeaderClassName
{
color: #3269EC;
}
.AnyTagClassName
{
color: #3269EC;
}
</style>
background-color css
<style>
a { background-color: #3269EC; }
a { background-color: rgb(50,105,236); }
div.DivClassName
{
background-color: #3269EC;
}
.BgClassName
{
background-color: #3269EC;
}
</style>
border-color css
<style>
span { border-color: #3269EC; }
span { border-color: rgb(50,105,236); }
td.TdClassName
{
border-color: #3269EC;
}
.TagClassName
{
border-color: #3269EC;
}
</style>