Shades of Royal Blue #325FFB
Tints of Royal Blue #325FFB
RGB
CMYK
RGB Variations
Color information
#325FFB (or 0x325FFB) is known color: Royal Blue. HEX triplet: 32, 5F and FB. RGB value is (50,95,251). Sum of RGB (Red+Green+Blue) = 50+95+251=396 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.63% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #325FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325FFB is #CDA004. Grayscale: #626262. Windows color (decimal): -13475845 or 16473906. OLE color: 16473906.
HSL color Cylindrical-coordinate representation of color #325FFB: hue angle of 226.57º 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 #325FFB is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 95 | 251 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.02 |
| HSL | 226.57º | 0.96% | 0.59% | - |
| HSV(B) | 226.57º | 0.8% | 0.98% | - |
| XYZ | 22.82 | 15.83 | 93.12 | - |
| YUV | 99.33 | 213.59 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 251 | 0.80 | 0.62 | 0 | 0.02 | 226.57 | 0.96 | 0.59 |
| Hex | 32 | 5F | FB | 50 | 3E | 0 | 2 | E3 | 60 | 3B |
| Octal | 62 | 137 | 373 | 120 | 76 | 0 | 2 | 343 | 140 | 73 |
| Binary | 110010 | 1011111 | 11111011 | 1010000 | 111110 | 0 | 10 | 11100011 | 1100000 | 111011 |
Color Harmonies of #325FFB
Complementary color
Monochromatic Colors of #325FFB
Black with #325FFB
Text Example
Text Example
White with #325FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325FFB; }
p { color: rgb(50,95,251); }
H1.HeaderClassName
{
color: #325FFB;
}
.AnyTagClassName
{
color: #325FFB;
}
</style>
background-color css
<style>
a { background-color: #325FFB; }
a { background-color: rgb(50,95,251); }
div.DivClassName
{
background-color: #325FFB;
}
.BgClassName
{
background-color: #325FFB;
}
</style>
border-color css
<style>
span { border-color: #325FFB; }
span { border-color: rgb(50,95,251); }
td.TdClassName
{
border-color: #325FFB;
}
.TagClassName
{
border-color: #325FFB;
}
</style>