Shades of Royal Blue #326EFD
Tints of Royal Blue #326EFD
RGB
CMYK
RGB Variations
Color information
#326EFD (or 0x326EFD) is known color: Royal Blue. HEX triplet: 32, 6E and FD. RGB value is (50,110,253). Sum of RGB (Red+Green+Blue) = 50+110+253=413 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.11% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #326EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326EFD is #CD9102. Grayscale: #6B6B6B. Windows color (decimal): -13472003 or 16608818. OLE color: 16608818.
HSL color Cylindrical-coordinate representation of color #326EFD: hue angle of 222.27º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #326EFD is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 110 | 253 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.01 |
| HSL | 222.27º | 0.98% | 0.59% | - |
| HSV(B) | 222.27º | 0.8% | 0.99% | - |
| XYZ | 24.62 | 18.92 | 95.28 | - |
| YUV | 108.36 | 209.62 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 253 | 0.80 | 0.57 | 0 | 0.01 | 222.27 | 0.98 | 0.59 |
| Hex | 32 | 6E | FD | 50 | 39 | 0 | 1 | DE | 62 | 3B |
| Octal | 62 | 156 | 375 | 120 | 71 | 0 | 1 | 336 | 142 | 73 |
| Binary | 110010 | 1101110 | 11111101 | 1010000 | 111001 | 0 | 1 | 11011110 | 1100010 | 111011 |
Color Harmonies of #326EFD
Complementary color
Monochromatic Colors of #326EFD
Black with #326EFD
Text Example
Text Example
White with #326EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326EFD; }
p { color: rgb(50,110,253); }
H1.HeaderClassName
{
color: #326EFD;
}
.AnyTagClassName
{
color: #326EFD;
}
</style>
background-color css
<style>
a { background-color: #326EFD; }
a { background-color: rgb(50,110,253); }
div.DivClassName
{
background-color: #326EFD;
}
.BgClassName
{
background-color: #326EFD;
}
</style>
border-color css
<style>
span { border-color: #326EFD; }
span { border-color: rgb(50,110,253); }
td.TdClassName
{
border-color: #326EFD;
}
.TagClassName
{
border-color: #326EFD;
}
</style>