Shades of Royal Blue #326EFC
Tints of Royal Blue #326EFC
RGB
CMYK
RGB Variations
Color information
#326EFC (or 0x326EFC) is known color: Royal Blue. HEX triplet: 32, 6E and FC. RGB value is (50,110,252). Sum of RGB (Red+Green+Blue) = 50+110+252=412 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.14% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #326EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326EFC is #CD9103. Grayscale: #6B6B6B. Windows color (decimal): -13472004 or 16543282. OLE color: 16543282.
HSL color Cylindrical-coordinate representation of color #326EFC: hue angle of 222.18º degrees, saturation: 0.97, 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 #326EFC is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 110 | 252 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.01 |
| HSL | 222.18º | 0.97% | 0.59% | - |
| HSV(B) | 222.18º | 0.8% | 0.99% | - |
| XYZ | 24.46 | 18.86 | 94.45 | - |
| YUV | 108.25 | 209.12 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 252 | 0.80 | 0.56 | 0 | 0.01 | 222.18 | 0.97 | 0.59 |
| Hex | 32 | 6E | FC | 50 | 38 | 0 | 1 | DE | 61 | 3B |
| Octal | 62 | 156 | 374 | 120 | 70 | 0 | 1 | 336 | 141 | 73 |
| Binary | 110010 | 1101110 | 11111100 | 1010000 | 111000 | 0 | 1 | 11011110 | 1100001 | 111011 |
Color Harmonies of #326EFC
Complementary color
Monochromatic Colors of #326EFC
Black with #326EFC
Text Example
Text Example
White with #326EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326EFC; }
p { color: rgb(50,110,252); }
H1.HeaderClassName
{
color: #326EFC;
}
.AnyTagClassName
{
color: #326EFC;
}
</style>
background-color css
<style>
a { background-color: #326EFC; }
a { background-color: rgb(50,110,252); }
div.DivClassName
{
background-color: #326EFC;
}
.BgClassName
{
background-color: #326EFC;
}
</style>
border-color css
<style>
span { border-color: #326EFC; }
span { border-color: rgb(50,110,252); }
td.TdClassName
{
border-color: #326EFC;
}
.TagClassName
{
border-color: #326EFC;
}
</style>