Shades of Royal Blue #3263F9
Tints of Royal Blue #3263F9
RGB
CMYK
RGB Variations
Color information
#3263F9 (or 0x3263F9) is known color: Royal Blue. HEX triplet: 32, 63 and F9. RGB value is (50,99,249). Sum of RGB (Red+Green+Blue) = 50+99+249=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 249 (97.66% from 255 or 62.56% from 398); Max value from RGB is 249 - color contains mainly: blue. Hex color #3263F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3263F9 is #CD9C06. Grayscale: #646464. Windows color (decimal): -13474823 or 16343858. OLE color: 16343858.
HSL color Cylindrical-coordinate representation of color #3263F9: hue angle of 225.23º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3263F9 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 99 | 249 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.02 |
| HSL | 225.23º | 0.94% | 0.59% | - |
| HSV(B) | 225.23º | 0.8% | 0.98% | - |
| XYZ | 22.88 | 16.44 | 91.59 | - |
| YUV | 101.45 | 211.27 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 99 | 249 | 0.80 | 0.60 | 0 | 0.02 | 225.23 | 0.94 | 0.59 |
| Hex | 32 | 63 | F9 | 50 | 3C | 0 | 2 | E1 | 5E | 3B |
| Octal | 62 | 143 | 371 | 120 | 74 | 0 | 2 | 341 | 136 | 73 |
| Binary | 110010 | 1100011 | 11111001 | 1010000 | 111100 | 0 | 10 | 11100001 | 1011110 | 111011 |
Color Harmonies of #3263F9
Complementary color
Monochromatic Colors of #3263F9
Black with #3263F9
Text Example
Text Example
White with #3263F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3263F9; }
p { color: rgb(50,99,249); }
H1.HeaderClassName
{
color: #3263F9;
}
.AnyTagClassName
{
color: #3263F9;
}
</style>
background-color css
<style>
a { background-color: #3263F9; }
a { background-color: rgb(50,99,249); }
div.DivClassName
{
background-color: #3263F9;
}
.BgClassName
{
background-color: #3263F9;
}
</style>
border-color css
<style>
span { border-color: #3263F9; }
span { border-color: rgb(50,99,249); }
td.TdClassName
{
border-color: #3263F9;
}
.TagClassName
{
border-color: #3263F9;
}
</style>