Shades of Royal Blue #3261DF
Tints of Royal Blue #3261DF
RGB
CMYK
RGB Variations
Color information
#3261DF (or 0x3261DF) is known color: Royal Blue. HEX triplet: 32, 61 and DF. RGB value is (50,97,223). Sum of RGB (Red+Green+Blue) = 50+97+223=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #3261DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3261DF is #CD9E20. Grayscale: #606060. Windows color (decimal): -13475361 or 14639410. OLE color: 14639410.
HSL color Cylindrical-coordinate representation of color #3261DF: hue angle of 223.7º 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 #3261DF is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 97 | 223 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.13 |
| HSL | 223.7º | 0.73% | 0.54% | - |
| HSV(B) | 223.7º | 0.78% | 0.87% | - |
| XYZ | 18.91 | 14.56 | 71.62 | - |
| YUV | 97.31 | 198.93 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 223 | 0.78 | 0.57 | 0 | 0.13 | 223.7 | 0.73 | 0.54 |
| Hex | 32 | 61 | DF | 4E | 39 | 0 | D | E0 | 49 | 36 |
| Octal | 62 | 141 | 337 | 116 | 71 | 0 | 15 | 340 | 111 | 66 |
| Binary | 110010 | 1100001 | 11011111 | 1001110 | 111001 | 0 | 1101 | 11100000 | 1001001 | 110110 |
Color Harmonies of #3261DF
Complementary color
Monochromatic Colors of #3261DF
Black with #3261DF
Text Example
Text Example
White with #3261DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3261DF; }
p { color: rgb(50,97,223); }
H1.HeaderClassName
{
color: #3261DF;
}
.AnyTagClassName
{
color: #3261DF;
}
</style>
background-color css
<style>
a { background-color: #3261DF; }
a { background-color: rgb(50,97,223); }
div.DivClassName
{
background-color: #3261DF;
}
.BgClassName
{
background-color: #3261DF;
}
</style>
border-color css
<style>
span { border-color: #3261DF; }
span { border-color: rgb(50,97,223); }
td.TdClassName
{
border-color: #3261DF;
}
.TagClassName
{
border-color: #3261DF;
}
</style>