Shades of Royal Blue #327CE0
Tints of Royal Blue #327CE0
RGB
CMYK
RGB Variations
Color information
#327CE0 (or 0x327CE0) is known color: Royal Blue. HEX triplet: 32, 7C and E0. RGB value is (50,124,224). Sum of RGB (Red+Green+Blue) = 50+124+224=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 224 (87.89% from 255 or 56.28% from 398); Max value from RGB is 224 - color contains mainly: blue. Hex color #327CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327CE0 is #CD831F. Grayscale: #707070. Windows color (decimal): -13468448 or 14711858. OLE color: 14711858.
HSL color Cylindrical-coordinate representation of color #327CE0: hue angle of 214.48º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #327CE0 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 124 | 224 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.12 |
| HSL | 214.48º | 0.74% | 0.54% | - |
| HSV(B) | 214.48º | 0.78% | 0.88% | - |
| XYZ | 21.98 | 20.48 | 73.31 | - |
| YUV | 113.27 | 190.48 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 124 | 224 | 0.78 | 0.45 | 0 | 0.12 | 214.48 | 0.74 | 0.54 |
| Hex | 32 | 7C | E0 | 4E | 2D | 0 | C | D6 | 4A | 36 |
| Octal | 62 | 174 | 340 | 116 | 55 | 0 | 14 | 326 | 112 | 66 |
| Binary | 110010 | 1111100 | 11100000 | 1001110 | 101101 | 0 | 1100 | 11010110 | 1001010 | 110110 |
Color Harmonies of #327CE0
Complementary color
Monochromatic Colors of #327CE0
Black with #327CE0
Text Example
Text Example
White with #327CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327CE0; }
p { color: rgb(50,124,224); }
H1.HeaderClassName
{
color: #327CE0;
}
.AnyTagClassName
{
color: #327CE0;
}
</style>
background-color css
<style>
a { background-color: #327CE0; }
a { background-color: rgb(50,124,224); }
div.DivClassName
{
background-color: #327CE0;
}
.BgClassName
{
background-color: #327CE0;
}
</style>
border-color css
<style>
span { border-color: #327CE0; }
span { border-color: rgb(50,124,224); }
td.TdClassName
{
border-color: #327CE0;
}
.TagClassName
{
border-color: #327CE0;
}
</style>