Shades of Royal Blue #3266CD
Tints of Royal Blue #3266CD
RGB
CMYK
RGB Variations
Color information
#3266CD (or 0x3266CD) is known color: Royal Blue. HEX triplet: 32, 66 and CD. RGB value is (50,102,205). Sum of RGB (Red+Green+Blue) = 50+102+205=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #3266CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3266CD is #CD9932. Grayscale: #616161. Windows color (decimal): -13474099 or 13461042. OLE color: 13461042.
HSL color Cylindrical-coordinate representation of color #3266CD: hue angle of 219.87º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3266CD is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 102 | 205 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.20 |
| HSL | 219.87º | 0.61% | 0.5% | - |
| HSV(B) | 219.87º | 0.76% | 0.8% | - |
| XYZ | 17.09 | 14.59 | 59.67 | - |
| YUV | 98.19 | 188.27 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 205 | 0.76 | 0.50 | 0 | 0.20 | 219.87 | 0.61 | 0.5 |
| Hex | 32 | 66 | CD | 4C | 32 | 0 | 14 | DC | 3D | 32 |
| Octal | 62 | 146 | 315 | 114 | 62 | 0 | 24 | 334 | 75 | 62 |
| Binary | 110010 | 1100110 | 11001101 | 1001100 | 110010 | 0 | 10100 | 11011100 | 111101 | 110010 |
Color Harmonies of #3266CD
Complementary color
Monochromatic Colors of #3266CD
Black with #3266CD
Text Example
Text Example
White with #3266CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3266CD; }
p { color: rgb(50,102,205); }
H1.HeaderClassName
{
color: #3266CD;
}
.AnyTagClassName
{
color: #3266CD;
}
</style>
background-color css
<style>
a { background-color: #3266CD; }
a { background-color: rgb(50,102,205); }
div.DivClassName
{
background-color: #3266CD;
}
.BgClassName
{
background-color: #3266CD;
}
</style>
border-color css
<style>
span { border-color: #3266CD; }
span { border-color: rgb(50,102,205); }
td.TdClassName
{
border-color: #3266CD;
}
.TagClassName
{
border-color: #3266CD;
}
</style>