Shades of Royal Blue #326EEE
Tints of Royal Blue #326EEE
RGB
CMYK
RGB Variations
Color information
#326EEE (or 0x326EEE) is known color: Royal Blue. HEX triplet: 32, 6E and EE. RGB value is (50,110,238). Sum of RGB (Red+Green+Blue) = 50+110+238=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #326EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326EEE is #CD9111. Grayscale: #6A6A6A. Windows color (decimal): -13472018 or 15625778. OLE color: 15625778.
HSL color Cylindrical-coordinate representation of color #326EEE: hue angle of 220.85º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #326EEE is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 110 | 238 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.07 |
| HSL | 220.85º | 0.85% | 0.56% | - |
| HSV(B) | 220.85º | 0.79% | 0.93% | - |
| XYZ | 22.32 | 18 | 83.19 | - |
| YUV | 106.65 | 202.12 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 238 | 0.79 | 0.54 | 0 | 0.07 | 220.85 | 0.85 | 0.56 |
| Hex | 32 | 6E | EE | 4F | 36 | 0 | 7 | DD | 55 | 38 |
| Octal | 62 | 156 | 356 | 117 | 66 | 0 | 7 | 335 | 125 | 70 |
| Binary | 110010 | 1101110 | 11101110 | 1001111 | 110110 | 0 | 111 | 11011101 | 1010101 | 111000 |
Color Harmonies of #326EEE
Complementary color
Monochromatic Colors of #326EEE
Black with #326EEE
Text Example
Text Example
White with #326EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326EEE; }
p { color: rgb(50,110,238); }
H1.HeaderClassName
{
color: #326EEE;
}
.AnyTagClassName
{
color: #326EEE;
}
</style>
background-color css
<style>
a { background-color: #326EEE; }
a { background-color: rgb(50,110,238); }
div.DivClassName
{
background-color: #326EEE;
}
.BgClassName
{
background-color: #326EEE;
}
</style>
border-color css
<style>
span { border-color: #326EEE; }
span { border-color: rgb(50,110,238); }
td.TdClassName
{
border-color: #326EEE;
}
.TagClassName
{
border-color: #326EEE;
}
</style>