Shades of Royal Blue #327ADC
Tints of Royal Blue #327ADC
RGB
CMYK
RGB Variations
Color information
#327ADC (or 0x327ADC) is known color: Royal Blue. HEX triplet: 32, 7A and DC. RGB value is (50,122,220). Sum of RGB (Red+Green+Blue) = 50+122+220=392 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.76% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #327ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327ADC is #CD8523. Grayscale: #6F6F6F. Windows color (decimal): -13468964 or 14449202. OLE color: 14449202.
HSL color Cylindrical-coordinate representation of color #327ADC: hue angle of 214.59º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #327ADC is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 122 | 220 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.14 |
| HSL | 214.59º | 0.71% | 0.53% | - |
| HSV(B) | 214.59º | 0.77% | 0.86% | - |
| XYZ | 21.19 | 19.76 | 70.41 | - |
| YUV | 111.64 | 189.15 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 122 | 220 | 0.77 | 0.45 | 0 | 0.14 | 214.59 | 0.71 | 0.53 |
| Hex | 32 | 7A | DC | 4D | 2D | 0 | E | D7 | 47 | 35 |
| Octal | 62 | 172 | 334 | 115 | 55 | 0 | 16 | 327 | 107 | 65 |
| Binary | 110010 | 1111010 | 11011100 | 1001101 | 101101 | 0 | 1110 | 11010111 | 1000111 | 110101 |
Color Harmonies of #327ADC
Complementary color
Monochromatic Colors of #327ADC
Black with #327ADC
Text Example
Text Example
White with #327ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327ADC; }
p { color: rgb(50,122,220); }
H1.HeaderClassName
{
color: #327ADC;
}
.AnyTagClassName
{
color: #327ADC;
}
</style>
background-color css
<style>
a { background-color: #327ADC; }
a { background-color: rgb(50,122,220); }
div.DivClassName
{
background-color: #327ADC;
}
.BgClassName
{
background-color: #327ADC;
}
</style>
border-color css
<style>
span { border-color: #327ADC; }
span { border-color: rgb(50,122,220); }
td.TdClassName
{
border-color: #327ADC;
}
.TagClassName
{
border-color: #327ADC;
}
</style>