Shades of Royal Blue #327DDF
Tints of Royal Blue #327DDF
RGB
CMYK
RGB Variations
Color information
#327DDF (or 0x327DDF) is known color: Royal Blue. HEX triplet: 32, 7D and DF. RGB value is (50,125,223). Sum of RGB (Red+Green+Blue) = 50+125+223=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #327DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327DDF is #CD8220. Grayscale: #717171. Windows color (decimal): -13468193 or 14646578. OLE color: 14646578.
HSL color Cylindrical-coordinate representation of color #327DDF: hue angle of 213.99º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #327DDF is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 125 | 223 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.13 |
| HSL | 213.99º | 0.73% | 0.54% | - |
| HSV(B) | 213.99º | 0.78% | 0.87% | - |
| XYZ | 21.97 | 20.67 | 72.64 | - |
| YUV | 113.75 | 189.65 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 125 | 223 | 0.78 | 0.44 | 0 | 0.13 | 213.99 | 0.73 | 0.54 |
| Hex | 32 | 7D | DF | 4E | 2C | 0 | D | D6 | 49 | 36 |
| Octal | 62 | 175 | 337 | 116 | 54 | 0 | 15 | 326 | 111 | 66 |
| Binary | 110010 | 1111101 | 11011111 | 1001110 | 101100 | 0 | 1101 | 11010110 | 1001001 | 110110 |
Color Harmonies of #327DDF
Complementary color
Monochromatic Colors of #327DDF
Black with #327DDF
Text Example
Text Example
White with #327DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327DDF; }
p { color: rgb(50,125,223); }
H1.HeaderClassName
{
color: #327DDF;
}
.AnyTagClassName
{
color: #327DDF;
}
</style>
background-color css
<style>
a { background-color: #327DDF; }
a { background-color: rgb(50,125,223); }
div.DivClassName
{
background-color: #327DDF;
}
.BgClassName
{
background-color: #327DDF;
}
</style>
border-color css
<style>
span { border-color: #327DDF; }
span { border-color: rgb(50,125,223); }
td.TdClassName
{
border-color: #327DDF;
}
.TagClassName
{
border-color: #327DDF;
}
</style>