Shades of Royal Blue #3A6DDD
Tints of Royal Blue #3A6DDD
RGB
CMYK
RGB Variations
Color information
#3A6DDD (or 0x3A6DDD) is known color: Royal Blue. HEX triplet: 3A, 6D and DD. RGB value is (58,109,221). Sum of RGB (Red+Green+Blue) = 58+109+221=388 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.95% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A6DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6DDD is #C59222. Grayscale: #6A6A6A. Windows color (decimal): -12948003 or 14511418. OLE color: 14511418.
HSL color Cylindrical-coordinate representation of color #3A6DDD: hue angle of 221.23º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A6DDD is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 109 | 221 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.13 |
| HSL | 221.23º | 0.71% | 0.55% | - |
| HSV(B) | 221.23º | 0.74% | 0.87% | - |
| XYZ | 20.26 | 17.06 | 70.63 | - |
| YUV | 106.52 | 192.6 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 109 | 221 | 0.74 | 0.51 | 0 | 0.13 | 221.23 | 0.71 | 0.55 |
| Hex | 3A | 6D | DD | 4A | 33 | 0 | D | DD | 47 | 37 |
| Octal | 72 | 155 | 335 | 112 | 63 | 0 | 15 | 335 | 107 | 67 |
| Binary | 111010 | 1101101 | 11011101 | 1001010 | 110011 | 0 | 1101 | 11011101 | 1000111 | 110111 |
Color Harmonies of #3A6DDD
Complementary color
Monochromatic Colors of #3A6DDD
Black with #3A6DDD
Text Example
Text Example
White with #3A6DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6DDD; }
p { color: rgb(58,109,221); }
H1.HeaderClassName
{
color: #3A6DDD;
}
.AnyTagClassName
{
color: #3A6DDD;
}
</style>
background-color css
<style>
a { background-color: #3A6DDD; }
a { background-color: rgb(58,109,221); }
div.DivClassName
{
background-color: #3A6DDD;
}
.BgClassName
{
background-color: #3A6DDD;
}
</style>
border-color css
<style>
span { border-color: #3A6DDD; }
span { border-color: rgb(58,109,221); }
td.TdClassName
{
border-color: #3A6DDD;
}
.TagClassName
{
border-color: #3A6DDD;
}
</style>