Shades of Royal Blue #3A5FDA
Tints of Royal Blue #3A5FDA
RGB
CMYK
RGB Variations
Color information
#3A5FDA (or 0x3A5FDA) is known color: Royal Blue. HEX triplet: 3A, 5F and DA. RGB value is (58,95,218). Sum of RGB (Red+Green+Blue) = 58+95+218=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #3A5FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5FDA is #C5A025. Grayscale: #616161. Windows color (decimal): -12951590 or 14311226. OLE color: 14311226.
HSL color Cylindrical-coordinate representation of color #3A5FDA: hue angle of 226.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 #3A5FDA is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 95 | 218 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.15 |
| HSL | 226.13º | 0.68% | 0.54% | - |
| HSV(B) | 226.13º | 0.73% | 0.85% | - |
| XYZ | 18.49 | 14.15 | 68.09 | - |
| YUV | 97.96 | 195.74 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 95 | 218 | 0.73 | 0.56 | 0 | 0.15 | 226.13 | 0.68 | 0.54 |
| Hex | 3A | 5F | DA | 49 | 38 | 0 | F | E2 | 44 | 36 |
| Octal | 72 | 137 | 332 | 111 | 70 | 0 | 17 | 342 | 104 | 66 |
| Binary | 111010 | 1011111 | 11011010 | 1001001 | 111000 | 0 | 1111 | 11100010 | 1000100 | 110110 |
Color Harmonies of #3A5FDA
Complementary color
Monochromatic Colors of #3A5FDA
Black with #3A5FDA
Text Example
Text Example
White with #3A5FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5FDA; }
p { color: rgb(58,95,218); }
H1.HeaderClassName
{
color: #3A5FDA;
}
.AnyTagClassName
{
color: #3A5FDA;
}
</style>
background-color css
<style>
a { background-color: #3A5FDA; }
a { background-color: rgb(58,95,218); }
div.DivClassName
{
background-color: #3A5FDA;
}
.BgClassName
{
background-color: #3A5FDA;
}
</style>
border-color css
<style>
span { border-color: #3A5FDA; }
span { border-color: rgb(58,95,218); }
td.TdClassName
{
border-color: #3A5FDA;
}
.TagClassName
{
border-color: #3A5FDA;
}
</style>