Shades of Royal Blue #3266D9
Tints of Royal Blue #3266D9
RGB
CMYK
RGB Variations
Color information
#3266D9 (or 0x3266D9) is known color: Royal Blue. HEX triplet: 32, 66 and D9. RGB value is (50,102,217). Sum of RGB (Red+Green+Blue) = 50+102+217=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 217 (85.16% from 255 or 58.81% from 369); Max value from RGB is 217 - color contains mainly: blue. Hex color #3266D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3266D9 is #CD9926. Grayscale: #636363. Windows color (decimal): -13474087 or 14247474. OLE color: 14247474.
HSL color Cylindrical-coordinate representation of color #3266D9: hue angle of 221.32º 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 #3266D9 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 102 | 217 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.15 |
| HSL | 221.32º | 0.69% | 0.52% | - |
| HSV(B) | 221.32º | 0.77% | 0.85% | - |
| XYZ | 18.59 | 15.19 | 67.6 | - |
| YUV | 99.56 | 194.27 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 217 | 0.77 | 0.53 | 0 | 0.15 | 221.32 | 0.69 | 0.52 |
| Hex | 32 | 66 | D9 | 4D | 35 | 0 | F | DD | 45 | 34 |
| Octal | 62 | 146 | 331 | 115 | 65 | 0 | 17 | 335 | 105 | 64 |
| Binary | 110010 | 1100110 | 11011001 | 1001101 | 110101 | 0 | 1111 | 11011101 | 1000101 | 110100 |
Color Harmonies of #3266D9
Complementary color
Monochromatic Colors of #3266D9
Black with #3266D9
Text Example
Text Example
White with #3266D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3266D9; }
p { color: rgb(50,102,217); }
H1.HeaderClassName
{
color: #3266D9;
}
.AnyTagClassName
{
color: #3266D9;
}
</style>
background-color css
<style>
a { background-color: #3266D9; }
a { background-color: rgb(50,102,217); }
div.DivClassName
{
background-color: #3266D9;
}
.BgClassName
{
background-color: #3266D9;
}
</style>
border-color css
<style>
span { border-color: #3266D9; }
span { border-color: rgb(50,102,217); }
td.TdClassName
{
border-color: #3266D9;
}
.TagClassName
{
border-color: #3266D9;
}
</style>