Shades of Royal Blue #3261E6
Tints of Royal Blue #3261E6
RGB
CMYK
RGB Variations
Color information
#3261E6 (or 0x3261E6) is known color: Royal Blue. HEX triplet: 32, 61 and E6. RGB value is (50,97,230). Sum of RGB (Red+Green+Blue) = 50+97+230=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 230 (90.23% from 255 or 61.01% from 377); Max value from RGB is 230 - color contains mainly: blue. Hex color #3261E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3261E6 is #CD9E19. Grayscale: #616161. Windows color (decimal): -13475354 or 15098162. OLE color: 15098162.
HSL color Cylindrical-coordinate representation of color #3261E6: hue angle of 224.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3261E6 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 97 | 230 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.10 |
| HSL | 224.33º | 0.78% | 0.55% | - |
| HSV(B) | 224.33º | 0.78% | 0.9% | - |
| XYZ | 19.87 | 14.94 | 76.7 | - |
| YUV | 98.11 | 202.43 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 230 | 0.78 | 0.58 | 0 | 0.10 | 224.33 | 0.78 | 0.55 |
| Hex | 32 | 61 | E6 | 4E | 3A | 0 | A | E0 | 4E | 37 |
| Octal | 62 | 141 | 346 | 116 | 72 | 0 | 12 | 340 | 116 | 67 |
| Binary | 110010 | 1100001 | 11100110 | 1001110 | 111010 | 0 | 1010 | 11100000 | 1001110 | 110111 |
Color Harmonies of #3261E6
Complementary color
Monochromatic Colors of #3261E6
Black with #3261E6
Text Example
Text Example
White with #3261E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3261E6; }
p { color: rgb(50,97,230); }
H1.HeaderClassName
{
color: #3261E6;
}
.AnyTagClassName
{
color: #3261E6;
}
</style>
background-color css
<style>
a { background-color: #3261E6; }
a { background-color: rgb(50,97,230); }
div.DivClassName
{
background-color: #3261E6;
}
.BgClassName
{
background-color: #3261E6;
}
</style>
border-color css
<style>
span { border-color: #3261E6; }
span { border-color: rgb(50,97,230); }
td.TdClassName
{
border-color: #3261E6;
}
.TagClassName
{
border-color: #3261E6;
}
</style>