Shades of Royal Blue #325AF1
Tints of Royal Blue #325AF1
RGB
CMYK
RGB Variations
Color information
#325AF1 (or 0x325AF1) is known color: Royal Blue. HEX triplet: 32, 5A and F1. RGB value is (50,90,241). Sum of RGB (Red+Green+Blue) = 50+90+241=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 241 (94.53% from 255 or 63.25% from 381); Max value from RGB is 241 - color contains mainly: blue. Hex color #325AF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325AF1 is #CDA50E. Grayscale: #5E5E5E. Windows color (decimal): -13477135 or 15817266. OLE color: 15817266.
HSL color Cylindrical-coordinate representation of color #325AF1: hue angle of 227.43º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #325AF1 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 90 | 241 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.05 |
| HSL | 227.43º | 0.87% | 0.57% | - |
| HSV(B) | 227.43º | 0.79% | 0.95% | - |
| XYZ | 20.85 | 14.34 | 84.89 | - |
| YUV | 95.25 | 210.25 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 90 | 241 | 0.79 | 0.63 | 0 | 0.05 | 227.43 | 0.87 | 0.57 |
| Hex | 32 | 5A | F1 | 4F | 3F | 0 | 5 | E3 | 57 | 39 |
| Octal | 62 | 132 | 361 | 117 | 77 | 0 | 5 | 343 | 127 | 71 |
| Binary | 110010 | 1011010 | 11110001 | 1001111 | 111111 | 0 | 101 | 11100011 | 1010111 | 111001 |
Color Harmonies of #325AF1
Complementary color
Monochromatic Colors of #325AF1
Black with #325AF1
Text Example
Text Example
White with #325AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325AF1; }
p { color: rgb(50,90,241); }
H1.HeaderClassName
{
color: #325AF1;
}
.AnyTagClassName
{
color: #325AF1;
}
</style>
background-color css
<style>
a { background-color: #325AF1; }
a { background-color: rgb(50,90,241); }
div.DivClassName
{
background-color: #325AF1;
}
.BgClassName
{
background-color: #325AF1;
}
</style>
border-color css
<style>
span { border-color: #325AF1; }
span { border-color: rgb(50,90,241); }
td.TdClassName
{
border-color: #325AF1;
}
.TagClassName
{
border-color: #325AF1;
}
</style>