Shades of Royal Blue #325EDF
Tints of Royal Blue #325EDF
RGB
CMYK
RGB Variations
Color information
#325EDF (or 0x325EDF) is known color: Royal Blue. HEX triplet: 32, 5E and DF. RGB value is (50,94,223). Sum of RGB (Red+Green+Blue) = 50+94+223=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #325EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325EDF is #CDA120. Grayscale: #5E5E5E. Windows color (decimal): -13476129 or 14638642. OLE color: 14638642.
HSL color Cylindrical-coordinate representation of color #325EDF: hue angle of 224.74º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #325EDF is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 94 | 223 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.13 |
| HSL | 224.74º | 0.73% | 0.54% | - |
| HSV(B) | 224.74º | 0.78% | 0.87% | - |
| XYZ | 18.64 | 14.01 | 71.53 | - |
| YUV | 95.55 | 199.92 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 223 | 0.78 | 0.58 | 0 | 0.13 | 224.74 | 0.73 | 0.54 |
| Hex | 32 | 5E | DF | 4E | 3A | 0 | D | E1 | 49 | 36 |
| Octal | 62 | 136 | 337 | 116 | 72 | 0 | 15 | 341 | 111 | 66 |
| Binary | 110010 | 1011110 | 11011111 | 1001110 | 111010 | 0 | 1101 | 11100001 | 1001001 | 110110 |
Color Harmonies of #325EDF
Complementary color
Monochromatic Colors of #325EDF
Black with #325EDF
Text Example
Text Example
White with #325EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325EDF; }
p { color: rgb(50,94,223); }
H1.HeaderClassName
{
color: #325EDF;
}
.AnyTagClassName
{
color: #325EDF;
}
</style>
background-color css
<style>
a { background-color: #325EDF; }
a { background-color: rgb(50,94,223); }
div.DivClassName
{
background-color: #325EDF;
}
.BgClassName
{
background-color: #325EDF;
}
</style>
border-color css
<style>
span { border-color: #325EDF; }
span { border-color: rgb(50,94,223); }
td.TdClassName
{
border-color: #325EDF;
}
.TagClassName
{
border-color: #325EDF;
}
</style>