Shades of Royal Blue #327FE2
Tints of Royal Blue #327FE2
RGB
CMYK
RGB Variations
Color information
#327FE2 (or 0x327FE2) is known color: Royal Blue. HEX triplet: 32, 7F and E2. RGB value is (50,127,226). Sum of RGB (Red+Green+Blue) = 50+127+226=403 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.41% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 226 (88.67% from 255 or 56.08% from 403); Max value from RGB is 226 - color contains mainly: blue. Hex color #327FE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327FE2 is #CD801D. Grayscale: #727272. Windows color (decimal): -13467678 or 14843698. OLE color: 14843698.
HSL color Cylindrical-coordinate representation of color #327FE2: hue angle of 213.75º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #327FE2 is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 127 | 226 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.11 |
| HSL | 213.75º | 0.75% | 0.54% | - |
| HSV(B) | 213.75º | 0.78% | 0.89% | - |
| XYZ | 22.63 | 21.35 | 74.88 | - |
| YUV | 115.26 | 190.49 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 127 | 226 | 0.78 | 0.44 | 0 | 0.11 | 213.75 | 0.75 | 0.54 |
| Hex | 32 | 7F | E2 | 4E | 2C | 0 | B | D6 | 4B | 36 |
| Octal | 62 | 177 | 342 | 116 | 54 | 0 | 13 | 326 | 113 | 66 |
| Binary | 110010 | 1111111 | 11100010 | 1001110 | 101100 | 0 | 1011 | 11010110 | 1001011 | 110110 |
Color Harmonies of #327FE2
Complementary color
Monochromatic Colors of #327FE2
Black with #327FE2
Text Example
Text Example
White with #327FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327FE2; }
p { color: rgb(50,127,226); }
H1.HeaderClassName
{
color: #327FE2;
}
.AnyTagClassName
{
color: #327FE2;
}
</style>
background-color css
<style>
a { background-color: #327FE2; }
a { background-color: rgb(50,127,226); }
div.DivClassName
{
background-color: #327FE2;
}
.BgClassName
{
background-color: #327FE2;
}
</style>
border-color css
<style>
span { border-color: #327FE2; }
span { border-color: rgb(50,127,226); }
td.TdClassName
{
border-color: #327FE2;
}
.TagClassName
{
border-color: #327FE2;
}
</style>