Shades of Royal Blue #3A6CDA
Tints of Royal Blue #3A6CDA
RGB
CMYK
RGB Variations
Color information
#3A6CDA (or 0x3A6CDA) is known color: Royal Blue. HEX triplet: 3A, 6C and DA. RGB value is (58,108,218). Sum of RGB (Red+Green+Blue) = 58+108+218=384 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.10% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #3A6CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6CDA is #C59325. Grayscale: #696969. Windows color (decimal): -12948262 or 14314554. OLE color: 14314554.
HSL color Cylindrical-coordinate representation of color #3A6CDA: hue angle of 221.25º 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 #3A6CDA is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 108 | 218 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.15 |
| HSL | 221.25º | 0.68% | 0.54% | - |
| HSV(B) | 221.25º | 0.73% | 0.85% | - |
| XYZ | 19.76 | 16.69 | 68.51 | - |
| YUV | 105.59 | 191.44 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 108 | 218 | 0.73 | 0.50 | 0 | 0.15 | 221.25 | 0.68 | 0.54 |
| Hex | 3A | 6C | DA | 49 | 32 | 0 | F | DD | 44 | 36 |
| Octal | 72 | 154 | 332 | 111 | 62 | 0 | 17 | 335 | 104 | 66 |
| Binary | 111010 | 1101100 | 11011010 | 1001001 | 110010 | 0 | 1111 | 11011101 | 1000100 | 110110 |
Color Harmonies of #3A6CDA
Complementary color
Monochromatic Colors of #3A6CDA
Black with #3A6CDA
Text Example
Text Example
White with #3A6CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6CDA; }
p { color: rgb(58,108,218); }
H1.HeaderClassName
{
color: #3A6CDA;
}
.AnyTagClassName
{
color: #3A6CDA;
}
</style>
background-color css
<style>
a { background-color: #3A6CDA; }
a { background-color: rgb(58,108,218); }
div.DivClassName
{
background-color: #3A6CDA;
}
.BgClassName
{
background-color: #3A6CDA;
}
</style>
border-color css
<style>
span { border-color: #3A6CDA; }
span { border-color: rgb(58,108,218); }
td.TdClassName
{
border-color: #3A6CDA;
}
.TagClassName
{
border-color: #3A6CDA;
}
</style>