Shades of Royal Blue #325CFD
Tints of Royal Blue #325CFD
RGB
CMYK
RGB Variations
Color information
#325CFD (or 0x325CFD) is known color: Royal Blue. HEX triplet: 32, 5C and FD. RGB value is (50,92,253). Sum of RGB (Red+Green+Blue) = 50+92+253=395 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.66% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 253 (99.22% from 255 or 64.05% from 395); Max value from RGB is 253 - color contains mainly: blue. Hex color #325CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325CFD is #CDA302. Grayscale: #616161. Windows color (decimal): -13476611 or 16604210. OLE color: 16604210.
HSL color Cylindrical-coordinate representation of color #325CFD: hue angle of 227.59º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #325CFD is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 92 | 253 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.01 |
| HSL | 227.59º | 0.98% | 0.59% | - |
| HSV(B) | 227.59º | 0.8% | 0.99% | - |
| XYZ | 22.87 | 15.42 | 94.7 | - |
| YUV | 97.8 | 215.59 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 253 | 0.80 | 0.64 | 0 | 0.01 | 227.59 | 0.98 | 0.59 |
| Hex | 32 | 5C | FD | 50 | 40 | 0 | 1 | E4 | 62 | 3B |
| Octal | 62 | 134 | 375 | 120 | 100 | 0 | 1 | 344 | 142 | 73 |
| Binary | 110010 | 1011100 | 11111101 | 1010000 | 1000000 | 0 | 1 | 11100100 | 1100010 | 111011 |
Color Harmonies of #325CFD
Complementary color
Monochromatic Colors of #325CFD
Black with #325CFD
Text Example
Text Example
White with #325CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325CFD; }
p { color: rgb(50,92,253); }
H1.HeaderClassName
{
color: #325CFD;
}
.AnyTagClassName
{
color: #325CFD;
}
</style>
background-color css
<style>
a { background-color: #325CFD; }
a { background-color: rgb(50,92,253); }
div.DivClassName
{
background-color: #325CFD;
}
.BgClassName
{
background-color: #325CFD;
}
</style>
border-color css
<style>
span { border-color: #325CFD; }
span { border-color: rgb(50,92,253); }
td.TdClassName
{
border-color: #325CFD;
}
.TagClassName
{
border-color: #325CFD;
}
</style>