Shades of Royal Blue #326DF2
Tints of Royal Blue #326DF2
RGB
CMYK
RGB Variations
Color information
#326DF2 (or 0x326DF2) is known color: Royal Blue. HEX triplet: 32, 6D and F2. RGB value is (50,109,242). Sum of RGB (Red+Green+Blue) = 50+109+242=401 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.47% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 242 (94.92% from 255 or 60.35% from 401); Max value from RGB is 242 - color contains mainly: blue. Hex color #326DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326DF2 is #CD920D. Grayscale: #696969. Windows color (decimal): -13472270 or 15887666. OLE color: 15887666.
HSL color Cylindrical-coordinate representation of color #326DF2: hue angle of 221.56º 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 #326DF2 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 109 | 242 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.05 |
| HSL | 221.56º | 0.88% | 0.57% | - |
| HSV(B) | 221.56º | 0.79% | 0.95% | - |
| XYZ | 22.81 | 18.03 | 86.28 | - |
| YUV | 106.52 | 204.45 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 242 | 0.79 | 0.55 | 0 | 0.05 | 221.56 | 0.88 | 0.57 |
| Hex | 32 | 6D | F2 | 4F | 37 | 0 | 5 | DE | 58 | 39 |
| Octal | 62 | 155 | 362 | 117 | 67 | 0 | 5 | 336 | 130 | 71 |
| Binary | 110010 | 1101101 | 11110010 | 1001111 | 110111 | 0 | 101 | 11011110 | 1011000 | 111001 |
Color Harmonies of #326DF2
Complementary color
Monochromatic Colors of #326DF2
Black with #326DF2
Text Example
Text Example
White with #326DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326DF2; }
p { color: rgb(50,109,242); }
H1.HeaderClassName
{
color: #326DF2;
}
.AnyTagClassName
{
color: #326DF2;
}
</style>
background-color css
<style>
a { background-color: #326DF2; }
a { background-color: rgb(50,109,242); }
div.DivClassName
{
background-color: #326DF2;
}
.BgClassName
{
background-color: #326DF2;
}
</style>
border-color css
<style>
span { border-color: #326DF2; }
span { border-color: rgb(50,109,242); }
td.TdClassName
{
border-color: #326DF2;
}
.TagClassName
{
border-color: #326DF2;
}
</style>