Shades of Royal Blue #3A71CD
Tints of Royal Blue #3A71CD
RGB
CMYK
RGB Variations
Color information
#3A71CD (or 0x3A71CD) is known color: Royal Blue. HEX triplet: 3A, 71 and CD. RGB value is (58,113,205). Sum of RGB (Red+Green+Blue) = 58+113+205=376 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.43% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A71CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A71CD is #C58E32. Grayscale: #6A6A6A. Windows color (decimal): -12946995 or 13463866. OLE color: 13463866.
HSL color Cylindrical-coordinate representation of color #3A71CD: hue angle of 217.55º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A71CD is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 113 | 205 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.20 |
| HSL | 217.55º | 0.6% | 0.52% | - |
| HSV(B) | 217.55º | 0.72% | 0.8% | - |
| XYZ | 18.67 | 17.12 | 60.08 | - |
| YUV | 107.04 | 183.28 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 113 | 205 | 0.72 | 0.45 | 0 | 0.20 | 217.55 | 0.6 | 0.52 |
| Hex | 3A | 71 | CD | 48 | 2D | 0 | 14 | DA | 3C | 34 |
| Octal | 72 | 161 | 315 | 110 | 55 | 0 | 24 | 332 | 74 | 64 |
| Binary | 111010 | 1110001 | 11001101 | 1001000 | 101101 | 0 | 10100 | 11011010 | 111100 | 110100 |
Color Harmonies of #3A71CD
Complementary color
Monochromatic Colors of #3A71CD
Black with #3A71CD
Text Example
Text Example
White with #3A71CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A71CD; }
p { color: rgb(58,113,205); }
H1.HeaderClassName
{
color: #3A71CD;
}
.AnyTagClassName
{
color: #3A71CD;
}
</style>
background-color css
<style>
a { background-color: #3A71CD; }
a { background-color: rgb(58,113,205); }
div.DivClassName
{
background-color: #3A71CD;
}
.BgClassName
{
background-color: #3A71CD;
}
</style>
border-color css
<style>
span { border-color: #3A71CD; }
span { border-color: rgb(58,113,205); }
td.TdClassName
{
border-color: #3A71CD;
}
.TagClassName
{
border-color: #3A71CD;
}
</style>