Shades of Royal Blue #327CDE
Tints of Royal Blue #327CDE
RGB
CMYK
RGB Variations
Color information
#327CDE (or 0x327CDE) is known color: Royal Blue. HEX triplet: 32, 7C and DE. RGB value is (50,124,222). Sum of RGB (Red+Green+Blue) = 50+124+222=396 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.63% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #327CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327CDE is #CD8321. Grayscale: #707070. Windows color (decimal): -13468450 or 14580786. OLE color: 14580786.
HSL color Cylindrical-coordinate representation of color #327CDE: hue angle of 214.19º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #327CDE is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 124 | 222 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.13 |
| HSL | 214.19º | 0.72% | 0.53% | - |
| HSV(B) | 214.19º | 0.77% | 0.87% | - |
| XYZ | 21.71 | 20.37 | 71.89 | - |
| YUV | 113.05 | 189.48 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 124 | 222 | 0.77 | 0.44 | 0 | 0.13 | 214.19 | 0.72 | 0.53 |
| Hex | 32 | 7C | DE | 4D | 2C | 0 | D | D6 | 48 | 35 |
| Octal | 62 | 174 | 336 | 115 | 54 | 0 | 15 | 326 | 110 | 65 |
| Binary | 110010 | 1111100 | 11011110 | 1001101 | 101100 | 0 | 1101 | 11010110 | 1001000 | 110101 |
Color Harmonies of #327CDE
Complementary color
Monochromatic Colors of #327CDE
Black with #327CDE
Text Example
Text Example
White with #327CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327CDE; }
p { color: rgb(50,124,222); }
H1.HeaderClassName
{
color: #327CDE;
}
.AnyTagClassName
{
color: #327CDE;
}
</style>
background-color css
<style>
a { background-color: #327CDE; }
a { background-color: rgb(50,124,222); }
div.DivClassName
{
background-color: #327CDE;
}
.BgClassName
{
background-color: #327CDE;
}
</style>
border-color css
<style>
span { border-color: #327CDE; }
span { border-color: rgb(50,124,222); }
td.TdClassName
{
border-color: #327CDE;
}
.TagClassName
{
border-color: #327CDE;
}
</style>