Shades of Royal Blue #3265DD
Tints of Royal Blue #3265DD
RGB
CMYK
RGB Variations
Color information
#3265DD (or 0x3265DD) is known color: Royal Blue. HEX triplet: 32, 65 and DD. RGB value is (50,101,221). Sum of RGB (Red+Green+Blue) = 50+101+221=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #3265DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3265DD is #CD9A22. Grayscale: #626262. Windows color (decimal): -13474339 or 14509362. OLE color: 14509362.
HSL color Cylindrical-coordinate representation of color #3265DD: hue angle of 222.11º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3265DD is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 101 | 221 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.13 |
| HSL | 222.11º | 0.72% | 0.53% | - |
| HSV(B) | 222.11º | 0.77% | 0.87% | - |
| XYZ | 19.02 | 15.21 | 70.34 | - |
| YUV | 99.43 | 196.6 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 101 | 221 | 0.77 | 0.54 | 0 | 0.13 | 222.11 | 0.72 | 0.53 |
| Hex | 32 | 65 | DD | 4D | 36 | 0 | D | DE | 48 | 35 |
| Octal | 62 | 145 | 335 | 115 | 66 | 0 | 15 | 336 | 110 | 65 |
| Binary | 110010 | 1100101 | 11011101 | 1001101 | 110110 | 0 | 1101 | 11011110 | 1001000 | 110101 |
Color Harmonies of #3265DD
Complementary color
Monochromatic Colors of #3265DD
Black with #3265DD
Text Example
Text Example
White with #3265DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3265DD; }
p { color: rgb(50,101,221); }
H1.HeaderClassName
{
color: #3265DD;
}
.AnyTagClassName
{
color: #3265DD;
}
</style>
background-color css
<style>
a { background-color: #3265DD; }
a { background-color: rgb(50,101,221); }
div.DivClassName
{
background-color: #3265DD;
}
.BgClassName
{
background-color: #3265DD;
}
</style>
border-color css
<style>
span { border-color: #3265DD; }
span { border-color: rgb(50,101,221); }
td.TdClassName
{
border-color: #3265DD;
}
.TagClassName
{
border-color: #3265DD;
}
</style>