Shades of Royal Blue #3A5DDA
Tints of Royal Blue #3A5DDA
RGB
CMYK
RGB Variations
Color information
#3A5DDA (or 0x3A5DDA) is known color: Royal Blue. HEX triplet: 3A, 5D and DA. RGB value is (58,93,218). Sum of RGB (Red+Green+Blue) = 58+93+218=369 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.72% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #3A5DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5DDA is #C5A225. Grayscale: #606060. Windows color (decimal): -12952102 or 14310714. OLE color: 14310714.
HSL color Cylindrical-coordinate representation of color #3A5DDA: hue angle of 226.88º 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 #3A5DDA is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 93 | 218 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.15 |
| HSL | 226.88º | 0.68% | 0.54% | - |
| HSV(B) | 226.88º | 0.73% | 0.85% | - |
| XYZ | 18.31 | 13.79 | 68.03 | - |
| YUV | 96.79 | 196.4 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 93 | 218 | 0.73 | 0.57 | 0 | 0.15 | 226.88 | 0.68 | 0.54 |
| Hex | 3A | 5D | DA | 49 | 39 | 0 | F | E3 | 44 | 36 |
| Octal | 72 | 135 | 332 | 111 | 71 | 0 | 17 | 343 | 104 | 66 |
| Binary | 111010 | 1011101 | 11011010 | 1001001 | 111001 | 0 | 1111 | 11100011 | 1000100 | 110110 |
Color Harmonies of #3A5DDA
Complementary color
Monochromatic Colors of #3A5DDA
Black with #3A5DDA
Text Example
Text Example
White with #3A5DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5DDA; }
p { color: rgb(58,93,218); }
H1.HeaderClassName
{
color: #3A5DDA;
}
.AnyTagClassName
{
color: #3A5DDA;
}
</style>
background-color css
<style>
a { background-color: #3A5DDA; }
a { background-color: rgb(58,93,218); }
div.DivClassName
{
background-color: #3A5DDA;
}
.BgClassName
{
background-color: #3A5DDA;
}
</style>
border-color css
<style>
span { border-color: #3A5DDA; }
span { border-color: rgb(58,93,218); }
td.TdClassName
{
border-color: #3A5DDA;
}
.TagClassName
{
border-color: #3A5DDA;
}
</style>