Shades of Royal Blue #3259DC
Tints of Royal Blue #3259DC
RGB
CMYK
RGB Variations
Color information
#3259DC (or 0x3259DC) is known color: Royal Blue. HEX triplet: 32, 59 and DC. RGB value is (50,89,220). Sum of RGB (Red+Green+Blue) = 50+89+220=359 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.93% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #3259DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3259DC is #CDA623. Grayscale: #5B5B5B. Windows color (decimal): -13477412 or 14440754. OLE color: 14440754.
HSL color Cylindrical-coordinate representation of color #3259DC: hue angle of 226.24º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3259DC is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 89 | 220 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.14 |
| HSL | 226.24º | 0.71% | 0.53% | - |
| HSV(B) | 226.24º | 0.77% | 0.86% | - |
| XYZ | 17.81 | 12.99 | 69.28 | - |
| YUV | 92.27 | 200.08 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 89 | 220 | 0.77 | 0.60 | 0 | 0.14 | 226.24 | 0.71 | 0.53 |
| Hex | 32 | 59 | DC | 4D | 3C | 0 | E | E2 | 47 | 35 |
| Octal | 62 | 131 | 334 | 115 | 74 | 0 | 16 | 342 | 107 | 65 |
| Binary | 110010 | 1011001 | 11011100 | 1001101 | 111100 | 0 | 1110 | 11100010 | 1000111 | 110101 |
Color Harmonies of #3259DC
Complementary color
Monochromatic Colors of #3259DC
Black with #3259DC
Text Example
Text Example
White with #3259DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3259DC; }
p { color: rgb(50,89,220); }
H1.HeaderClassName
{
color: #3259DC;
}
.AnyTagClassName
{
color: #3259DC;
}
</style>
background-color css
<style>
a { background-color: #3259DC; }
a { background-color: rgb(50,89,220); }
div.DivClassName
{
background-color: #3259DC;
}
.BgClassName
{
background-color: #3259DC;
}
</style>
border-color css
<style>
span { border-color: #3259DC; }
span { border-color: rgb(50,89,220); }
td.TdClassName
{
border-color: #3259DC;
}
.TagClassName
{
border-color: #3259DC;
}
</style>