Shades of Royal Blue #3281DA
Tints of Royal Blue #3281DA
RGB
CMYK
RGB Variations
Color information
#3281DA (or 0x3281DA) is known color: Royal Blue. HEX triplet: 32, 81 and DA. RGB value is (50,129,218). Sum of RGB (Red+Green+Blue) = 50+129+218=397 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.59% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #3281DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3281DA is #CD7E25. Grayscale: #737373. Windows color (decimal): -13467174 or 14319922. OLE color: 14319922.
HSL color Cylindrical-coordinate representation of color #3281DA: hue angle of 211.79º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3281DA is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 129 | 218 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.15 |
| HSL | 211.79º | 0.69% | 0.53% | - |
| HSV(B) | 211.79º | 0.77% | 0.85% | - |
| XYZ | 21.82 | 21.44 | 69.32 | - |
| YUV | 115.53 | 185.83 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 129 | 218 | 0.77 | 0.41 | 0 | 0.15 | 211.79 | 0.69 | 0.53 |
| Hex | 32 | 81 | DA | 4D | 29 | 0 | F | D4 | 45 | 35 |
| Octal | 62 | 201 | 332 | 115 | 51 | 0 | 17 | 324 | 105 | 65 |
| Binary | 110010 | 10000001 | 11011010 | 1001101 | 101001 | 0 | 1111 | 11010100 | 1000101 | 110101 |
Color Harmonies of #3281DA
Complementary color
Monochromatic Colors of #3281DA
Black with #3281DA
Text Example
Text Example
White with #3281DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3281DA; }
p { color: rgb(50,129,218); }
H1.HeaderClassName
{
color: #3281DA;
}
.AnyTagClassName
{
color: #3281DA;
}
</style>
background-color css
<style>
a { background-color: #3281DA; }
a { background-color: rgb(50,129,218); }
div.DivClassName
{
background-color: #3281DA;
}
.BgClassName
{
background-color: #3281DA;
}
</style>
border-color css
<style>
span { border-color: #3281DA; }
span { border-color: rgb(50,129,218); }
td.TdClassName
{
border-color: #3281DA;
}
.TagClassName
{
border-color: #3281DA;
}
</style>