Shades of Royal Blue #3260DA
Tints of Royal Blue #3260DA
RGB
CMYK
RGB Variations
Color information
#3260DA (or 0x3260DA) is known color: Royal Blue. HEX triplet: 32, 60 and DA. RGB value is (50,96,218). Sum of RGB (Red+Green+Blue) = 50+96+218=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #3260DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3260DA is #CD9F25. Grayscale: #5F5F5F. Windows color (decimal): -13475622 or 14311474. OLE color: 14311474.
HSL color Cylindrical-coordinate representation of color #3260DA: hue angle of 223.57º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3260DA is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 96 | 218 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.15 |
| HSL | 223.57º | 0.69% | 0.53% | - |
| HSV(B) | 223.57º | 0.77% | 0.85% | - |
| XYZ | 18.15 | 14.11 | 68.1 | - |
| YUV | 96.15 | 196.76 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 218 | 0.77 | 0.56 | 0 | 0.15 | 223.57 | 0.69 | 0.53 |
| Hex | 32 | 60 | DA | 4D | 38 | 0 | F | E0 | 45 | 35 |
| Octal | 62 | 140 | 332 | 115 | 70 | 0 | 17 | 340 | 105 | 65 |
| Binary | 110010 | 1100000 | 11011010 | 1001101 | 111000 | 0 | 1111 | 11100000 | 1000101 | 110101 |
Color Harmonies of #3260DA
Complementary color
Monochromatic Colors of #3260DA
Black with #3260DA
Text Example
Text Example
White with #3260DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3260DA; }
p { color: rgb(50,96,218); }
H1.HeaderClassName
{
color: #3260DA;
}
.AnyTagClassName
{
color: #3260DA;
}
</style>
background-color css
<style>
a { background-color: #3260DA; }
a { background-color: rgb(50,96,218); }
div.DivClassName
{
background-color: #3260DA;
}
.BgClassName
{
background-color: #3260DA;
}
</style>
border-color css
<style>
span { border-color: #3260DA; }
span { border-color: rgb(50,96,218); }
td.TdClassName
{
border-color: #3260DA;
}
.TagClassName
{
border-color: #3260DA;
}
</style>