Shades of Royal Blue #327AD5
Tints of Royal Blue #327AD5
RGB
CMYK
RGB Variations
Color information
#327AD5 (or 0x327AD5) is known color: Royal Blue. HEX triplet: 32, 7A and D5. RGB value is (50,122,213). Sum of RGB (Red+Green+Blue) = 50+122+213=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 213 (83.59% from 255 or 55.32% from 385); Max value from RGB is 213 - color contains mainly: blue. Hex color #327AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327AD5 is #CD852A. Grayscale: #6E6E6E. Windows color (decimal): -13468971 or 13990450. OLE color: 13990450.
HSL color Cylindrical-coordinate representation of color #327AD5: hue angle of 213.5º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #327AD5 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 122 | 213 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.16 |
| HSL | 213.5º | 0.66% | 0.52% | - |
| HSV(B) | 213.5º | 0.77% | 0.84% | - |
| XYZ | 20.29 | 19.4 | 65.63 | - |
| YUV | 110.85 | 185.65 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 122 | 213 | 0.77 | 0.43 | 0 | 0.16 | 213.5 | 0.66 | 0.52 |
| Hex | 32 | 7A | D5 | 4D | 2B | 0 | 10 | D5 | 42 | 34 |
| Octal | 62 | 172 | 325 | 115 | 53 | 0 | 20 | 325 | 102 | 64 |
| Binary | 110010 | 1111010 | 11010101 | 1001101 | 101011 | 0 | 10000 | 11010101 | 1000010 | 110100 |
Color Harmonies of #327AD5
Complementary color
Monochromatic Colors of #327AD5
Black with #327AD5
Text Example
Text Example
White with #327AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327AD5; }
p { color: rgb(50,122,213); }
H1.HeaderClassName
{
color: #327AD5;
}
.AnyTagClassName
{
color: #327AD5;
}
</style>
background-color css
<style>
a { background-color: #327AD5; }
a { background-color: rgb(50,122,213); }
div.DivClassName
{
background-color: #327AD5;
}
.BgClassName
{
background-color: #327AD5;
}
</style>
border-color css
<style>
span { border-color: #327AD5; }
span { border-color: rgb(50,122,213); }
td.TdClassName
{
border-color: #327AD5;
}
.TagClassName
{
border-color: #327AD5;
}
</style>