Shades of Royal Blue #325FDF
Tints of Royal Blue #325FDF
RGB
CMYK
RGB Variations
Color information
#325FDF (or 0x325FDF) is known color: Royal Blue. HEX triplet: 32, 5F and DF. RGB value is (50,95,223). Sum of RGB (Red+Green+Blue) = 50+95+223=368 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.59% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #325FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325FDF is #CDA020. Grayscale: #5F5F5F. Windows color (decimal): -13475873 or 14638898. OLE color: 14638898.
HSL color Cylindrical-coordinate representation of color #325FDF: hue angle of 224.39º 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 #325FDF is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 95 | 223 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.13 |
| HSL | 224.39º | 0.73% | 0.54% | - |
| HSV(B) | 224.39º | 0.78% | 0.87% | - |
| XYZ | 18.73 | 14.19 | 71.56 | - |
| YUV | 96.14 | 199.59 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 223 | 0.78 | 0.57 | 0 | 0.13 | 224.39 | 0.73 | 0.54 |
| Hex | 32 | 5F | DF | 4E | 39 | 0 | D | E0 | 49 | 36 |
| Octal | 62 | 137 | 337 | 116 | 71 | 0 | 15 | 340 | 111 | 66 |
| Binary | 110010 | 1011111 | 11011111 | 1001110 | 111001 | 0 | 1101 | 11100000 | 1001001 | 110110 |
Color Harmonies of #325FDF
Complementary color
Monochromatic Colors of #325FDF
Black with #325FDF
Text Example
Text Example
White with #325FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325FDF; }
p { color: rgb(50,95,223); }
H1.HeaderClassName
{
color: #325FDF;
}
.AnyTagClassName
{
color: #325FDF;
}
</style>
background-color css
<style>
a { background-color: #325FDF; }
a { background-color: rgb(50,95,223); }
div.DivClassName
{
background-color: #325FDF;
}
.BgClassName
{
background-color: #325FDF;
}
</style>
border-color css
<style>
span { border-color: #325FDF; }
span { border-color: rgb(50,95,223); }
td.TdClassName
{
border-color: #325FDF;
}
.TagClassName
{
border-color: #325FDF;
}
</style>