Shades of Royal Blue #3268FD
Tints of Royal Blue #3268FD
RGB
CMYK
RGB Variations
Color information
#3268FD (or 0x3268FD) is known color: Royal Blue. HEX triplet: 32, 68 and FD. RGB value is (50,104,253). Sum of RGB (Red+Green+Blue) = 50+104+253=407 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.29% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 253 (99.22% from 255 or 62.16% from 407); Max value from RGB is 253 - color contains mainly: blue. Hex color #3268FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3268FD is #CD9702. Grayscale: #686868. Windows color (decimal): -13473539 or 16607282. OLE color: 16607282.
HSL color Cylindrical-coordinate representation of color #3268FD: hue angle of 224.04º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3268FD is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 104 | 253 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.01 |
| HSL | 224.04º | 0.98% | 0.59% | - |
| HSV(B) | 224.04º | 0.8% | 0.99% | - |
| XYZ | 24 | 17.67 | 95.07 | - |
| YUV | 104.84 | 211.61 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 104 | 253 | 0.80 | 0.59 | 0 | 0.01 | 224.04 | 0.98 | 0.59 |
| Hex | 32 | 68 | FD | 50 | 3B | 0 | 1 | E0 | 62 | 3B |
| Octal | 62 | 150 | 375 | 120 | 73 | 0 | 1 | 340 | 142 | 73 |
| Binary | 110010 | 1101000 | 11111101 | 1010000 | 111011 | 0 | 1 | 11100000 | 1100010 | 111011 |
Color Harmonies of #3268FD
Complementary color
Monochromatic Colors of #3268FD
Black with #3268FD
Text Example
Text Example
White with #3268FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3268FD; }
p { color: rgb(50,104,253); }
H1.HeaderClassName
{
color: #3268FD;
}
.AnyTagClassName
{
color: #3268FD;
}
</style>
background-color css
<style>
a { background-color: #3268FD; }
a { background-color: rgb(50,104,253); }
div.DivClassName
{
background-color: #3268FD;
}
.BgClassName
{
background-color: #3268FD;
}
</style>
border-color css
<style>
span { border-color: #3268FD; }
span { border-color: rgb(50,104,253); }
td.TdClassName
{
border-color: #3268FD;
}
.TagClassName
{
border-color: #3268FD;
}
</style>