Shades of Royal Blue #325BE6
Tints of Royal Blue #325BE6
RGB
CMYK
RGB Variations
Color information
#325BE6 (or 0x325BE6) is known color: Royal Blue. HEX triplet: 32, 5B and E6. RGB value is (50,91,230). Sum of RGB (Red+Green+Blue) = 50+91+230=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 230 (90.23% from 255 or 61.99% from 371); Max value from RGB is 230 - color contains mainly: blue. Hex color #325BE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325BE6 is #CDA419. Grayscale: #5D5D5D. Windows color (decimal): -13476890 or 15096626. OLE color: 15096626.
HSL color Cylindrical-coordinate representation of color #325BE6: hue angle of 226.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #325BE6 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 91 | 230 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.10 |
| HSL | 226.33º | 0.78% | 0.55% | - |
| HSV(B) | 226.33º | 0.78% | 0.9% | - |
| XYZ | 19.34 | 13.87 | 76.52 | - |
| YUV | 94.59 | 204.42 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 230 | 0.78 | 0.60 | 0 | 0.10 | 226.33 | 0.78 | 0.55 |
| Hex | 32 | 5B | E6 | 4E | 3C | 0 | A | E2 | 4E | 37 |
| Octal | 62 | 133 | 346 | 116 | 74 | 0 | 12 | 342 | 116 | 67 |
| Binary | 110010 | 1011011 | 11100110 | 1001110 | 111100 | 0 | 1010 | 11100010 | 1001110 | 110111 |
Color Harmonies of #325BE6
Complementary color
Monochromatic Colors of #325BE6
Black with #325BE6
Text Example
Text Example
White with #325BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325BE6; }
p { color: rgb(50,91,230); }
H1.HeaderClassName
{
color: #325BE6;
}
.AnyTagClassName
{
color: #325BE6;
}
</style>
background-color css
<style>
a { background-color: #325BE6; }
a { background-color: rgb(50,91,230); }
div.DivClassName
{
background-color: #325BE6;
}
.BgClassName
{
background-color: #325BE6;
}
</style>
border-color css
<style>
span { border-color: #325BE6; }
span { border-color: rgb(50,91,230); }
td.TdClassName
{
border-color: #325BE6;
}
.TagClassName
{
border-color: #325BE6;
}
</style>