Shades of Royal Blue #3A6DDC
Tints of Royal Blue #3A6DDC
RGB
CMYK
RGB Variations
Color information
#3A6DDC (or 0x3A6DDC) is known color: Royal Blue. HEX triplet: 3A, 6D and DC. RGB value is (58,109,220). Sum of RGB (Red+Green+Blue) = 58+109+220=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #3A6DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6DDC is #C59223. Grayscale: #696969. Windows color (decimal): -12948004 or 14445882. OLE color: 14445882.
HSL color Cylindrical-coordinate representation of color #3A6DDC: hue angle of 221.11º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A6DDC is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 109 | 220 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.14 |
| HSL | 221.11º | 0.7% | 0.55% | - |
| HSV(B) | 221.11º | 0.74% | 0.86% | - |
| XYZ | 20.13 | 17 | 69.93 | - |
| YUV | 106.41 | 192.1 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 109 | 220 | 0.74 | 0.50 | 0 | 0.14 | 221.11 | 0.7 | 0.55 |
| Hex | 3A | 6D | DC | 4A | 32 | 0 | E | DD | 46 | 37 |
| Octal | 72 | 155 | 334 | 112 | 62 | 0 | 16 | 335 | 106 | 67 |
| Binary | 111010 | 1101101 | 11011100 | 1001010 | 110010 | 0 | 1110 | 11011101 | 1000110 | 110111 |
Color Harmonies of #3A6DDC
Complementary color
Monochromatic Colors of #3A6DDC
Black with #3A6DDC
Text Example
Text Example
White with #3A6DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6DDC; }
p { color: rgb(58,109,220); }
H1.HeaderClassName
{
color: #3A6DDC;
}
.AnyTagClassName
{
color: #3A6DDC;
}
</style>
background-color css
<style>
a { background-color: #3A6DDC; }
a { background-color: rgb(58,109,220); }
div.DivClassName
{
background-color: #3A6DDC;
}
.BgClassName
{
background-color: #3A6DDC;
}
</style>
border-color css
<style>
span { border-color: #3A6DDC; }
span { border-color: rgb(58,109,220); }
td.TdClassName
{
border-color: #3A6DDC;
}
.TagClassName
{
border-color: #3A6DDC;
}
</style>