Shades of Royal Blue #3266E8
Tints of Royal Blue #3266E8
RGB
CMYK
RGB Variations
Color information
#3266E8 (or 0x3266E8) is known color: Royal Blue. HEX triplet: 32, 66 and E8. RGB value is (50,102,232). Sum of RGB (Red+Green+Blue) = 50+102+232=384 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.02% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 232 (91.02% from 255 or 60.42% from 384); Max value from RGB is 232 - color contains mainly: blue. Hex color #3266E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3266E8 is #CD9917. Grayscale: #646464. Windows color (decimal): -13474072 or 15230514. OLE color: 15230514.
HSL color Cylindrical-coordinate representation of color #3266E8: hue angle of 222.86º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3266E8 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 102 | 232 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.09 |
| HSL | 222.86º | 0.8% | 0.55% | - |
| HSV(B) | 222.86º | 0.78% | 0.91% | - |
| XYZ | 20.63 | 16.01 | 78.35 | - |
| YUV | 101.27 | 201.77 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 232 | 0.78 | 0.56 | 0 | 0.09 | 222.86 | 0.8 | 0.55 |
| Hex | 32 | 66 | E8 | 4E | 38 | 0 | 9 | DF | 50 | 37 |
| Octal | 62 | 146 | 350 | 116 | 70 | 0 | 11 | 337 | 120 | 67 |
| Binary | 110010 | 1100110 | 11101000 | 1001110 | 111000 | 0 | 1001 | 11011111 | 1010000 | 110111 |
Color Harmonies of #3266E8
Complementary color
Monochromatic Colors of #3266E8
Black with #3266E8
Text Example
Text Example
White with #3266E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3266E8; }
p { color: rgb(50,102,232); }
H1.HeaderClassName
{
color: #3266E8;
}
.AnyTagClassName
{
color: #3266E8;
}
</style>
background-color css
<style>
a { background-color: #3266E8; }
a { background-color: rgb(50,102,232); }
div.DivClassName
{
background-color: #3266E8;
}
.BgClassName
{
background-color: #3266E8;
}
</style>
border-color css
<style>
span { border-color: #3266E8; }
span { border-color: rgb(50,102,232); }
td.TdClassName
{
border-color: #3266E8;
}
.TagClassName
{
border-color: #3266E8;
}
</style>