Shades of Royal Blue #3A7BDB
Tints of Royal Blue #3A7BDB
RGB
CMYK
RGB Variations
Color information
#3A7BDB (or 0x3A7BDB) is known color: Royal Blue. HEX triplet: 3A, 7B and DB. RGB value is (58,123,219). Sum of RGB (Red+Green+Blue) = 58+123+219=400 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.5% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A7BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7BDB is #C58424. Grayscale: #727272. Windows color (decimal): -12944421 or 14383930. OLE color: 14383930.
HSL color Cylindrical-coordinate representation of color #3A7BDB: hue angle of 215.78º 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 #3A7BDB is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 123 | 219 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.14 |
| HSL | 215.78º | 0.69% | 0.54% | - |
| HSV(B) | 215.78º | 0.74% | 0.86% | - |
| XYZ | 21.61 | 20.18 | 69.77 | - |
| YUV | 114.51 | 186.97 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 123 | 219 | 0.74 | 0.44 | 0 | 0.14 | 215.78 | 0.69 | 0.54 |
| Hex | 3A | 7B | DB | 4A | 2C | 0 | E | D8 | 45 | 36 |
| Octal | 72 | 173 | 333 | 112 | 54 | 0 | 16 | 330 | 105 | 66 |
| Binary | 111010 | 1111011 | 11011011 | 1001010 | 101100 | 0 | 1110 | 11011000 | 1000101 | 110110 |
Color Harmonies of #3A7BDB
Complementary color
Monochromatic Colors of #3A7BDB
Black with #3A7BDB
Text Example
Text Example
White with #3A7BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7BDB; }
p { color: rgb(58,123,219); }
H1.HeaderClassName
{
color: #3A7BDB;
}
.AnyTagClassName
{
color: #3A7BDB;
}
</style>
background-color css
<style>
a { background-color: #3A7BDB; }
a { background-color: rgb(58,123,219); }
div.DivClassName
{
background-color: #3A7BDB;
}
.BgClassName
{
background-color: #3A7BDB;
}
</style>
border-color css
<style>
span { border-color: #3A7BDB; }
span { border-color: rgb(58,123,219); }
td.TdClassName
{
border-color: #3A7BDB;
}
.TagClassName
{
border-color: #3A7BDB;
}
</style>