Shades of Royal Blue #3A6EDC
Tints of Royal Blue #3A6EDC
RGB
CMYK
RGB Variations
Color information
#3A6EDC (or 0x3A6EDC) is known color: Royal Blue. HEX triplet: 3A, 6E and DC. RGB value is (58,110,220). Sum of RGB (Red+Green+Blue) = 58+110+220=388 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.95% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #3A6EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6EDC is #C59123. Grayscale: #6A6A6A. Windows color (decimal): -12947748 or 14446138. OLE color: 14446138.
HSL color Cylindrical-coordinate representation of color #3A6EDC: hue angle of 220.74º 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 #3A6EDC is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 110 | 220 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.14 |
| HSL | 220.74º | 0.7% | 0.55% | - |
| HSV(B) | 220.74º | 0.74% | 0.86% | - |
| XYZ | 20.24 | 17.22 | 69.97 | - |
| YUV | 106.99 | 191.77 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 110 | 220 | 0.74 | 0.50 | 0 | 0.14 | 220.74 | 0.7 | 0.55 |
| Hex | 3A | 6E | DC | 4A | 32 | 0 | E | DD | 46 | 37 |
| Octal | 72 | 156 | 334 | 112 | 62 | 0 | 16 | 335 | 106 | 67 |
| Binary | 111010 | 1101110 | 11011100 | 1001010 | 110010 | 0 | 1110 | 11011101 | 1000110 | 110111 |
Color Harmonies of #3A6EDC
Complementary color
Monochromatic Colors of #3A6EDC
Black with #3A6EDC
Text Example
Text Example
White with #3A6EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6EDC; }
p { color: rgb(58,110,220); }
H1.HeaderClassName
{
color: #3A6EDC;
}
.AnyTagClassName
{
color: #3A6EDC;
}
</style>
background-color css
<style>
a { background-color: #3A6EDC; }
a { background-color: rgb(58,110,220); }
div.DivClassName
{
background-color: #3A6EDC;
}
.BgClassName
{
background-color: #3A6EDC;
}
</style>
border-color css
<style>
span { border-color: #3A6EDC; }
span { border-color: rgb(58,110,220); }
td.TdClassName
{
border-color: #3A6EDC;
}
.TagClassName
{
border-color: #3A6EDC;
}
</style>