Shades of Royal Blue #3A6EDB
Tints of Royal Blue #3A6EDB
RGB
CMYK
RGB Variations
Color information
#3A6EDB (or 0x3A6EDB) is known color: Royal Blue. HEX triplet: 3A, 6E and DB. RGB value is (58,110,219). Sum of RGB (Red+Green+Blue) = 58+110+219=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A6EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6EDB is #C59124. Grayscale: #6A6A6A. Windows color (decimal): -12947749 or 14380602. OLE color: 14380602.
HSL color Cylindrical-coordinate representation of color #3A6EDB: hue angle of 220.62º 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 #3A6EDB is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 58 | 110 | 219 | - |
CMYK | 0.74 | 0.50 | 0 | 0.14 |
HSL | 220.62º | 0.69% | 0.54% | - |
HSV(B) | 220.62º | 0.74% | 0.86% | - |
XYZ | 20.11 | 17.17 | 69.27 | - |
YUV | 106.88 | 191.27 | 93.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 110 | 219 | 0.74 | 0.50 | 0 | 0.14 | 220.62 | 0.69 | 0.54 |
Hex | 3A | 6E | DB | 4A | 32 | 0 | E | DD | 45 | 36 |
Octal | 72 | 156 | 333 | 112 | 62 | 0 | 16 | 335 | 105 | 66 |
Binary | 111010 | 1101110 | 11011011 | 1001010 | 110010 | 0 | 1110 | 11011101 | 1000101 | 110110 |
Color Harmonies of #3A6EDB
Complementary color
Monochromatic Colors of #3A6EDB
Black with #3A6EDB
Text Example
Text Example
White with #3A6EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6EDB; }
p { color: rgb(58,110,219); }
H1.HeaderClassName
{
color: #3A6EDB;
}
.AnyTagClassName
{
color: #3A6EDB;
}
</style>
background-color css
<style>
a { background-color: #3A6EDB; }
a { background-color: rgb(58,110,219); }
div.DivClassName
{
background-color: #3A6EDB;
}
.BgClassName
{
background-color: #3A6EDB;
}
</style>
border-color css
<style>
span { border-color: #3A6EDB; }
span { border-color: rgb(58,110,219); }
td.TdClassName
{
border-color: #3A6EDB;
}
.TagClassName
{
border-color: #3A6EDB;
}
</style>