Shades of Royal Blue #3261E1
Tints of Royal Blue #3261E1
RGB
CMYK
RGB Variations
Color information
#3261E1 (or 0x3261E1) is known color: Royal Blue. HEX triplet: 32, 61 and E1. RGB value is (50,97,225). Sum of RGB (Red+Green+Blue) = 50+97+225=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 225 (88.28% from 255 or 60.48% from 372); Max value from RGB is 225 - color contains mainly: blue. Hex color #3261E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3261E1 is #CD9E1E. Grayscale: #606060. Windows color (decimal): -13475359 or 14770482. OLE color: 14770482.
HSL color Cylindrical-coordinate representation of color #3261E1: hue angle of 223.89º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3261E1 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 97 | 225 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.12 |
| HSL | 223.89º | 0.74% | 0.54% | - |
| HSV(B) | 223.89º | 0.78% | 0.88% | - |
| XYZ | 19.18 | 14.66 | 73.05 | - |
| YUV | 97.54 | 199.93 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 225 | 0.78 | 0.57 | 0 | 0.12 | 223.89 | 0.74 | 0.54 |
| Hex | 32 | 61 | E1 | 4E | 39 | 0 | C | E0 | 4A | 36 |
| Octal | 62 | 141 | 341 | 116 | 71 | 0 | 14 | 340 | 112 | 66 |
| Binary | 110010 | 1100001 | 11100001 | 1001110 | 111001 | 0 | 1100 | 11100000 | 1001010 | 110110 |
Color Harmonies of #3261E1
Complementary color
Monochromatic Colors of #3261E1
Black with #3261E1
Text Example
Text Example
White with #3261E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3261E1; }
p { color: rgb(50,97,225); }
H1.HeaderClassName
{
color: #3261E1;
}
.AnyTagClassName
{
color: #3261E1;
}
</style>
background-color css
<style>
a { background-color: #3261E1; }
a { background-color: rgb(50,97,225); }
div.DivClassName
{
background-color: #3261E1;
}
.BgClassName
{
background-color: #3261E1;
}
</style>
border-color css
<style>
span { border-color: #3261E1; }
span { border-color: rgb(50,97,225); }
td.TdClassName
{
border-color: #3261E1;
}
.TagClassName
{
border-color: #3261E1;
}
</style>