Shades of Royal Blue #3268EF
Tints of Royal Blue #3268EF
RGB
CMYK
RGB Variations
Color information
#3268EF (or 0x3268EF) is known color: Royal Blue. HEX triplet: 32, 68 and EF. RGB value is (50,104,239). Sum of RGB (Red+Green+Blue) = 50+104+239=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #3268EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3268EF is #CD9710. Grayscale: #666666. Windows color (decimal): -13473553 or 15689778. OLE color: 15689778.
HSL color Cylindrical-coordinate representation of color #3268EF: hue angle of 222.86º 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 #3268EF is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 104 | 239 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.06 |
| HSL | 222.86º | 0.86% | 0.57% | - |
| HSV(B) | 222.86º | 0.79% | 0.94% | - |
| XYZ | 21.85 | 16.81 | 83.75 | - |
| YUV | 103.24 | 204.61 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 104 | 239 | 0.79 | 0.56 | 0 | 0.06 | 222.86 | 0.86 | 0.57 |
| Hex | 32 | 68 | EF | 4F | 38 | 0 | 6 | DF | 56 | 39 |
| Octal | 62 | 150 | 357 | 117 | 70 | 0 | 6 | 337 | 126 | 71 |
| Binary | 110010 | 1101000 | 11101111 | 1001111 | 111000 | 0 | 110 | 11011111 | 1010110 | 111001 |
Color Harmonies of #3268EF
Complementary color
Monochromatic Colors of #3268EF
Black with #3268EF
Text Example
Text Example
White with #3268EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3268EF; }
p { color: rgb(50,104,239); }
H1.HeaderClassName
{
color: #3268EF;
}
.AnyTagClassName
{
color: #3268EF;
}
</style>
background-color css
<style>
a { background-color: #3268EF; }
a { background-color: rgb(50,104,239); }
div.DivClassName
{
background-color: #3268EF;
}
.BgClassName
{
background-color: #3268EF;
}
</style>
border-color css
<style>
span { border-color: #3268EF; }
span { border-color: rgb(50,104,239); }
td.TdClassName
{
border-color: #3268EF;
}
.TagClassName
{
border-color: #3268EF;
}
</style>