Shades of Royal Blue #3260FB
Tints of Royal Blue #3260FB
RGB
CMYK
RGB Variations
Color information
#3260FB (or 0x3260FB) is known color: Royal Blue. HEX triplet: 32, 60 and FB. RGB value is (50,96,251). Sum of RGB (Red+Green+Blue) = 50+96+251=397 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.59% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #3260FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3260FB is #CD9F04. Grayscale: #636363. Windows color (decimal): -13475589 or 16474162. OLE color: 16474162.
HSL color Cylindrical-coordinate representation of color #3260FB: hue angle of 226.27º degrees, saturation: 0.96, 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 #3260FB is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 96 | 251 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.02 |
| HSL | 226.27º | 0.96% | 0.59% | - |
| HSV(B) | 226.27º | 0.8% | 0.98% | - |
| XYZ | 22.91 | 16.01 | 93.15 | - |
| YUV | 99.92 | 213.26 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 251 | 0.80 | 0.62 | 0 | 0.02 | 226.27 | 0.96 | 0.59 |
| Hex | 32 | 60 | FB | 50 | 3E | 0 | 2 | E2 | 60 | 3B |
| Octal | 62 | 140 | 373 | 120 | 76 | 0 | 2 | 342 | 140 | 73 |
| Binary | 110010 | 1100000 | 11111011 | 1010000 | 111110 | 0 | 10 | 11100010 | 1100000 | 111011 |
Color Harmonies of #3260FB
Complementary color
Monochromatic Colors of #3260FB
Black with #3260FB
Text Example
Text Example
White with #3260FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3260FB; }
p { color: rgb(50,96,251); }
H1.HeaderClassName
{
color: #3260FB;
}
.AnyTagClassName
{
color: #3260FB;
}
</style>
background-color css
<style>
a { background-color: #3260FB; }
a { background-color: rgb(50,96,251); }
div.DivClassName
{
background-color: #3260FB;
}
.BgClassName
{
background-color: #3260FB;
}
</style>
border-color css
<style>
span { border-color: #3260FB; }
span { border-color: rgb(50,96,251); }
td.TdClassName
{
border-color: #3260FB;
}
.TagClassName
{
border-color: #3260FB;
}
</style>