Shades of Royal Blue #3A81D9
Tints of Royal Blue #3A81D9
RGB
CMYK
RGB Variations
Color information
#3A81D9 (or 0x3A81D9) is known color: Royal Blue. HEX triplet: 3A, 81 and D9. RGB value is (58,129,217). Sum of RGB (Red+Green+Blue) = 58+129+217=404 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.36% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 217 (85.16% from 255 or 53.71% from 404); Max value from RGB is 217 - color contains mainly: blue. Hex color #3A81D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A81D9 is #C57E26. Grayscale: #757575. Windows color (decimal): -12942887 or 14254394. OLE color: 14254394.
HSL color Cylindrical-coordinate representation of color #3A81D9: hue angle of 213.21º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A81D9 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 129 | 217 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.15 |
| HSL | 213.21º | 0.68% | 0.54% | - |
| HSV(B) | 213.21º | 0.73% | 0.85% | - |
| XYZ | 22.12 | 21.61 | 68.65 | - |
| YUV | 117.8 | 183.98 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 129 | 217 | 0.73 | 0.41 | 0 | 0.15 | 213.21 | 0.68 | 0.54 |
| Hex | 3A | 81 | D9 | 49 | 29 | 0 | F | D5 | 44 | 36 |
| Octal | 72 | 201 | 331 | 111 | 51 | 0 | 17 | 325 | 104 | 66 |
| Binary | 111010 | 10000001 | 11011001 | 1001001 | 101001 | 0 | 1111 | 11010101 | 1000100 | 110110 |
Color Harmonies of #3A81D9
Complementary color
Monochromatic Colors of #3A81D9
Black with #3A81D9
Text Example
Text Example
White with #3A81D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A81D9; }
p { color: rgb(58,129,217); }
H1.HeaderClassName
{
color: #3A81D9;
}
.AnyTagClassName
{
color: #3A81D9;
}
</style>
background-color css
<style>
a { background-color: #3A81D9; }
a { background-color: rgb(58,129,217); }
div.DivClassName
{
background-color: #3A81D9;
}
.BgClassName
{
background-color: #3A81D9;
}
</style>
border-color css
<style>
span { border-color: #3A81D9; }
span { border-color: rgb(58,129,217); }
td.TdClassName
{
border-color: #3A81D9;
}
.TagClassName
{
border-color: #3A81D9;
}
</style>