Shades of Royal Blue #326EF2
Tints of Royal Blue #326EF2
RGB
CMYK
RGB Variations
Color information
#326EF2 (or 0x326EF2) is known color: Royal Blue. HEX triplet: 32, 6E and F2. RGB value is (50,110,242). Sum of RGB (Red+Green+Blue) = 50+110+242=402 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.44% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 242 (94.92% from 255 or 60.20% from 402); Max value from RGB is 242 - color contains mainly: blue. Hex color #326EF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326EF2 is #CD910D. Grayscale: #6A6A6A. Windows color (decimal): -13472014 or 15887922. OLE color: 15887922.
HSL color Cylindrical-coordinate representation of color #326EF2: hue angle of 221.25º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #326EF2 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 110 | 242 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.05 |
| HSL | 221.25º | 0.88% | 0.57% | - |
| HSV(B) | 221.25º | 0.79% | 0.95% | - |
| XYZ | 22.92 | 18.24 | 86.32 | - |
| YUV | 107.11 | 204.12 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 242 | 0.79 | 0.55 | 0 | 0.05 | 221.25 | 0.88 | 0.57 |
| Hex | 32 | 6E | F2 | 4F | 37 | 0 | 5 | DD | 58 | 39 |
| Octal | 62 | 156 | 362 | 117 | 67 | 0 | 5 | 335 | 130 | 71 |
| Binary | 110010 | 1101110 | 11110010 | 1001111 | 110111 | 0 | 101 | 11011101 | 1011000 | 111001 |
Color Harmonies of #326EF2
Complementary color
Monochromatic Colors of #326EF2
Black with #326EF2
Text Example
Text Example
White with #326EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326EF2; }
p { color: rgb(50,110,242); }
H1.HeaderClassName
{
color: #326EF2;
}
.AnyTagClassName
{
color: #326EF2;
}
</style>
background-color css
<style>
a { background-color: #326EF2; }
a { background-color: rgb(50,110,242); }
div.DivClassName
{
background-color: #326EF2;
}
.BgClassName
{
background-color: #326EF2;
}
</style>
border-color css
<style>
span { border-color: #326EF2; }
span { border-color: rgb(50,110,242); }
td.TdClassName
{
border-color: #326EF2;
}
.TagClassName
{
border-color: #326EF2;
}
</style>