Shades of Royal Blue #325DF2
Tints of Royal Blue #325DF2
RGB
CMYK
RGB Variations
Color information
#325DF2 (or 0x325DF2) is known color: Royal Blue. HEX triplet: 32, 5D and F2. RGB value is (50,93,242). Sum of RGB (Red+Green+Blue) = 50+93+242=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 242 (94.92% from 255 or 62.86% from 385); Max value from RGB is 242 - color contains mainly: blue. Hex color #325DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325DF2 is #CDA20D. Grayscale: #606060. Windows color (decimal): -13476366 or 15883570. OLE color: 15883570.
HSL color Cylindrical-coordinate representation of color #325DF2: hue angle of 226.56º degrees, saturation: 0.88, 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 #325DF2 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 93 | 242 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.05 |
| HSL | 226.56º | 0.88% | 0.57% | - |
| HSV(B) | 226.56º | 0.79% | 0.95% | - |
| XYZ | 21.26 | 14.92 | 85.76 | - |
| YUV | 97.13 | 209.75 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 242 | 0.79 | 0.62 | 0 | 0.05 | 226.56 | 0.88 | 0.57 |
| Hex | 32 | 5D | F2 | 4F | 3E | 0 | 5 | E3 | 58 | 39 |
| Octal | 62 | 135 | 362 | 117 | 76 | 0 | 5 | 343 | 130 | 71 |
| Binary | 110010 | 1011101 | 11110010 | 1001111 | 111110 | 0 | 101 | 11100011 | 1011000 | 111001 |
Color Harmonies of #325DF2
Complementary color
Monochromatic Colors of #325DF2
Black with #325DF2
Text Example
Text Example
White with #325DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325DF2; }
p { color: rgb(50,93,242); }
H1.HeaderClassName
{
color: #325DF2;
}
.AnyTagClassName
{
color: #325DF2;
}
</style>
background-color css
<style>
a { background-color: #325DF2; }
a { background-color: rgb(50,93,242); }
div.DivClassName
{
background-color: #325DF2;
}
.BgClassName
{
background-color: #325DF2;
}
</style>
border-color css
<style>
span { border-color: #325DF2; }
span { border-color: rgb(50,93,242); }
td.TdClassName
{
border-color: #325DF2;
}
.TagClassName
{
border-color: #325DF2;
}
</style>