Shades of Royal Blue #325CF9
Tints of Royal Blue #325CF9
RGB
CMYK
RGB Variations
Color information
#325CF9 (or 0x325CF9) is known color: Royal Blue. HEX triplet: 32, 5C and F9. RGB value is (50,92,249). Sum of RGB (Red+Green+Blue) = 50+92+249=391 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.79% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 249 (97.66% from 255 or 63.68% from 391); Max value from RGB is 249 - color contains mainly: blue. Hex color #325CF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325CF9 is #CDA306. Grayscale: #606060. Windows color (decimal): -13476615 or 16342066. OLE color: 16342066.
HSL color Cylindrical-coordinate representation of color #325CF9: hue angle of 227.34º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #325CF9 is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 92 | 249 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.02 |
| HSL | 227.34º | 0.94% | 0.59% | - |
| HSV(B) | 227.34º | 0.8% | 0.98% | - |
| XYZ | 22.24 | 15.17 | 91.38 | - |
| YUV | 97.34 | 213.59 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 249 | 0.80 | 0.63 | 0 | 0.02 | 227.34 | 0.94 | 0.59 |
| Hex | 32 | 5C | F9 | 50 | 3F | 0 | 2 | E3 | 5E | 3B |
| Octal | 62 | 134 | 371 | 120 | 77 | 0 | 2 | 343 | 136 | 73 |
| Binary | 110010 | 1011100 | 11111001 | 1010000 | 111111 | 0 | 10 | 11100011 | 1011110 | 111011 |
Color Harmonies of #325CF9
Complementary color
Monochromatic Colors of #325CF9
Black with #325CF9
Text Example
Text Example
White with #325CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325CF9; }
p { color: rgb(50,92,249); }
H1.HeaderClassName
{
color: #325CF9;
}
.AnyTagClassName
{
color: #325CF9;
}
</style>
background-color css
<style>
a { background-color: #325CF9; }
a { background-color: rgb(50,92,249); }
div.DivClassName
{
background-color: #325CF9;
}
.BgClassName
{
background-color: #325CF9;
}
</style>
border-color css
<style>
span { border-color: #325CF9; }
span { border-color: rgb(50,92,249); }
td.TdClassName
{
border-color: #325CF9;
}
.TagClassName
{
border-color: #325CF9;
}
</style>