Shades of Royal Blue #3268DB
Tints of Royal Blue #3268DB
RGB
CMYK
RGB Variations
Color information
#3268DB (or 0x3268DB) is known color: Royal Blue. HEX triplet: 32, 68 and DB. RGB value is (50,104,219). Sum of RGB (Red+Green+Blue) = 50+104+219=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #3268DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3268DB is #CD9724. Grayscale: #646464. Windows color (decimal): -13473573 or 14379058. OLE color: 14379058.
HSL color Cylindrical-coordinate representation of color #3268DB: hue angle of 220.83º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3268DB is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 104 | 219 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.14 |
| HSL | 220.83º | 0.7% | 0.53% | - |
| HSV(B) | 220.83º | 0.77% | 0.86% | - |
| XYZ | 19.05 | 15.69 | 69.04 | - |
| YUV | 100.96 | 194.61 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 104 | 219 | 0.77 | 0.53 | 0 | 0.14 | 220.83 | 0.7 | 0.53 |
| Hex | 32 | 68 | DB | 4D | 35 | 0 | E | DD | 46 | 35 |
| Octal | 62 | 150 | 333 | 115 | 65 | 0 | 16 | 335 | 106 | 65 |
| Binary | 110010 | 1101000 | 11011011 | 1001101 | 110101 | 0 | 1110 | 11011101 | 1000110 | 110101 |
Color Harmonies of #3268DB
Complementary color
Monochromatic Colors of #3268DB
Black with #3268DB
Text Example
Text Example
White with #3268DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3268DB; }
p { color: rgb(50,104,219); }
H1.HeaderClassName
{
color: #3268DB;
}
.AnyTagClassName
{
color: #3268DB;
}
</style>
background-color css
<style>
a { background-color: #3268DB; }
a { background-color: rgb(50,104,219); }
div.DivClassName
{
background-color: #3268DB;
}
.BgClassName
{
background-color: #3268DB;
}
</style>
border-color css
<style>
span { border-color: #3268DB; }
span { border-color: rgb(50,104,219); }
td.TdClassName
{
border-color: #3268DB;
}
.TagClassName
{
border-color: #3268DB;
}
</style>