Shades of Royal Blue #325DE6
Tints of Royal Blue #325DE6
RGB
CMYK
RGB Variations
Color information
#325DE6 (or 0x325DE6) is known color: Royal Blue. HEX triplet: 32, 5D and E6. RGB value is (50,93,230). Sum of RGB (Red+Green+Blue) = 50+93+230=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 230 (90.23% from 255 or 61.66% from 373); Max value from RGB is 230 - color contains mainly: blue. Hex color #325DE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325DE6 is #CDA219. Grayscale: #5F5F5F. Windows color (decimal): -13476378 or 15097138. OLE color: 15097138.
HSL color Cylindrical-coordinate representation of color #325DE6: hue angle of 225.67º 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 #325DE6 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 93 | 230 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.10 |
| HSL | 225.67º | 0.78% | 0.55% | - |
| HSV(B) | 225.67º | 0.78% | 0.9% | - |
| XYZ | 19.51 | 14.22 | 76.58 | - |
| YUV | 95.76 | 203.75 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 230 | 0.78 | 0.60 | 0 | 0.10 | 225.67 | 0.78 | 0.55 |
| Hex | 32 | 5D | E6 | 4E | 3C | 0 | A | E2 | 4E | 37 |
| Octal | 62 | 135 | 346 | 116 | 74 | 0 | 12 | 342 | 116 | 67 |
| Binary | 110010 | 1011101 | 11100110 | 1001110 | 111100 | 0 | 1010 | 11100010 | 1001110 | 110111 |
Color Harmonies of #325DE6
Complementary color
Monochromatic Colors of #325DE6
Black with #325DE6
Text Example
Text Example
White with #325DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325DE6; }
p { color: rgb(50,93,230); }
H1.HeaderClassName
{
color: #325DE6;
}
.AnyTagClassName
{
color: #325DE6;
}
</style>
background-color css
<style>
a { background-color: #325DE6; }
a { background-color: rgb(50,93,230); }
div.DivClassName
{
background-color: #325DE6;
}
.BgClassName
{
background-color: #325DE6;
}
</style>
border-color css
<style>
span { border-color: #325DE6; }
span { border-color: rgb(50,93,230); }
td.TdClassName
{
border-color: #325DE6;
}
.TagClassName
{
border-color: #325DE6;
}
</style>