Shades of Royal Blue #3A6BDB
Tints of Royal Blue #3A6BDB
RGB
CMYK
RGB Variations
Color information
#3A6BDB (or 0x3A6BDB) is known color: Royal Blue. HEX triplet: 3A, 6B and DB. RGB value is (58,107,219). Sum of RGB (Red+Green+Blue) = 58+107+219=384 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.10% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A6BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6BDB is #C59424. Grayscale: #686868. Windows color (decimal): -12948517 or 14379834. OLE color: 14379834.
HSL color Cylindrical-coordinate representation of color #3A6BDB: hue angle of 221.74º 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 #3A6BDB is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 107 | 219 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.14 |
| HSL | 221.74º | 0.69% | 0.54% | - |
| HSV(B) | 221.74º | 0.74% | 0.86% | - |
| XYZ | 19.79 | 16.53 | 69.17 | - |
| YUV | 105.12 | 192.27 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 107 | 219 | 0.74 | 0.51 | 0 | 0.14 | 221.74 | 0.69 | 0.54 |
| Hex | 3A | 6B | DB | 4A | 33 | 0 | E | DE | 45 | 36 |
| Octal | 72 | 153 | 333 | 112 | 63 | 0 | 16 | 336 | 105 | 66 |
| Binary | 111010 | 1101011 | 11011011 | 1001010 | 110011 | 0 | 1110 | 11011110 | 1000101 | 110110 |
Color Harmonies of #3A6BDB
Complementary color
Monochromatic Colors of #3A6BDB
Black with #3A6BDB
Text Example
Text Example
White with #3A6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6BDB; }
p { color: rgb(58,107,219); }
H1.HeaderClassName
{
color: #3A6BDB;
}
.AnyTagClassName
{
color: #3A6BDB;
}
</style>
background-color css
<style>
a { background-color: #3A6BDB; }
a { background-color: rgb(58,107,219); }
div.DivClassName
{
background-color: #3A6BDB;
}
.BgClassName
{
background-color: #3A6BDB;
}
</style>
border-color css
<style>
span { border-color: #3A6BDB; }
span { border-color: rgb(58,107,219); }
td.TdClassName
{
border-color: #3A6BDB;
}
.TagClassName
{
border-color: #3A6BDB;
}
</style>