Shades of Royal Blue #325AFB
Tints of Royal Blue #325AFB
RGB
CMYK
RGB Variations
Color information
#325AFB (or 0x325AFB) is known color: Royal Blue. HEX triplet: 32, 5A and FB. RGB value is (50,90,251). Sum of RGB (Red+Green+Blue) = 50+90+251=391 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.79% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #325AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325AFB is #CDA504. Grayscale: #5F5F5F. Windows color (decimal): -13477125 or 16472626. OLE color: 16472626.
HSL color Cylindrical-coordinate representation of color #325AFB: hue angle of 228.06º degrees, saturation: 0.96, 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 #325AFB is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 90 | 251 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.02 |
| HSL | 228.06º | 0.96% | 0.59% | - |
| HSV(B) | 228.06º | 0.8% | 0.98% | - |
| XYZ | 22.38 | 14.96 | 92.97 | - |
| YUV | 96.39 | 215.25 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 90 | 251 | 0.80 | 0.64 | 0 | 0.02 | 228.06 | 0.96 | 0.59 |
| Hex | 32 | 5A | FB | 50 | 40 | 0 | 2 | E4 | 60 | 3B |
| Octal | 62 | 132 | 373 | 120 | 100 | 0 | 2 | 344 | 140 | 73 |
| Binary | 110010 | 1011010 | 11111011 | 1010000 | 1000000 | 0 | 10 | 11100100 | 1100000 | 111011 |
Color Harmonies of #325AFB
Complementary color
Monochromatic Colors of #325AFB
Black with #325AFB
Text Example
Text Example
White with #325AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325AFB; }
p { color: rgb(50,90,251); }
H1.HeaderClassName
{
color: #325AFB;
}
.AnyTagClassName
{
color: #325AFB;
}
</style>
background-color css
<style>
a { background-color: #325AFB; }
a { background-color: rgb(50,90,251); }
div.DivClassName
{
background-color: #325AFB;
}
.BgClassName
{
background-color: #325AFB;
}
</style>
border-color css
<style>
span { border-color: #325AFB; }
span { border-color: rgb(50,90,251); }
td.TdClassName
{
border-color: #325AFB;
}
.TagClassName
{
border-color: #325AFB;
}
</style>