Shades of Royal Blue #325CFA
Tints of Royal Blue #325CFA
RGB
CMYK
RGB Variations
Color information
#325CFA (or 0x325CFA) is known color: Royal Blue. HEX triplet: 32, 5C and FA. RGB value is (50,92,250). Sum of RGB (Red+Green+Blue) = 50+92+250=392 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.76% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #325CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325CFA is #CDA305. Grayscale: #606060. Windows color (decimal): -13476614 or 16407602. OLE color: 16407602.
HSL color Cylindrical-coordinate representation of color #325CFA: hue angle of 227.4º degrees, saturation: 0.95, 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 #325CFA is Cyan = 0.8, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 92 | 250 | - |
| CMYK | 0.8 | 0.63 | 0 | 0.02 |
| HSL | 227.4º | 0.95% | 0.59% | - |
| HSV(B) | 227.4º | 0.8% | 0.98% | - |
| XYZ | 22.4 | 15.23 | 92.2 | - |
| YUV | 97.45 | 214.09 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 250 | 0.8 | 0.63 | 0 | 0.02 | 227.4 | 0.95 | 0.59 |
| Hex | 32 | 5C | FA | 50 | 3F | 0 | 2 | E3 | 5F | 3B |
| Octal | 62 | 134 | 372 | 120 | 77 | 0 | 2 | 343 | 137 | 73 |
| Binary | 110010 | 1011100 | 11111010 | 1010000 | 111111 | 0 | 10 | 11100011 | 1011111 | 111011 |
Color Harmonies of #325CFA
Complementary color
Monochromatic Colors of #325CFA
Black with #325CFA
Text Example
Text Example
White with #325CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325CFA; }
p { color: rgb(50,92,250); }
H1.HeaderClassName
{
color: #325CFA;
}
.AnyTagClassName
{
color: #325CFA;
}
</style>
background-color css
<style>
a { background-color: #325CFA; }
a { background-color: rgb(50,92,250); }
div.DivClassName
{
background-color: #325CFA;
}
.BgClassName
{
background-color: #325CFA;
}
</style>
border-color css
<style>
span { border-color: #325CFA; }
span { border-color: rgb(50,92,250); }
td.TdClassName
{
border-color: #325CFA;
}
.TagClassName
{
border-color: #325CFA;
}
</style>