Shades of Royal Blue #3A6FDA
Tints of Royal Blue #3A6FDA
RGB
CMYK
RGB Variations
Color information
#3A6FDA (or 0x3A6FDA) is known color: Royal Blue. HEX triplet: 3A, 6F and DA. RGB value is (58,111,218). Sum of RGB (Red+Green+Blue) = 58+111+218=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #3A6FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6FDA is #C59025. Grayscale: #6A6A6A. Windows color (decimal): -12947494 or 14315322. OLE color: 14315322.
HSL color Cylindrical-coordinate representation of color #3A6FDA: hue angle of 220.12º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A6FDA is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 111 | 218 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.15 |
| HSL | 220.13º | 0.68% | 0.54% | - |
| HSV(B) | 220.13º | 0.73% | 0.85% | - |
| XYZ | 20.08 | 17.33 | 68.62 | - |
| YUV | 107.35 | 190.44 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 111 | 218 | 0.73 | 0.49 | 0 | 0.15 | 220.13 | 0.68 | 0.54 |
| Hex | 3A | 6F | DA | 49 | 31 | 0 | F | DC | 44 | 36 |
| Octal | 72 | 157 | 332 | 111 | 61 | 0 | 17 | 334 | 104 | 66 |
| Binary | 111010 | 1101111 | 11011010 | 1001001 | 110001 | 0 | 1111 | 11011100 | 1000100 | 110110 |
Color Harmonies of #3A6FDA
Complementary color
Monochromatic Colors of #3A6FDA
Black with #3A6FDA
Text Example
Text Example
White with #3A6FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6FDA; }
p { color: rgb(58,111,218); }
H1.HeaderClassName
{
color: #3A6FDA;
}
.AnyTagClassName
{
color: #3A6FDA;
}
</style>
background-color css
<style>
a { background-color: #3A6FDA; }
a { background-color: rgb(58,111,218); }
div.DivClassName
{
background-color: #3A6FDA;
}
.BgClassName
{
background-color: #3A6FDA;
}
</style>
border-color css
<style>
span { border-color: #3A6FDA; }
span { border-color: rgb(58,111,218); }
td.TdClassName
{
border-color: #3A6FDA;
}
.TagClassName
{
border-color: #3A6FDA;
}
</style>