Shades of Royal Blue #325CF3
Tints of Royal Blue #325CF3
RGB
CMYK
RGB Variations
Color information
#325CF3 (or 0x325CF3) is known color: Royal Blue. HEX triplet: 32, 5C and F3. RGB value is (50,92,243). Sum of RGB (Red+Green+Blue) = 50+92+243=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 243 (95.31% from 255 or 63.12% from 385); Max value from RGB is 243 - color contains mainly: blue. Hex color #325CF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325CF3 is #CDA30C. Grayscale: #606060. Windows color (decimal): -13476621 or 15948850. OLE color: 15948850.
HSL color Cylindrical-coordinate representation of color #325CF3: hue angle of 226.94º degrees, saturation: 0.89, 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 #325CF3 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 92 | 243 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.05 |
| HSL | 226.94º | 0.89% | 0.57% | - |
| HSV(B) | 226.94º | 0.79% | 0.95% | - |
| XYZ | 21.32 | 14.8 | 86.53 | - |
| YUV | 96.66 | 210.59 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 243 | 0.79 | 0.62 | 0 | 0.05 | 226.94 | 0.89 | 0.57 |
| Hex | 32 | 5C | F3 | 4F | 3E | 0 | 5 | E3 | 59 | 39 |
| Octal | 62 | 134 | 363 | 117 | 76 | 0 | 5 | 343 | 131 | 71 |
| Binary | 110010 | 1011100 | 11110011 | 1001111 | 111110 | 0 | 101 | 11100011 | 1011001 | 111001 |
Color Harmonies of #325CF3
Complementary color
Monochromatic Colors of #325CF3
Black with #325CF3
Text Example
Text Example
White with #325CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325CF3; }
p { color: rgb(50,92,243); }
H1.HeaderClassName
{
color: #325CF3;
}
.AnyTagClassName
{
color: #325CF3;
}
</style>
background-color css
<style>
a { background-color: #325CF3; }
a { background-color: rgb(50,92,243); }
div.DivClassName
{
background-color: #325CF3;
}
.BgClassName
{
background-color: #325CF3;
}
</style>
border-color css
<style>
span { border-color: #325CF3; }
span { border-color: rgb(50,92,243); }
td.TdClassName
{
border-color: #325CF3;
}
.TagClassName
{
border-color: #325CF3;
}
</style>