Shades of Royal Blue #326EE7
Tints of Royal Blue #326EE7
RGB
CMYK
RGB Variations
Color information
#326EE7 (or 0x326EE7) is known color: Royal Blue. HEX triplet: 32, 6E and E7. RGB value is (50,110,231). Sum of RGB (Red+Green+Blue) = 50+110+231=391 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.79% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 231 (90.62% from 255 or 59.08% from 391); Max value from RGB is 231 - color contains mainly: blue. Hex color #326EE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326EE7 is #CD9118. Grayscale: #696969. Windows color (decimal): -13472025 or 15167026. OLE color: 15167026.
HSL color Cylindrical-coordinate representation of color #326EE7: hue angle of 220.11º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #326EE7 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 110 | 231 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.09 |
| HSL | 220.11º | 0.79% | 0.55% | - |
| HSV(B) | 220.11º | 0.78% | 0.91% | - |
| XYZ | 21.32 | 17.6 | 77.87 | - |
| YUV | 105.85 | 198.62 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 231 | 0.78 | 0.52 | 0 | 0.09 | 220.11 | 0.79 | 0.55 |
| Hex | 32 | 6E | E7 | 4E | 34 | 0 | 9 | DC | 4F | 37 |
| Octal | 62 | 156 | 347 | 116 | 64 | 0 | 11 | 334 | 117 | 67 |
| Binary | 110010 | 1101110 | 11100111 | 1001110 | 110100 | 0 | 1001 | 11011100 | 1001111 | 110111 |
Color Harmonies of #326EE7
Complementary color
Monochromatic Colors of #326EE7
Black with #326EE7
Text Example
Text Example
White with #326EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326EE7; }
p { color: rgb(50,110,231); }
H1.HeaderClassName
{
color: #326EE7;
}
.AnyTagClassName
{
color: #326EE7;
}
</style>
background-color css
<style>
a { background-color: #326EE7; }
a { background-color: rgb(50,110,231); }
div.DivClassName
{
background-color: #326EE7;
}
.BgClassName
{
background-color: #326EE7;
}
</style>
border-color css
<style>
span { border-color: #326EE7; }
span { border-color: rgb(50,110,231); }
td.TdClassName
{
border-color: #326EE7;
}
.TagClassName
{
border-color: #326EE7;
}
</style>