Shades of Royal Blue #325DDF
Tints of Royal Blue #325DDF
RGB
CMYK
RGB Variations
Color information
#325DDF (or 0x325DDF) is known color: Royal Blue. HEX triplet: 32, 5D and DF. RGB value is (50,93,223). Sum of RGB (Red+Green+Blue) = 50+93+223=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #325DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325DDF is #CDA220. Grayscale: #5E5E5E. Windows color (decimal): -13476385 or 14638386. OLE color: 14638386.
HSL color Cylindrical-coordinate representation of color #325DDF: hue angle of 225.09º 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 #325DDF is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 93 | 223 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.13 |
| HSL | 225.09º | 0.73% | 0.54% | - |
| HSV(B) | 225.09º | 0.78% | 0.87% | - |
| XYZ | 18.55 | 13.83 | 71.5 | - |
| YUV | 94.96 | 200.25 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 223 | 0.78 | 0.58 | 0 | 0.13 | 225.09 | 0.73 | 0.54 |
| Hex | 32 | 5D | DF | 4E | 3A | 0 | D | E1 | 49 | 36 |
| Octal | 62 | 135 | 337 | 116 | 72 | 0 | 15 | 341 | 111 | 66 |
| Binary | 110010 | 1011101 | 11011111 | 1001110 | 111010 | 0 | 1101 | 11100001 | 1001001 | 110110 |
Color Harmonies of #325DDF
Complementary color
Monochromatic Colors of #325DDF
Black with #325DDF
Text Example
Text Example
White with #325DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325DDF; }
p { color: rgb(50,93,223); }
H1.HeaderClassName
{
color: #325DDF;
}
.AnyTagClassName
{
color: #325DDF;
}
</style>
background-color css
<style>
a { background-color: #325DDF; }
a { background-color: rgb(50,93,223); }
div.DivClassName
{
background-color: #325DDF;
}
.BgClassName
{
background-color: #325DDF;
}
</style>
border-color css
<style>
span { border-color: #325DDF; }
span { border-color: rgb(50,93,223); }
td.TdClassName
{
border-color: #325DDF;
}
.TagClassName
{
border-color: #325DDF;
}
</style>