Shades of Royal Blue #326FE3
Tints of Royal Blue #326FE3
RGB
CMYK
RGB Variations
Color information
#326FE3 (or 0x326FE3) is known color: Royal Blue. HEX triplet: 32, 6F and E3. RGB value is (50,111,227). Sum of RGB (Red+Green+Blue) = 50+111+227=388 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.89% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 227 (89.06% from 255 or 58.51% from 388); Max value from RGB is 227 - color contains mainly: blue. Hex color #326FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326FE3 is #CD901C. Grayscale: #696969. Windows color (decimal): -13471773 or 14905138. OLE color: 14905138.
HSL color Cylindrical-coordinate representation of color #326FE3: hue angle of 219.32º 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 #326FE3 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 111 | 227 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.11 |
| HSL | 219.32º | 0.76% | 0.54% | - |
| HSV(B) | 219.32º | 0.78% | 0.89% | - |
| XYZ | 20.86 | 17.59 | 74.97 | - |
| YUV | 105.99 | 196.29 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 227 | 0.78 | 0.51 | 0 | 0.11 | 219.32 | 0.76 | 0.54 |
| Hex | 32 | 6F | E3 | 4E | 33 | 0 | B | DB | 4C | 36 |
| Octal | 62 | 157 | 343 | 116 | 63 | 0 | 13 | 333 | 114 | 66 |
| Binary | 110010 | 1101111 | 11100011 | 1001110 | 110011 | 0 | 1011 | 11011011 | 1001100 | 110110 |
Color Harmonies of #326FE3
Complementary color
Monochromatic Colors of #326FE3
Black with #326FE3
Text Example
Text Example
White with #326FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326FE3; }
p { color: rgb(50,111,227); }
H1.HeaderClassName
{
color: #326FE3;
}
.AnyTagClassName
{
color: #326FE3;
}
</style>
background-color css
<style>
a { background-color: #326FE3; }
a { background-color: rgb(50,111,227); }
div.DivClassName
{
background-color: #326FE3;
}
.BgClassName
{
background-color: #326FE3;
}
</style>
border-color css
<style>
span { border-color: #326FE3; }
span { border-color: rgb(50,111,227); }
td.TdClassName
{
border-color: #326FE3;
}
.TagClassName
{
border-color: #326FE3;
}
</style>