Shades of Royal Blue #3265DC
Tints of Royal Blue #3265DC
RGB
CMYK
RGB Variations
Color information
#3265DC (or 0x3265DC) is known color: Royal Blue. HEX triplet: 32, 65 and DC. RGB value is (50,101,220). Sum of RGB (Red+Green+Blue) = 50+101+220=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #3265DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3265DC is #CD9A23. Grayscale: #626262. Windows color (decimal): -13474340 or 14443826. OLE color: 14443826.
HSL color Cylindrical-coordinate representation of color #3265DC: hue angle of 222º degrees, saturation: 0.71, 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 #3265DC is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 101 | 220 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.14 |
| HSL | 222º | 0.71% | 0.53% | - |
| HSV(B) | 222º | 0.77% | 0.86% | - |
| XYZ | 18.89 | 15.15 | 69.64 | - |
| YUV | 99.32 | 196.1 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 101 | 220 | 0.77 | 0.54 | 0 | 0.14 | 222 | 0.71 | 0.53 |
| Hex | 32 | 65 | DC | 4D | 36 | 0 | E | DE | 47 | 35 |
| Octal | 62 | 145 | 334 | 115 | 66 | 0 | 16 | 336 | 107 | 65 |
| Binary | 110010 | 1100101 | 11011100 | 1001101 | 110110 | 0 | 1110 | 11011110 | 1000111 | 110101 |
Color Harmonies of #3265DC
Complementary color
Monochromatic Colors of #3265DC
Black with #3265DC
Text Example
Text Example
White with #3265DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3265DC; }
p { color: rgb(50,101,220); }
H1.HeaderClassName
{
color: #3265DC;
}
.AnyTagClassName
{
color: #3265DC;
}
</style>
background-color css
<style>
a { background-color: #3265DC; }
a { background-color: rgb(50,101,220); }
div.DivClassName
{
background-color: #3265DC;
}
.BgClassName
{
background-color: #3265DC;
}
</style>
border-color css
<style>
span { border-color: #3265DC; }
span { border-color: rgb(50,101,220); }
td.TdClassName
{
border-color: #3265DC;
}
.TagClassName
{
border-color: #3265DC;
}
</style>