Shades of Royal Blue #3A5FDB
Tints of Royal Blue #3A5FDB
RGB
CMYK
RGB Variations
Color information
#3A5FDB (or 0x3A5FDB) is known color: Royal Blue. HEX triplet: 3A, 5F and DB. RGB value is (58,95,219). Sum of RGB (Red+Green+Blue) = 58+95+219=372 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.59% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A5FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5FDB is #C5A024. Grayscale: #616161. Windows color (decimal): -12951589 or 14376762. OLE color: 14376762.
HSL color Cylindrical-coordinate representation of color #3A5FDB: hue angle of 226.21º 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 #3A5FDB is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 95 | 219 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.14 |
| HSL | 226.21º | 0.69% | 0.54% | - |
| HSV(B) | 226.21º | 0.74% | 0.86% | - |
| XYZ | 18.62 | 14.2 | 68.78 | - |
| YUV | 98.07 | 196.24 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 95 | 219 | 0.74 | 0.57 | 0 | 0.14 | 226.21 | 0.69 | 0.54 |
| Hex | 3A | 5F | DB | 4A | 39 | 0 | E | E2 | 45 | 36 |
| Octal | 72 | 137 | 333 | 112 | 71 | 0 | 16 | 342 | 105 | 66 |
| Binary | 111010 | 1011111 | 11011011 | 1001010 | 111001 | 0 | 1110 | 11100010 | 1000101 | 110110 |
Color Harmonies of #3A5FDB
Complementary color
Monochromatic Colors of #3A5FDB
Black with #3A5FDB
Text Example
Text Example
White with #3A5FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5FDB; }
p { color: rgb(58,95,219); }
H1.HeaderClassName
{
color: #3A5FDB;
}
.AnyTagClassName
{
color: #3A5FDB;
}
</style>
background-color css
<style>
a { background-color: #3A5FDB; }
a { background-color: rgb(58,95,219); }
div.DivClassName
{
background-color: #3A5FDB;
}
.BgClassName
{
background-color: #3A5FDB;
}
</style>
border-color css
<style>
span { border-color: #3A5FDB; }
span { border-color: rgb(58,95,219); }
td.TdClassName
{
border-color: #3A5FDB;
}
.TagClassName
{
border-color: #3A5FDB;
}
</style>