Shades of Royal Blue #325BD6
Tints of Royal Blue #325BD6
RGB
CMYK
RGB Variations
Color information
#325BD6 (or 0x325BD6) is known color: Royal Blue. HEX triplet: 32, 5B and D6. RGB value is (50,91,214). Sum of RGB (Red+Green+Blue) = 50+91+214=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 214 (83.98% from 255 or 60.28% from 355); Max value from RGB is 214 - color contains mainly: blue. Hex color #325BD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325BD6 is #CDA429. Grayscale: #5C5C5C. Windows color (decimal): -13476906 or 14048050. OLE color: 14048050.
HSL color Cylindrical-coordinate representation of color #325BD6: hue angle of 225º 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 #325BD6 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 91 | 214 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.16 |
| HSL | 225º | 0.67% | 0.52% | - |
| HSV(B) | 225º | 0.77% | 0.84% | - |
| XYZ | 17.19 | 13.02 | 65.22 | - |
| YUV | 92.76 | 196.42 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 214 | 0.77 | 0.57 | 0 | 0.16 | 225 | 0.67 | 0.52 |
| Hex | 32 | 5B | D6 | 4D | 39 | 0 | 10 | E1 | 43 | 34 |
| Octal | 62 | 133 | 326 | 115 | 71 | 0 | 20 | 341 | 103 | 64 |
| Binary | 110010 | 1011011 | 11010110 | 1001101 | 111001 | 0 | 10000 | 11100001 | 1000011 | 110100 |
Color Harmonies of #325BD6
Complementary color
Monochromatic Colors of #325BD6
Black with #325BD6
Text Example
Text Example
White with #325BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325BD6; }
p { color: rgb(50,91,214); }
H1.HeaderClassName
{
color: #325BD6;
}
.AnyTagClassName
{
color: #325BD6;
}
</style>
background-color css
<style>
a { background-color: #325BD6; }
a { background-color: rgb(50,91,214); }
div.DivClassName
{
background-color: #325BD6;
}
.BgClassName
{
background-color: #325BD6;
}
</style>
border-color css
<style>
span { border-color: #325BD6; }
span { border-color: rgb(50,91,214); }
td.TdClassName
{
border-color: #325BD6;
}
.TagClassName
{
border-color: #325BD6;
}
</style>