Shades of Royal Blue #326EEB
Tints of Royal Blue #326EEB
RGB
CMYK
RGB Variations
Color information
#326EEB (or 0x326EEB) is known color: Royal Blue. HEX triplet: 32, 6E and EB. RGB value is (50,110,235). Sum of RGB (Red+Green+Blue) = 50+110+235=395 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.66% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #326EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326EEB is #CD9114. Grayscale: #696969. Windows color (decimal): -13472021 or 15429170. OLE color: 15429170.
HSL color Cylindrical-coordinate representation of color #326EEB: hue angle of 220.54º degrees, saturation: 0.82, 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 #326EEB is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 110 | 235 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.08 |
| HSL | 220.54º | 0.82% | 0.56% | - |
| HSV(B) | 220.54º | 0.79% | 0.92% | - |
| XYZ | 21.89 | 17.83 | 80.88 | - |
| YUV | 106.31 | 200.62 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 235 | 0.79 | 0.53 | 0 | 0.08 | 220.54 | 0.82 | 0.56 |
| Hex | 32 | 6E | EB | 4F | 35 | 0 | 8 | DD | 52 | 38 |
| Octal | 62 | 156 | 353 | 117 | 65 | 0 | 10 | 335 | 122 | 70 |
| Binary | 110010 | 1101110 | 11101011 | 1001111 | 110101 | 0 | 1000 | 11011101 | 1010010 | 111000 |
Color Harmonies of #326EEB
Complementary color
Monochromatic Colors of #326EEB
Black with #326EEB
Text Example
Text Example
White with #326EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326EEB; }
p { color: rgb(50,110,235); }
H1.HeaderClassName
{
color: #326EEB;
}
.AnyTagClassName
{
color: #326EEB;
}
</style>
background-color css
<style>
a { background-color: #326EEB; }
a { background-color: rgb(50,110,235); }
div.DivClassName
{
background-color: #326EEB;
}
.BgClassName
{
background-color: #326EEB;
}
</style>
border-color css
<style>
span { border-color: #326EEB; }
span { border-color: rgb(50,110,235); }
td.TdClassName
{
border-color: #326EEB;
}
.TagClassName
{
border-color: #326EEB;
}
</style>