Shades of Royal Blue #3A6BDC
Tints of Royal Blue #3A6BDC
RGB
CMYK
RGB Variations
Color information
#3A6BDC (or 0x3A6BDC) is known color: Royal Blue. HEX triplet: 3A, 6B and DC. RGB value is (58,107,220). Sum of RGB (Red+Green+Blue) = 58+107+220=385 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.06% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #3A6BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6BDC is #C59423. Grayscale: #686868. Windows color (decimal): -12948516 or 14445370. OLE color: 14445370.
HSL color Cylindrical-coordinate representation of color #3A6BDC: hue angle of 221.85º 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 #3A6BDC is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 107 | 220 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.14 |
| HSL | 221.85º | 0.7% | 0.55% | - |
| HSV(B) | 221.85º | 0.74% | 0.86% | - |
| XYZ | 19.92 | 16.58 | 69.86 | - |
| YUV | 105.23 | 192.77 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 107 | 220 | 0.74 | 0.51 | 0 | 0.14 | 221.85 | 0.7 | 0.55 |
| Hex | 3A | 6B | DC | 4A | 33 | 0 | E | DE | 46 | 37 |
| Octal | 72 | 153 | 334 | 112 | 63 | 0 | 16 | 336 | 106 | 67 |
| Binary | 111010 | 1101011 | 11011100 | 1001010 | 110011 | 0 | 1110 | 11011110 | 1000110 | 110111 |
Color Harmonies of #3A6BDC
Complementary color
Monochromatic Colors of #3A6BDC
Black with #3A6BDC
Text Example
Text Example
White with #3A6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6BDC; }
p { color: rgb(58,107,220); }
H1.HeaderClassName
{
color: #3A6BDC;
}
.AnyTagClassName
{
color: #3A6BDC;
}
</style>
background-color css
<style>
a { background-color: #3A6BDC; }
a { background-color: rgb(58,107,220); }
div.DivClassName
{
background-color: #3A6BDC;
}
.BgClassName
{
background-color: #3A6BDC;
}
</style>
border-color css
<style>
span { border-color: #3A6BDC; }
span { border-color: rgb(58,107,220); }
td.TdClassName
{
border-color: #3A6BDC;
}
.TagClassName
{
border-color: #3A6BDC;
}
</style>