Shades of Royal Blue #326CF1
Tints of Royal Blue #326CF1
RGB
CMYK
RGB Variations
Color information
#326CF1 (or 0x326CF1) is known color: Royal Blue. HEX triplet: 32, 6C and F1. RGB value is (50,108,241). Sum of RGB (Red+Green+Blue) = 50+108+241=399 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.53% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 241 (94.53% from 255 or 60.40% from 399); Max value from RGB is 241 - color contains mainly: blue. Hex color #326CF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326CF1 is #CD930E. Grayscale: #696969. Windows color (decimal): -13472527 or 15821874. OLE color: 15821874.
HSL color Cylindrical-coordinate representation of color #326CF1: hue angle of 221.78º degrees, saturation: 0.87, 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 #326CF1 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 108 | 241 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.05 |
| HSL | 221.78º | 0.87% | 0.57% | - |
| HSV(B) | 221.78º | 0.79% | 0.95% | - |
| XYZ | 22.56 | 17.75 | 85.46 | - |
| YUV | 105.82 | 204.28 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 241 | 0.79 | 0.55 | 0 | 0.05 | 221.78 | 0.87 | 0.57 |
| Hex | 32 | 6C | F1 | 4F | 37 | 0 | 5 | DE | 57 | 39 |
| Octal | 62 | 154 | 361 | 117 | 67 | 0 | 5 | 336 | 127 | 71 |
| Binary | 110010 | 1101100 | 11110001 | 1001111 | 110111 | 0 | 101 | 11011110 | 1010111 | 111001 |
Color Harmonies of #326CF1
Complementary color
Monochromatic Colors of #326CF1
Black with #326CF1
Text Example
Text Example
White with #326CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326CF1; }
p { color: rgb(50,108,241); }
H1.HeaderClassName
{
color: #326CF1;
}
.AnyTagClassName
{
color: #326CF1;
}
</style>
background-color css
<style>
a { background-color: #326CF1; }
a { background-color: rgb(50,108,241); }
div.DivClassName
{
background-color: #326CF1;
}
.BgClassName
{
background-color: #326CF1;
}
</style>
border-color css
<style>
span { border-color: #326CF1; }
span { border-color: rgb(50,108,241); }
td.TdClassName
{
border-color: #326CF1;
}
.TagClassName
{
border-color: #326CF1;
}
</style>