Shades of Royal Blue #327EDE
Tints of Royal Blue #327EDE
RGB
CMYK
RGB Variations
Color information
#327EDE (or 0x327EDE) is known color: Royal Blue. HEX triplet: 32, 7E and DE. RGB value is (50,126,222). Sum of RGB (Red+Green+Blue) = 50+126+222=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #327EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327EDE is #CD8121. Grayscale: #717171. Windows color (decimal): -13467938 or 14581298. OLE color: 14581298.
HSL color Cylindrical-coordinate representation of color #327EDE: hue angle of 213.49º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #327EDE is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 126 | 222 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.13 |
| HSL | 213.49º | 0.72% | 0.53% | - |
| HSV(B) | 213.49º | 0.77% | 0.87% | - |
| XYZ | 21.96 | 20.87 | 71.98 | - |
| YUV | 114.22 | 188.82 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 126 | 222 | 0.77 | 0.43 | 0 | 0.13 | 213.49 | 0.72 | 0.53 |
| Hex | 32 | 7E | DE | 4D | 2B | 0 | D | D5 | 48 | 35 |
| Octal | 62 | 176 | 336 | 115 | 53 | 0 | 15 | 325 | 110 | 65 |
| Binary | 110010 | 1111110 | 11011110 | 1001101 | 101011 | 0 | 1101 | 11010101 | 1001000 | 110101 |
Color Harmonies of #327EDE
Complementary color
Monochromatic Colors of #327EDE
Black with #327EDE
Text Example
Text Example
White with #327EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327EDE; }
p { color: rgb(50,126,222); }
H1.HeaderClassName
{
color: #327EDE;
}
.AnyTagClassName
{
color: #327EDE;
}
</style>
background-color css
<style>
a { background-color: #327EDE; }
a { background-color: rgb(50,126,222); }
div.DivClassName
{
background-color: #327EDE;
}
.BgClassName
{
background-color: #327EDE;
}
</style>
border-color css
<style>
span { border-color: #327EDE; }
span { border-color: rgb(50,126,222); }
td.TdClassName
{
border-color: #327EDE;
}
.TagClassName
{
border-color: #327EDE;
}
</style>