Shades of Royal Blue #3A7ADB
Tints of Royal Blue #3A7ADB
RGB
CMYK
RGB Variations
Color information
#3A7ADB (or 0x3A7ADB) is known color: Royal Blue. HEX triplet: 3A, 7A and DB. RGB value is (58,122,219). Sum of RGB (Red+Green+Blue) = 58+122+219=399 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.54% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A7ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7ADB is #C58524. Grayscale: #717171. Windows color (decimal): -12944677 or 14383674. OLE color: 14383674.
HSL color Cylindrical-coordinate representation of color #3A7ADB: hue angle of 216.15º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A7ADB is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 122 | 219 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.14 |
| HSL | 216.15º | 0.69% | 0.54% | - |
| HSV(B) | 216.15º | 0.74% | 0.86% | - |
| XYZ | 21.49 | 19.93 | 69.73 | - |
| YUV | 113.92 | 187.3 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 122 | 219 | 0.74 | 0.44 | 0 | 0.14 | 216.15 | 0.69 | 0.54 |
| Hex | 3A | 7A | DB | 4A | 2C | 0 | E | D8 | 45 | 36 |
| Octal | 72 | 172 | 333 | 112 | 54 | 0 | 16 | 330 | 105 | 66 |
| Binary | 111010 | 1111010 | 11011011 | 1001010 | 101100 | 0 | 1110 | 11011000 | 1000101 | 110110 |
Color Harmonies of #3A7ADB
Complementary color
Monochromatic Colors of #3A7ADB
Black with #3A7ADB
Text Example
Text Example
White with #3A7ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7ADB; }
p { color: rgb(58,122,219); }
H1.HeaderClassName
{
color: #3A7ADB;
}
.AnyTagClassName
{
color: #3A7ADB;
}
</style>
background-color css
<style>
a { background-color: #3A7ADB; }
a { background-color: rgb(58,122,219); }
div.DivClassName
{
background-color: #3A7ADB;
}
.BgClassName
{
background-color: #3A7ADB;
}
</style>
border-color css
<style>
span { border-color: #3A7ADB; }
span { border-color: rgb(58,122,219); }
td.TdClassName
{
border-color: #3A7ADB;
}
.TagClassName
{
border-color: #3A7ADB;
}
</style>