Shades of Royal Blue #326CEA
Tints of Royal Blue #326CEA
RGB
CMYK
RGB Variations
Color information
#326CEA (or 0x326CEA) is known color: Royal Blue. HEX triplet: 32, 6C and EA. RGB value is (50,108,234). Sum of RGB (Red+Green+Blue) = 50+108+234=392 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.76% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #326CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326CEA is #CD9315. Grayscale: #686868. Windows color (decimal): -13472534 or 15363122. OLE color: 15363122.
HSL color Cylindrical-coordinate representation of color #326CEA: hue angle of 221.09º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #326CEA is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 108 | 234 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.08 |
| HSL | 221.09º | 0.81% | 0.56% | - |
| HSV(B) | 221.09º | 0.79% | 0.92% | - |
| XYZ | 21.53 | 17.34 | 80.05 | - |
| YUV | 105.02 | 200.78 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 234 | 0.79 | 0.54 | 0 | 0.08 | 221.09 | 0.81 | 0.56 |
| Hex | 32 | 6C | EA | 4F | 36 | 0 | 8 | DD | 51 | 38 |
| Octal | 62 | 154 | 352 | 117 | 66 | 0 | 10 | 335 | 121 | 70 |
| Binary | 110010 | 1101100 | 11101010 | 1001111 | 110110 | 0 | 1000 | 11011101 | 1010001 | 111000 |
Color Harmonies of #326CEA
Complementary color
Monochromatic Colors of #326CEA
Black with #326CEA
Text Example
Text Example
White with #326CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326CEA; }
p { color: rgb(50,108,234); }
H1.HeaderClassName
{
color: #326CEA;
}
.AnyTagClassName
{
color: #326CEA;
}
</style>
background-color css
<style>
a { background-color: #326CEA; }
a { background-color: rgb(50,108,234); }
div.DivClassName
{
background-color: #326CEA;
}
.BgClassName
{
background-color: #326CEA;
}
</style>
border-color css
<style>
span { border-color: #326CEA; }
span { border-color: rgb(50,108,234); }
td.TdClassName
{
border-color: #326CEA;
}
.TagClassName
{
border-color: #326CEA;
}
</style>