Shades of Royal Blue #326AE5
Tints of Royal Blue #326AE5
RGB
CMYK
RGB Variations
Color information
#326AE5 (or 0x326AE5) is known color: Royal Blue. HEX triplet: 32, 6A and E5. RGB value is (50,106,229). Sum of RGB (Red+Green+Blue) = 50+106+229=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 229 (89.84% from 255 or 59.48% from 385); Max value from RGB is 229 - color contains mainly: blue. Hex color #326AE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326AE5 is #CD951A. Grayscale: #666666. Windows color (decimal): -13473051 or 15034930. OLE color: 15034930.
HSL color Cylindrical-coordinate representation of color #326AE5: hue angle of 221.23º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #326AE5 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 106 | 229 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.10 |
| HSL | 221.23º | 0.77% | 0.55% | - |
| HSV(B) | 221.23º | 0.78% | 0.9% | - |
| XYZ | 20.61 | 16.64 | 76.25 | - |
| YUV | 103.28 | 198.95 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 106 | 229 | 0.78 | 0.54 | 0 | 0.10 | 221.23 | 0.77 | 0.55 |
| Hex | 32 | 6A | E5 | 4E | 36 | 0 | A | DD | 4D | 37 |
| Octal | 62 | 152 | 345 | 116 | 66 | 0 | 12 | 335 | 115 | 67 |
| Binary | 110010 | 1101010 | 11100101 | 1001110 | 110110 | 0 | 1010 | 11011101 | 1001101 | 110111 |
Color Harmonies of #326AE5
Complementary color
Monochromatic Colors of #326AE5
Black with #326AE5
Text Example
Text Example
White with #326AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326AE5; }
p { color: rgb(50,106,229); }
H1.HeaderClassName
{
color: #326AE5;
}
.AnyTagClassName
{
color: #326AE5;
}
</style>
background-color css
<style>
a { background-color: #326AE5; }
a { background-color: rgb(50,106,229); }
div.DivClassName
{
background-color: #326AE5;
}
.BgClassName
{
background-color: #326AE5;
}
</style>
border-color css
<style>
span { border-color: #326AE5; }
span { border-color: rgb(50,106,229); }
td.TdClassName
{
border-color: #326AE5;
}
.TagClassName
{
border-color: #326AE5;
}
</style>