Shades of Royal Blue #326FFE
Tints of Royal Blue #326FFE
RGB
CMYK
RGB Variations
Color information
#326FFE (or 0x326FFE) is known color: Royal Blue. HEX triplet: 32, 6F and FE. RGB value is (50,111,254). Sum of RGB (Red+Green+Blue) = 50+111+254=415 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.05% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #326FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326FFE is #CD9001. Grayscale: #6C6C6C. Windows color (decimal): -13471746 or 16674610. OLE color: 16674610.
HSL color Cylindrical-coordinate representation of color #326FFE: hue angle of 222.06º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #326FFE is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 111 | 254 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.00 |
| HSL | 222.06º | 0.99% | 0.6% | - |
| HSV(B) | 222.06º | 0.8% | 1% | - |
| XYZ | 24.89 | 19.2 | 96.16 | - |
| YUV | 109.06 | 209.79 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 254 | 0.80 | 0.56 | 0 | 0.00 | 222.06 | 0.99 | 0.6 |
| Hex | 32 | 6F | FE | 50 | 38 | 0 | 0 | DE | 63 | 3C |
| Octal | 62 | 157 | 376 | 120 | 70 | 0 | 0 | 336 | 143 | 74 |
| Binary | 110010 | 1101111 | 11111110 | 1010000 | 111000 | 0 | 0 | 11011110 | 1100011 | 111100 |
Color Harmonies of #326FFE
Complementary color
Monochromatic Colors of #326FFE
Black with #326FFE
Text Example
Text Example
White with #326FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326FFE; }
p { color: rgb(50,111,254); }
H1.HeaderClassName
{
color: #326FFE;
}
.AnyTagClassName
{
color: #326FFE;
}
</style>
background-color css
<style>
a { background-color: #326FFE; }
a { background-color: rgb(50,111,254); }
div.DivClassName
{
background-color: #326FFE;
}
.BgClassName
{
background-color: #326FFE;
}
</style>
border-color css
<style>
span { border-color: #326FFE; }
span { border-color: rgb(50,111,254); }
td.TdClassName
{
border-color: #326FFE;
}
.TagClassName
{
border-color: #326FFE;
}
</style>