Shades of Royal Blue #327CE6
Tints of Royal Blue #327CE6
RGB
CMYK
RGB Variations
Color information
#327CE6 (or 0x327CE6) is known color: Royal Blue. HEX triplet: 32, 7C and E6. RGB value is (50,124,230). Sum of RGB (Red+Green+Blue) = 50+124+230=404 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.38% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 230 (90.23% from 255 or 56.93% from 404); Max value from RGB is 230 - color contains mainly: blue. Hex color #327CE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327CE6 is #CD8319. Grayscale: #717171. Windows color (decimal): -13468442 or 15105074. OLE color: 15105074.
HSL color Cylindrical-coordinate representation of color #327CE6: hue angle of 215.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #327CE6 is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 124 | 230 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.10 |
| HSL | 215.33º | 0.78% | 0.55% | - |
| HSV(B) | 215.33º | 0.78% | 0.9% | - |
| XYZ | 22.81 | 20.81 | 77.68 | - |
| YUV | 113.96 | 193.48 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 124 | 230 | 0.78 | 0.46 | 0 | 0.10 | 215.33 | 0.78 | 0.55 |
| Hex | 32 | 7C | E6 | 4E | 2E | 0 | A | D7 | 4E | 37 |
| Octal | 62 | 174 | 346 | 116 | 56 | 0 | 12 | 327 | 116 | 67 |
| Binary | 110010 | 1111100 | 11100110 | 1001110 | 101110 | 0 | 1010 | 11010111 | 1001110 | 110111 |
Color Harmonies of #327CE6
Complementary color
Monochromatic Colors of #327CE6
Black with #327CE6
Text Example
Text Example
White with #327CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327CE6; }
p { color: rgb(50,124,230); }
H1.HeaderClassName
{
color: #327CE6;
}
.AnyTagClassName
{
color: #327CE6;
}
</style>
background-color css
<style>
a { background-color: #327CE6; }
a { background-color: rgb(50,124,230); }
div.DivClassName
{
background-color: #327CE6;
}
.BgClassName
{
background-color: #327CE6;
}
</style>
border-color css
<style>
span { border-color: #327CE6; }
span { border-color: rgb(50,124,230); }
td.TdClassName
{
border-color: #327CE6;
}
.TagClassName
{
border-color: #327CE6;
}
</style>