Shades of Royal Blue #3259EF
Tints of Royal Blue #3259EF
RGB
CMYK
RGB Variations
Color information
#3259EF (or 0x3259EF) is known color: Royal Blue. HEX triplet: 32, 59 and EF. RGB value is (50,89,239). Sum of RGB (Red+Green+Blue) = 50+89+239=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #3259EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3259EF is #CDA610. Grayscale: #5D5D5D. Windows color (decimal): -13477393 or 15685938. OLE color: 15685938.
HSL color Cylindrical-coordinate representation of color #3259EF: hue angle of 227.62º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3259EF is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 89 | 239 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.06 |
| HSL | 227.62º | 0.86% | 0.57% | - |
| HSV(B) | 227.62º | 0.79% | 0.94% | - |
| XYZ | 20.47 | 14.05 | 83.3 | - |
| YUV | 94.44 | 209.58 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 89 | 239 | 0.79 | 0.63 | 0 | 0.06 | 227.62 | 0.86 | 0.57 |
| Hex | 32 | 59 | EF | 4F | 3F | 0 | 6 | E4 | 56 | 39 |
| Octal | 62 | 131 | 357 | 117 | 77 | 0 | 6 | 344 | 126 | 71 |
| Binary | 110010 | 1011001 | 11101111 | 1001111 | 111111 | 0 | 110 | 11100100 | 1010110 | 111001 |
Color Harmonies of #3259EF
Complementary color
Monochromatic Colors of #3259EF
Black with #3259EF
Text Example
Text Example
White with #3259EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3259EF; }
p { color: rgb(50,89,239); }
H1.HeaderClassName
{
color: #3259EF;
}
.AnyTagClassName
{
color: #3259EF;
}
</style>
background-color css
<style>
a { background-color: #3259EF; }
a { background-color: rgb(50,89,239); }
div.DivClassName
{
background-color: #3259EF;
}
.BgClassName
{
background-color: #3259EF;
}
</style>
border-color css
<style>
span { border-color: #3259EF; }
span { border-color: rgb(50,89,239); }
td.TdClassName
{
border-color: #3259EF;
}
.TagClassName
{
border-color: #3259EF;
}
</style>