Shades of Royal Blue #325ED6
Tints of Royal Blue #325ED6
RGB
CMYK
RGB Variations
Color information
#325ED6 (or 0x325ED6) is known color: Royal Blue. HEX triplet: 32, 5E and D6. RGB value is (50,94,214). Sum of RGB (Red+Green+Blue) = 50+94+214=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 214 (83.98% from 255 or 59.78% from 358); Max value from RGB is 214 - color contains mainly: blue. Hex color #325ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325ED6 is #CDA129. Grayscale: #5E5E5E. Windows color (decimal): -13476138 or 14048818. OLE color: 14048818.
HSL color Cylindrical-coordinate representation of color #325ED6: hue angle of 223.9º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #325ED6 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 94 | 214 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.16 |
| HSL | 223.9º | 0.67% | 0.52% | - |
| HSV(B) | 223.9º | 0.77% | 0.84% | - |
| XYZ | 17.46 | 13.54 | 65.31 | - |
| YUV | 94.52 | 195.42 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 214 | 0.77 | 0.56 | 0 | 0.16 | 223.9 | 0.67 | 0.52 |
| Hex | 32 | 5E | D6 | 4D | 38 | 0 | 10 | E0 | 43 | 34 |
| Octal | 62 | 136 | 326 | 115 | 70 | 0 | 20 | 340 | 103 | 64 |
| Binary | 110010 | 1011110 | 11010110 | 1001101 | 111000 | 0 | 10000 | 11100000 | 1000011 | 110100 |
Color Harmonies of #325ED6
Complementary color
Monochromatic Colors of #325ED6
Black with #325ED6
Text Example
Text Example
White with #325ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325ED6; }
p { color: rgb(50,94,214); }
H1.HeaderClassName
{
color: #325ED6;
}
.AnyTagClassName
{
color: #325ED6;
}
</style>
background-color css
<style>
a { background-color: #325ED6; }
a { background-color: rgb(50,94,214); }
div.DivClassName
{
background-color: #325ED6;
}
.BgClassName
{
background-color: #325ED6;
}
</style>
border-color css
<style>
span { border-color: #325ED6; }
span { border-color: rgb(50,94,214); }
td.TdClassName
{
border-color: #325ED6;
}
.TagClassName
{
border-color: #325ED6;
}
</style>