Shades of Royal Blue #3261FF
Tints of Royal Blue #3261FF
RGB
CMYK
RGB Variations
Color information
#3261FF (or 0x3261FF) is known color: Royal Blue. HEX triplet: 32, 61 and FF. RGB value is (50,97,255). Sum of RGB (Red+Green+Blue) = 50+97+255=402 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.44% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #3261FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3261FF is #CD9E00. Grayscale: #646464. Windows color (decimal): -13475329 or 16736562. OLE color: 16736562.
HSL color Cylindrical-coordinate representation of color #3261FF: hue angle of 226.24º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3261FF is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 97 | 255 | - |
| CMYK | 0.80 | 0.62 | 0 | 0 |
| HSL | 226.24º | 1% | 0.6% | - |
| HSV(B) | 226.24º | 0.8% | 1% | - |
| XYZ | 23.64 | 16.45 | 96.54 | - |
| YUV | 100.96 | 214.93 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 255 | 0.80 | 0.62 | 0 | 0 | 226.24 | 1 | 0.6 |
| Hex | 32 | 61 | FF | 50 | 3E | 0 | 0 | E2 | 64 | 3C |
| Octal | 62 | 141 | 377 | 120 | 76 | 0 | 0 | 342 | 144 | 74 |
| Binary | 110010 | 1100001 | 11111111 | 1010000 | 111110 | 0 | 0 | 11100010 | 1100100 | 111100 |
Color Harmonies of #3261FF
Complementary color
Monochromatic Colors of #3261FF
Black with #3261FF
Text Example
Text Example
White with #3261FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3261FF; }
p { color: rgb(50,97,255); }
H1.HeaderClassName
{
color: #3261FF;
}
.AnyTagClassName
{
color: #3261FF;
}
</style>
background-color css
<style>
a { background-color: #3261FF; }
a { background-color: rgb(50,97,255); }
div.DivClassName
{
background-color: #3261FF;
}
.BgClassName
{
background-color: #3261FF;
}
</style>
border-color css
<style>
span { border-color: #3261FF; }
span { border-color: rgb(50,97,255); }
td.TdClassName
{
border-color: #3261FF;
}
.TagClassName
{
border-color: #3261FF;
}
</style>