Shades of Royal Blue #326EE4
Tints of Royal Blue #326EE4
RGB
CMYK
RGB Variations
Color information
#326EE4 (or 0x326EE4) is known color: Royal Blue. HEX triplet: 32, 6E and E4. RGB value is (50,110,228). Sum of RGB (Red+Green+Blue) = 50+110+228=388 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.89% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 228 (89.45% from 255 or 58.76% from 388); Max value from RGB is 228 - color contains mainly: blue. Hex color #326EE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326EE4 is #CD911B. Grayscale: #686868. Windows color (decimal): -13472028 or 14970418. OLE color: 14970418.
HSL color Cylindrical-coordinate representation of color #326EE4: hue angle of 219.78º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #326EE4 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 110 | 228 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.11 |
| HSL | 219.78º | 0.77% | 0.55% | - |
| HSV(B) | 219.78º | 0.78% | 0.89% | - |
| XYZ | 20.89 | 17.43 | 75.66 | - |
| YUV | 105.51 | 197.12 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 228 | 0.78 | 0.52 | 0 | 0.11 | 219.78 | 0.77 | 0.55 |
| Hex | 32 | 6E | E4 | 4E | 34 | 0 | B | DC | 4D | 37 |
| Octal | 62 | 156 | 344 | 116 | 64 | 0 | 13 | 334 | 115 | 67 |
| Binary | 110010 | 1101110 | 11100100 | 1001110 | 110100 | 0 | 1011 | 11011100 | 1001101 | 110111 |
Color Harmonies of #326EE4
Complementary color
Monochromatic Colors of #326EE4
Black with #326EE4
Text Example
Text Example
White with #326EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326EE4; }
p { color: rgb(50,110,228); }
H1.HeaderClassName
{
color: #326EE4;
}
.AnyTagClassName
{
color: #326EE4;
}
</style>
background-color css
<style>
a { background-color: #326EE4; }
a { background-color: rgb(50,110,228); }
div.DivClassName
{
background-color: #326EE4;
}
.BgClassName
{
background-color: #326EE4;
}
</style>
border-color css
<style>
span { border-color: #326EE4; }
span { border-color: rgb(50,110,228); }
td.TdClassName
{
border-color: #326EE4;
}
.TagClassName
{
border-color: #326EE4;
}
</style>