Shades of Royal Blue #326FDD
Tints of Royal Blue #326FDD
RGB
CMYK
RGB Variations
Color information
#326FDD (or 0x326FDD) is known color: Royal Blue. HEX triplet: 32, 6F and DD. RGB value is (50,111,221). Sum of RGB (Red+Green+Blue) = 50+111+221=382 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.09% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #326FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326FDD is #CD9022. Grayscale: #686868. Windows color (decimal): -13471779 or 14511922. OLE color: 14511922.
HSL color Cylindrical-coordinate representation of color #326FDD: hue angle of 218.6º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #326FDD is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 111 | 221 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.13 |
| HSL | 218.6º | 0.72% | 0.53% | - |
| HSV(B) | 218.6º | 0.77% | 0.87% | - |
| XYZ | 20.05 | 17.27 | 70.68 | - |
| YUV | 105.3 | 193.29 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 221 | 0.77 | 0.50 | 0 | 0.13 | 218.6 | 0.72 | 0.53 |
| Hex | 32 | 6F | DD | 4D | 32 | 0 | D | DB | 48 | 35 |
| Octal | 62 | 157 | 335 | 115 | 62 | 0 | 15 | 333 | 110 | 65 |
| Binary | 110010 | 1101111 | 11011101 | 1001101 | 110010 | 0 | 1101 | 11011011 | 1001000 | 110101 |
Color Harmonies of #326FDD
Complementary color
Monochromatic Colors of #326FDD
Black with #326FDD
Text Example
Text Example
White with #326FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326FDD; }
p { color: rgb(50,111,221); }
H1.HeaderClassName
{
color: #326FDD;
}
.AnyTagClassName
{
color: #326FDD;
}
</style>
background-color css
<style>
a { background-color: #326FDD; }
a { background-color: rgb(50,111,221); }
div.DivClassName
{
background-color: #326FDD;
}
.BgClassName
{
background-color: #326FDD;
}
</style>
border-color css
<style>
span { border-color: #326FDD; }
span { border-color: rgb(50,111,221); }
td.TdClassName
{
border-color: #326FDD;
}
.TagClassName
{
border-color: #326FDD;
}
</style>