Shades of Royal Blue #3266D8
Tints of Royal Blue #3266D8
RGB
CMYK
RGB Variations
Color information
#3266D8 (or 0x3266D8) is known color: Royal Blue. HEX triplet: 32, 66 and D8. RGB value is (50,102,216). Sum of RGB (Red+Green+Blue) = 50+102+216=368 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.59% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 216 (84.77% from 255 or 58.70% from 368); Max value from RGB is 216 - color contains mainly: blue. Hex color #3266D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3266D8 is #CD9927. Grayscale: #626262. Windows color (decimal): -13474088 or 14181938. OLE color: 14181938.
HSL color Cylindrical-coordinate representation of color #3266D8: hue angle of 221.2º degrees, saturation: 0.68, 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 #3266D8 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 102 | 216 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.15 |
| HSL | 221.2º | 0.68% | 0.52% | - |
| HSV(B) | 221.2º | 0.77% | 0.85% | - |
| XYZ | 18.46 | 15.14 | 66.91 | - |
| YUV | 99.45 | 193.77 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 216 | 0.77 | 0.53 | 0 | 0.15 | 221.2 | 0.68 | 0.52 |
| Hex | 32 | 66 | D8 | 4D | 35 | 0 | F | DD | 44 | 34 |
| Octal | 62 | 146 | 330 | 115 | 65 | 0 | 17 | 335 | 104 | 64 |
| Binary | 110010 | 1100110 | 11011000 | 1001101 | 110101 | 0 | 1111 | 11011101 | 1000100 | 110100 |
Color Harmonies of #3266D8
Complementary color
Monochromatic Colors of #3266D8
Black with #3266D8
Text Example
Text Example
White with #3266D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3266D8; }
p { color: rgb(50,102,216); }
H1.HeaderClassName
{
color: #3266D8;
}
.AnyTagClassName
{
color: #3266D8;
}
</style>
background-color css
<style>
a { background-color: #3266D8; }
a { background-color: rgb(50,102,216); }
div.DivClassName
{
background-color: #3266D8;
}
.BgClassName
{
background-color: #3266D8;
}
</style>
border-color css
<style>
span { border-color: #3266D8; }
span { border-color: rgb(50,102,216); }
td.TdClassName
{
border-color: #3266D8;
}
.TagClassName
{
border-color: #3266D8;
}
</style>