Shades of Royal Blue #3266EF
Tints of Royal Blue #3266EF
RGB
CMYK
RGB Variations
Color information
#3266EF (or 0x3266EF) is known color: Royal Blue. HEX triplet: 32, 66 and EF. RGB value is (50,102,239). Sum of RGB (Red+Green+Blue) = 50+102+239=391 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.79% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #3266EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3266EF is #CD9910. Grayscale: #656565. Windows color (decimal): -13474065 or 15689266. OLE color: 15689266.
HSL color Cylindrical-coordinate representation of color #3266EF: hue angle of 223.49º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3266EF is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 102 | 239 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.06 |
| HSL | 223.49º | 0.86% | 0.57% | - |
| HSV(B) | 223.49º | 0.79% | 0.94% | - |
| XYZ | 21.65 | 16.41 | 83.69 | - |
| YUV | 102.07 | 205.27 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 239 | 0.79 | 0.57 | 0 | 0.06 | 223.49 | 0.86 | 0.57 |
| Hex | 32 | 66 | EF | 4F | 39 | 0 | 6 | DF | 56 | 39 |
| Octal | 62 | 146 | 357 | 117 | 71 | 0 | 6 | 337 | 126 | 71 |
| Binary | 110010 | 1100110 | 11101111 | 1001111 | 111001 | 0 | 110 | 11011111 | 1010110 | 111001 |
Color Harmonies of #3266EF
Complementary color
Monochromatic Colors of #3266EF
Black with #3266EF
Text Example
Text Example
White with #3266EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3266EF; }
p { color: rgb(50,102,239); }
H1.HeaderClassName
{
color: #3266EF;
}
.AnyTagClassName
{
color: #3266EF;
}
</style>
background-color css
<style>
a { background-color: #3266EF; }
a { background-color: rgb(50,102,239); }
div.DivClassName
{
background-color: #3266EF;
}
.BgClassName
{
background-color: #3266EF;
}
</style>
border-color css
<style>
span { border-color: #3266EF; }
span { border-color: rgb(50,102,239); }
td.TdClassName
{
border-color: #3266EF;
}
.TagClassName
{
border-color: #3266EF;
}
</style>