Shades of Royal Blue #326BE3
Tints of Royal Blue #326BE3
RGB
CMYK
RGB Variations
Color information
#326BE3 (or 0x326BE3) is known color: Royal Blue. HEX triplet: 32, 6B and E3. RGB value is (50,107,227). Sum of RGB (Red+Green+Blue) = 50+107+227=384 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.02% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 227 (89.06% from 255 or 59.11% from 384); Max value from RGB is 227 - color contains mainly: blue. Hex color #326BE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326BE3 is #CD941C. Grayscale: #676767. Windows color (decimal): -13472797 or 14904114. OLE color: 14904114.
HSL color Cylindrical-coordinate representation of color #326BE3: hue angle of 220.68º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #326BE3 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 107 | 227 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.11 |
| HSL | 220.68º | 0.76% | 0.54% | - |
| HSV(B) | 220.68º | 0.78% | 0.89% | - |
| XYZ | 20.44 | 16.74 | 74.83 | - |
| YUV | 103.64 | 197.62 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 107 | 227 | 0.78 | 0.53 | 0 | 0.11 | 220.68 | 0.76 | 0.54 |
| Hex | 32 | 6B | E3 | 4E | 35 | 0 | B | DD | 4C | 36 |
| Octal | 62 | 153 | 343 | 116 | 65 | 0 | 13 | 335 | 114 | 66 |
| Binary | 110010 | 1101011 | 11100011 | 1001110 | 110101 | 0 | 1011 | 11011101 | 1001100 | 110110 |
Color Harmonies of #326BE3
Complementary color
Monochromatic Colors of #326BE3
Black with #326BE3
Text Example
Text Example
White with #326BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326BE3; }
p { color: rgb(50,107,227); }
H1.HeaderClassName
{
color: #326BE3;
}
.AnyTagClassName
{
color: #326BE3;
}
</style>
background-color css
<style>
a { background-color: #326BE3; }
a { background-color: rgb(50,107,227); }
div.DivClassName
{
background-color: #326BE3;
}
.BgClassName
{
background-color: #326BE3;
}
</style>
border-color css
<style>
span { border-color: #326BE3; }
span { border-color: rgb(50,107,227); }
td.TdClassName
{
border-color: #326BE3;
}
.TagClassName
{
border-color: #326BE3;
}
</style>