Shades of Royal Blue #3281DD
Tints of Royal Blue #3281DD
RGB
CMYK
RGB Variations
Color information
#3281DD (or 0x3281DD) is known color: Royal Blue. HEX triplet: 32, 81 and DD. RGB value is (50,129,221). Sum of RGB (Red+Green+Blue) = 50+129+221=400 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.5% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #3281DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3281DD is #CD7E22. Grayscale: #737373. Windows color (decimal): -13467171 or 14516530. OLE color: 14516530.
HSL color Cylindrical-coordinate representation of color #3281DD: hue angle of 212.28º 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 #3281DD is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 129 | 221 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.13 |
| HSL | 212.28º | 0.72% | 0.53% | - |
| HSV(B) | 212.28º | 0.77% | 0.87% | - |
| XYZ | 22.22 | 21.6 | 71.4 | - |
| YUV | 115.87 | 187.33 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 129 | 221 | 0.77 | 0.42 | 0 | 0.13 | 212.28 | 0.72 | 0.53 |
| Hex | 32 | 81 | DD | 4D | 2A | 0 | D | D4 | 48 | 35 |
| Octal | 62 | 201 | 335 | 115 | 52 | 0 | 15 | 324 | 110 | 65 |
| Binary | 110010 | 10000001 | 11011101 | 1001101 | 101010 | 0 | 1101 | 11010100 | 1001000 | 110101 |
Color Harmonies of #3281DD
Complementary color
Monochromatic Colors of #3281DD
Black with #3281DD
Text Example
Text Example
White with #3281DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3281DD; }
p { color: rgb(50,129,221); }
H1.HeaderClassName
{
color: #3281DD;
}
.AnyTagClassName
{
color: #3281DD;
}
</style>
background-color css
<style>
a { background-color: #3281DD; }
a { background-color: rgb(50,129,221); }
div.DivClassName
{
background-color: #3281DD;
}
.BgClassName
{
background-color: #3281DD;
}
</style>
border-color css
<style>
span { border-color: #3281DD; }
span { border-color: rgb(50,129,221); }
td.TdClassName
{
border-color: #3281DD;
}
.TagClassName
{
border-color: #3281DD;
}
</style>