Shades of Royal Blue #327DDA
Tints of Royal Blue #327DDA
RGB
CMYK
RGB Variations
Color information
#327DDA (or 0x327DDA) is known color: Royal Blue. HEX triplet: 32, 7D and DA. RGB value is (50,125,218). Sum of RGB (Red+Green+Blue) = 50+125+218=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #327DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327DDA is #CD8225. Grayscale: #707070. Windows color (decimal): -13468198 or 14318898. OLE color: 14318898.
HSL color Cylindrical-coordinate representation of color #327DDA: hue angle of 213.21º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #327DDA is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 125 | 218 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.15 |
| HSL | 213.21º | 0.69% | 0.53% | - |
| HSV(B) | 213.21º | 0.77% | 0.85% | - |
| XYZ | 21.3 | 20.41 | 69.15 | - |
| YUV | 113.18 | 187.15 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 125 | 218 | 0.77 | 0.43 | 0 | 0.15 | 213.21 | 0.69 | 0.53 |
| Hex | 32 | 7D | DA | 4D | 2B | 0 | F | D5 | 45 | 35 |
| Octal | 62 | 175 | 332 | 115 | 53 | 0 | 17 | 325 | 105 | 65 |
| Binary | 110010 | 1111101 | 11011010 | 1001101 | 101011 | 0 | 1111 | 11010101 | 1000101 | 110101 |
Color Harmonies of #327DDA
Complementary color
Monochromatic Colors of #327DDA
Black with #327DDA
Text Example
Text Example
White with #327DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327DDA; }
p { color: rgb(50,125,218); }
H1.HeaderClassName
{
color: #327DDA;
}
.AnyTagClassName
{
color: #327DDA;
}
</style>
background-color css
<style>
a { background-color: #327DDA; }
a { background-color: rgb(50,125,218); }
div.DivClassName
{
background-color: #327DDA;
}
.BgClassName
{
background-color: #327DDA;
}
</style>
border-color css
<style>
span { border-color: #327DDA; }
span { border-color: rgb(50,125,218); }
td.TdClassName
{
border-color: #327DDA;
}
.TagClassName
{
border-color: #327DDA;
}
</style>