Shades of Royal Blue #327CE5
Tints of Royal Blue #327CE5
RGB
CMYK
RGB Variations
Color information
#327CE5 (or 0x327CE5) is known color: Royal Blue. HEX triplet: 32, 7C and E5. RGB value is (50,124,229). Sum of RGB (Red+Green+Blue) = 50+124+229=403 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.41% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 229 (89.84% from 255 or 56.82% from 403); Max value from RGB is 229 - color contains mainly: blue. Hex color #327CE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327CE5 is #CD831A. Grayscale: #717171. Windows color (decimal): -13468443 or 15039538. OLE color: 15039538.
HSL color Cylindrical-coordinate representation of color #327CE5: hue angle of 215.2º degrees, saturation: 0.77, 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 #327CE5 is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 124 | 229 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.10 |
| HSL | 215.2º | 0.77% | 0.55% | - |
| HSV(B) | 215.2º | 0.78% | 0.9% | - |
| XYZ | 22.67 | 20.75 | 76.94 | - |
| YUV | 113.84 | 192.98 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 124 | 229 | 0.78 | 0.46 | 0 | 0.10 | 215.2 | 0.77 | 0.55 |
| Hex | 32 | 7C | E5 | 4E | 2E | 0 | A | D7 | 4D | 37 |
| Octal | 62 | 174 | 345 | 116 | 56 | 0 | 12 | 327 | 115 | 67 |
| Binary | 110010 | 1111100 | 11100101 | 1001110 | 101110 | 0 | 1010 | 11010111 | 1001101 | 110111 |
Color Harmonies of #327CE5
Complementary color
Monochromatic Colors of #327CE5
Black with #327CE5
Text Example
Text Example
White with #327CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327CE5; }
p { color: rgb(50,124,229); }
H1.HeaderClassName
{
color: #327CE5;
}
.AnyTagClassName
{
color: #327CE5;
}
</style>
background-color css
<style>
a { background-color: #327CE5; }
a { background-color: rgb(50,124,229); }
div.DivClassName
{
background-color: #327CE5;
}
.BgClassName
{
background-color: #327CE5;
}
</style>
border-color css
<style>
span { border-color: #327CE5; }
span { border-color: rgb(50,124,229); }
td.TdClassName
{
border-color: #327CE5;
}
.TagClassName
{
border-color: #327CE5;
}
</style>