Shades of Royal Blue #326EFE
Tints of Royal Blue #326EFE
RGB
CMYK
RGB Variations
Color information
#326EFE (or 0x326EFE) is known color: Royal Blue. HEX triplet: 32, 6E and FE. RGB value is (50,110,254). Sum of RGB (Red+Green+Blue) = 50+110+254=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #326EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326EFE is #CD9101. Grayscale: #6B6B6B. Windows color (decimal): -13472002 or 16674354. OLE color: 16674354.
HSL color Cylindrical-coordinate representation of color #326EFE: hue angle of 222.35º 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 #326EFE is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 110 | 254 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.00 |
| HSL | 222.35º | 0.99% | 0.6% | - |
| HSV(B) | 222.35º | 0.8% | 1% | - |
| XYZ | 24.78 | 18.99 | 96.12 | - |
| YUV | 108.48 | 210.12 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 254 | 0.80 | 0.57 | 0 | 0.00 | 222.35 | 0.99 | 0.6 |
| Hex | 32 | 6E | FE | 50 | 39 | 0 | 0 | DE | 63 | 3C |
| Octal | 62 | 156 | 376 | 120 | 71 | 0 | 0 | 336 | 143 | 74 |
| Binary | 110010 | 1101110 | 11111110 | 1010000 | 111001 | 0 | 0 | 11011110 | 1100011 | 111100 |
Color Harmonies of #326EFE
Complementary color
Monochromatic Colors of #326EFE
Black with #326EFE
Text Example
Text Example
White with #326EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326EFE; }
p { color: rgb(50,110,254); }
H1.HeaderClassName
{
color: #326EFE;
}
.AnyTagClassName
{
color: #326EFE;
}
</style>
background-color css
<style>
a { background-color: #326EFE; }
a { background-color: rgb(50,110,254); }
div.DivClassName
{
background-color: #326EFE;
}
.BgClassName
{
background-color: #326EFE;
}
</style>
border-color css
<style>
span { border-color: #326EFE; }
span { border-color: rgb(50,110,254); }
td.TdClassName
{
border-color: #326EFE;
}
.TagClassName
{
border-color: #326EFE;
}
</style>