Shades of Royal Blue #3265DB
Tints of Royal Blue #3265DB
RGB
CMYK
RGB Variations
Color information
#3265DB (or 0x3265DB) is known color: Royal Blue. HEX triplet: 32, 65 and DB. RGB value is (50,101,219). Sum of RGB (Red+Green+Blue) = 50+101+219=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #3265DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3265DB is #CD9A24. Grayscale: #626262. Windows color (decimal): -13474341 or 14378290. OLE color: 14378290.
HSL color Cylindrical-coordinate representation of color #3265DB: hue angle of 221.89º 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 #3265DB is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 101 | 219 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.14 |
| HSL | 221.89º | 0.7% | 0.53% | - |
| HSV(B) | 221.89º | 0.77% | 0.86% | - |
| XYZ | 18.76 | 15.1 | 68.94 | - |
| YUV | 99.2 | 195.6 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 101 | 219 | 0.77 | 0.54 | 0 | 0.14 | 221.89 | 0.7 | 0.53 |
| Hex | 32 | 65 | DB | 4D | 36 | 0 | E | DE | 46 | 35 |
| Octal | 62 | 145 | 333 | 115 | 66 | 0 | 16 | 336 | 106 | 65 |
| Binary | 110010 | 1100101 | 11011011 | 1001101 | 110110 | 0 | 1110 | 11011110 | 1000110 | 110101 |
Color Harmonies of #3265DB
Complementary color
Monochromatic Colors of #3265DB
Black with #3265DB
Text Example
Text Example
White with #3265DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3265DB; }
p { color: rgb(50,101,219); }
H1.HeaderClassName
{
color: #3265DB;
}
.AnyTagClassName
{
color: #3265DB;
}
</style>
background-color css
<style>
a { background-color: #3265DB; }
a { background-color: rgb(50,101,219); }
div.DivClassName
{
background-color: #3265DB;
}
.BgClassName
{
background-color: #3265DB;
}
</style>
border-color css
<style>
span { border-color: #3265DB; }
span { border-color: rgb(50,101,219); }
td.TdClassName
{
border-color: #3265DB;
}
.TagClassName
{
border-color: #3265DB;
}
</style>