Shades of Royal Blue #327FE0
Tints of Royal Blue #327FE0
RGB
CMYK
RGB Variations
Color information
#327FE0 (or 0x327FE0) is known color: Royal Blue. HEX triplet: 32, 7F and E0. RGB value is (50,127,224). Sum of RGB (Red+Green+Blue) = 50+127+224=401 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.47% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #327FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327FE0 is #CD801F. Grayscale: #727272. Windows color (decimal): -13467680 or 14712626. OLE color: 14712626.
HSL color Cylindrical-coordinate representation of color #327FE0: hue angle of 213.45º 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 #327FE0 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 127 | 224 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.12 |
| HSL | 213.45º | 0.74% | 0.54% | - |
| HSV(B) | 213.45º | 0.78% | 0.88% | - |
| XYZ | 22.36 | 21.24 | 73.44 | - |
| YUV | 115.04 | 189.49 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 127 | 224 | 0.78 | 0.43 | 0 | 0.12 | 213.45 | 0.74 | 0.54 |
| Hex | 32 | 7F | E0 | 4E | 2B | 0 | C | D5 | 4A | 36 |
| Octal | 62 | 177 | 340 | 116 | 53 | 0 | 14 | 325 | 112 | 66 |
| Binary | 110010 | 1111111 | 11100000 | 1001110 | 101011 | 0 | 1100 | 11010101 | 1001010 | 110110 |
Color Harmonies of #327FE0
Complementary color
Monochromatic Colors of #327FE0
Black with #327FE0
Text Example
Text Example
White with #327FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327FE0; }
p { color: rgb(50,127,224); }
H1.HeaderClassName
{
color: #327FE0;
}
.AnyTagClassName
{
color: #327FE0;
}
</style>
background-color css
<style>
a { background-color: #327FE0; }
a { background-color: rgb(50,127,224); }
div.DivClassName
{
background-color: #327FE0;
}
.BgClassName
{
background-color: #327FE0;
}
</style>
border-color css
<style>
span { border-color: #327FE0; }
span { border-color: rgb(50,127,224); }
td.TdClassName
{
border-color: #327FE0;
}
.TagClassName
{
border-color: #327FE0;
}
</style>