Shades of Royal Blue #3259DA
Tints of Royal Blue #3259DA
RGB
CMYK
RGB Variations
Color information
#3259DA (or 0x3259DA) is known color: Royal Blue. HEX triplet: 32, 59 and DA. RGB value is (50,89,218). Sum of RGB (Red+Green+Blue) = 50+89+218=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 218 (85.55% from 255 or 61.06% from 357); Max value from RGB is 218 - color contains mainly: blue. Hex color #3259DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3259DA is #CDA625. Grayscale: #5B5B5B. Windows color (decimal): -13477414 or 14309682. OLE color: 14309682.
HSL color Cylindrical-coordinate representation of color #3259DA: hue angle of 226.07º 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 #3259DA is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 89 | 218 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.15 |
| HSL | 226.07º | 0.69% | 0.53% | - |
| HSV(B) | 226.07º | 0.77% | 0.85% | - |
| XYZ | 17.54 | 12.88 | 67.89 | - |
| YUV | 92.05 | 199.08 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 89 | 218 | 0.77 | 0.59 | 0 | 0.15 | 226.07 | 0.69 | 0.53 |
| Hex | 32 | 59 | DA | 4D | 3B | 0 | F | E2 | 45 | 35 |
| Octal | 62 | 131 | 332 | 115 | 73 | 0 | 17 | 342 | 105 | 65 |
| Binary | 110010 | 1011001 | 11011010 | 1001101 | 111011 | 0 | 1111 | 11100010 | 1000101 | 110101 |
Color Harmonies of #3259DA
Complementary color
Monochromatic Colors of #3259DA
Black with #3259DA
Text Example
Text Example
White with #3259DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3259DA; }
p { color: rgb(50,89,218); }
H1.HeaderClassName
{
color: #3259DA;
}
.AnyTagClassName
{
color: #3259DA;
}
</style>
background-color css
<style>
a { background-color: #3259DA; }
a { background-color: rgb(50,89,218); }
div.DivClassName
{
background-color: #3259DA;
}
.BgClassName
{
background-color: #3259DA;
}
</style>
border-color css
<style>
span { border-color: #3259DA; }
span { border-color: rgb(50,89,218); }
td.TdClassName
{
border-color: #3259DA;
}
.TagClassName
{
border-color: #3259DA;
}
</style>