Shades of Royal Blue #3263D3
Tints of Royal Blue #3263D3
RGB
CMYK
RGB Variations
Color information
#3263D3 (or 0x3263D3) is known color: Royal Blue. HEX triplet: 32, 63 and D3. RGB value is (50,99,211). Sum of RGB (Red+Green+Blue) = 50+99+211=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 211 (82.81% from 255 or 58.61% from 360); Max value from RGB is 211 - color contains mainly: blue. Hex color #3263D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3263D3 is #CD9C2C. Grayscale: #606060. Windows color (decimal): -13474861 or 13853490. OLE color: 13853490.
HSL color Cylindrical-coordinate representation of color #3263D3: hue angle of 221.74º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3263D3 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 99 | 211 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.17 |
| HSL | 221.74º | 0.65% | 0.51% | - |
| HSV(B) | 221.74º | 0.76% | 0.83% | - |
| XYZ | 17.54 | 14.3 | 63.46 | - |
| YUV | 97.12 | 192.27 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 99 | 211 | 0.76 | 0.53 | 0 | 0.17 | 221.74 | 0.65 | 0.51 |
| Hex | 32 | 63 | D3 | 4C | 35 | 0 | 11 | DE | 41 | 33 |
| Octal | 62 | 143 | 323 | 114 | 65 | 0 | 21 | 336 | 101 | 63 |
| Binary | 110010 | 1100011 | 11010011 | 1001100 | 110101 | 0 | 10001 | 11011110 | 1000001 | 110011 |
Color Harmonies of #3263D3
Complementary color
Monochromatic Colors of #3263D3
Black with #3263D3
Text Example
Text Example
White with #3263D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3263D3; }
p { color: rgb(50,99,211); }
H1.HeaderClassName
{
color: #3263D3;
}
.AnyTagClassName
{
color: #3263D3;
}
</style>
background-color css
<style>
a { background-color: #3263D3; }
a { background-color: rgb(50,99,211); }
div.DivClassName
{
background-color: #3263D3;
}
.BgClassName
{
background-color: #3263D3;
}
</style>
border-color css
<style>
span { border-color: #3263D3; }
span { border-color: rgb(50,99,211); }
td.TdClassName
{
border-color: #3263D3;
}
.TagClassName
{
border-color: #3263D3;
}
</style>