Shades of Royal Blue #3262DB
Tints of Royal Blue #3262DB
RGB
CMYK
RGB Variations
Color information
#3262DB (or 0x3262DB) is known color: Royal Blue. HEX triplet: 32, 62 and DB. RGB value is (50,98,219). Sum of RGB (Red+Green+Blue) = 50+98+219=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #3262DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3262DB is #CD9D24. Grayscale: #606060. Windows color (decimal): -13475109 or 14377522. OLE color: 14377522.
HSL color Cylindrical-coordinate representation of color #3262DB: hue angle of 222.96º 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 #3262DB is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 98 | 219 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.14 |
| HSL | 222.96º | 0.7% | 0.53% | - |
| HSV(B) | 222.96º | 0.77% | 0.86% | - |
| XYZ | 18.47 | 14.53 | 68.85 | - |
| YUV | 97.44 | 196.6 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 219 | 0.77 | 0.55 | 0 | 0.14 | 222.96 | 0.7 | 0.53 |
| Hex | 32 | 62 | DB | 4D | 37 | 0 | E | DF | 46 | 35 |
| Octal | 62 | 142 | 333 | 115 | 67 | 0 | 16 | 337 | 106 | 65 |
| Binary | 110010 | 1100010 | 11011011 | 1001101 | 110111 | 0 | 1110 | 11011111 | 1000110 | 110101 |
Color Harmonies of #3262DB
Complementary color
Monochromatic Colors of #3262DB
Black with #3262DB
Text Example
Text Example
White with #3262DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3262DB; }
p { color: rgb(50,98,219); }
H1.HeaderClassName
{
color: #3262DB;
}
.AnyTagClassName
{
color: #3262DB;
}
</style>
background-color css
<style>
a { background-color: #3262DB; }
a { background-color: rgb(50,98,219); }
div.DivClassName
{
background-color: #3262DB;
}
.BgClassName
{
background-color: #3262DB;
}
</style>
border-color css
<style>
span { border-color: #3262DB; }
span { border-color: rgb(50,98,219); }
td.TdClassName
{
border-color: #3262DB;
}
.TagClassName
{
border-color: #3262DB;
}
</style>