Shades of Royal Blue #325FDA
Tints of Royal Blue #325FDA
RGB
CMYK
RGB Variations
Color information
#325FDA (or 0x325FDA) is known color: Royal Blue. HEX triplet: 32, 5F and DA. RGB value is (50,95,218). Sum of RGB (Red+Green+Blue) = 50+95+218=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #325FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325FDA is #CDA025. Grayscale: #5F5F5F. Windows color (decimal): -13475878 or 14311218. OLE color: 14311218.
HSL color Cylindrical-coordinate representation of color #325FDA: hue angle of 223.93º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #325FDA is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 95 | 218 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.15 |
| HSL | 223.93º | 0.69% | 0.53% | - |
| HSV(B) | 223.93º | 0.77% | 0.85% | - |
| XYZ | 18.06 | 13.92 | 68.07 | - |
| YUV | 95.57 | 197.09 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 218 | 0.77 | 0.56 | 0 | 0.15 | 223.93 | 0.69 | 0.53 |
| Hex | 32 | 5F | DA | 4D | 38 | 0 | F | E0 | 45 | 35 |
| Octal | 62 | 137 | 332 | 115 | 70 | 0 | 17 | 340 | 105 | 65 |
| Binary | 110010 | 1011111 | 11011010 | 1001101 | 111000 | 0 | 1111 | 11100000 | 1000101 | 110101 |
Color Harmonies of #325FDA
Complementary color
Monochromatic Colors of #325FDA
Black with #325FDA
Text Example
Text Example
White with #325FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325FDA; }
p { color: rgb(50,95,218); }
H1.HeaderClassName
{
color: #325FDA;
}
.AnyTagClassName
{
color: #325FDA;
}
</style>
background-color css
<style>
a { background-color: #325FDA; }
a { background-color: rgb(50,95,218); }
div.DivClassName
{
background-color: #325FDA;
}
.BgClassName
{
background-color: #325FDA;
}
</style>
border-color css
<style>
span { border-color: #325FDA; }
span { border-color: rgb(50,95,218); }
td.TdClassName
{
border-color: #325FDA;
}
.TagClassName
{
border-color: #325FDA;
}
</style>