Shades of Royal Blue #326FE6
Tints of Royal Blue #326FE6
RGB
CMYK
RGB Variations
Color information
#326FE6 (or 0x326FE6) is known color: Royal Blue. HEX triplet: 32, 6F and E6. RGB value is (50,111,230). Sum of RGB (Red+Green+Blue) = 50+111+230=391 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.79% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 230 (90.23% from 255 or 58.82% from 391); Max value from RGB is 230 - color contains mainly: blue. Hex color #326FE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326FE6 is #CD9019. Grayscale: #696969. Windows color (decimal): -13471770 or 15101746. OLE color: 15101746.
HSL color Cylindrical-coordinate representation of color #326FE6: hue angle of 219.67º degrees, saturation: 0.78, 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 #326FE6 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 111 | 230 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.10 |
| HSL | 219.67º | 0.78% | 0.55% | - |
| HSV(B) | 219.67º | 0.78% | 0.9% | - |
| XYZ | 21.28 | 17.76 | 77.17 | - |
| YUV | 106.33 | 197.79 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 230 | 0.78 | 0.52 | 0 | 0.10 | 219.67 | 0.78 | 0.55 |
| Hex | 32 | 6F | E6 | 4E | 34 | 0 | A | DC | 4E | 37 |
| Octal | 62 | 157 | 346 | 116 | 64 | 0 | 12 | 334 | 116 | 67 |
| Binary | 110010 | 1101111 | 11100110 | 1001110 | 110100 | 0 | 1010 | 11011100 | 1001110 | 110111 |
Color Harmonies of #326FE6
Complementary color
Monochromatic Colors of #326FE6
Black with #326FE6
Text Example
Text Example
White with #326FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326FE6; }
p { color: rgb(50,111,230); }
H1.HeaderClassName
{
color: #326FE6;
}
.AnyTagClassName
{
color: #326FE6;
}
</style>
background-color css
<style>
a { background-color: #326FE6; }
a { background-color: rgb(50,111,230); }
div.DivClassName
{
background-color: #326FE6;
}
.BgClassName
{
background-color: #326FE6;
}
</style>
border-color css
<style>
span { border-color: #326FE6; }
span { border-color: rgb(50,111,230); }
td.TdClassName
{
border-color: #326FE6;
}
.TagClassName
{
border-color: #326FE6;
}
</style>