Shades of Royal Blue #3268D9
Tints of Royal Blue #3268D9
RGB
CMYK
RGB Variations
Color information
#3268D9 (or 0x3268D9) is known color: Royal Blue. HEX triplet: 32, 68 and D9. RGB value is (50,104,217). Sum of RGB (Red+Green+Blue) = 50+104+217=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 217 (85.16% from 255 or 58.49% from 371); Max value from RGB is 217 - color contains mainly: blue. Hex color #3268D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3268D9 is #CD9726. Grayscale: #646464. Windows color (decimal): -13473575 or 14247986. OLE color: 14247986.
HSL color Cylindrical-coordinate representation of color #3268D9: hue angle of 220.6º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3268D9 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 104 | 217 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.15 |
| HSL | 220.6º | 0.69% | 0.52% | - |
| HSV(B) | 220.6º | 0.77% | 0.85% | - |
| XYZ | 18.79 | 15.59 | 67.66 | - |
| YUV | 100.74 | 193.61 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 104 | 217 | 0.77 | 0.52 | 0 | 0.15 | 220.6 | 0.69 | 0.52 |
| Hex | 32 | 68 | D9 | 4D | 34 | 0 | F | DD | 45 | 34 |
| Octal | 62 | 150 | 331 | 115 | 64 | 0 | 17 | 335 | 105 | 64 |
| Binary | 110010 | 1101000 | 11011001 | 1001101 | 110100 | 0 | 1111 | 11011101 | 1000101 | 110100 |
Color Harmonies of #3268D9
Complementary color
Monochromatic Colors of #3268D9
Black with #3268D9
Text Example
Text Example
White with #3268D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3268D9; }
p { color: rgb(50,104,217); }
H1.HeaderClassName
{
color: #3268D9;
}
.AnyTagClassName
{
color: #3268D9;
}
</style>
background-color css
<style>
a { background-color: #3268D9; }
a { background-color: rgb(50,104,217); }
div.DivClassName
{
background-color: #3268D9;
}
.BgClassName
{
background-color: #3268D9;
}
</style>
border-color css
<style>
span { border-color: #3268D9; }
span { border-color: rgb(50,104,217); }
td.TdClassName
{
border-color: #3268D9;
}
.TagClassName
{
border-color: #3268D9;
}
</style>