Shades of Royal Blue #3A77CD
Tints of Royal Blue #3A77CD
RGB
CMYK
RGB Variations
Color information
#3A77CD (or 0x3A77CD) is known color: Royal Blue. HEX triplet: 3A, 77 and CD. RGB value is (58,119,205). Sum of RGB (Red+Green+Blue) = 58+119+205=382 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.18% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A77CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A77CD is #C58832. Grayscale: #6E6E6E. Windows color (decimal): -12945459 or 13465402. OLE color: 13465402.
HSL color Cylindrical-coordinate representation of color #3A77CD: hue angle of 215.1º 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 #3A77CD is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 119 | 205 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.20 |
| HSL | 215.1º | 0.6% | 0.52% | - |
| HSV(B) | 215.1º | 0.72% | 0.8% | - |
| XYZ | 19.36 | 18.5 | 60.31 | - |
| YUV | 110.57 | 181.29 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 119 | 205 | 0.72 | 0.42 | 0 | 0.20 | 215.1 | 0.6 | 0.52 |
| Hex | 3A | 77 | CD | 48 | 2A | 0 | 14 | D7 | 3C | 34 |
| Octal | 72 | 167 | 315 | 110 | 52 | 0 | 24 | 327 | 74 | 64 |
| Binary | 111010 | 1110111 | 11001101 | 1001000 | 101010 | 0 | 10100 | 11010111 | 111100 | 110100 |
Color Harmonies of #3A77CD
Complementary color
Monochromatic Colors of #3A77CD
Black with #3A77CD
Text Example
Text Example
White with #3A77CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A77CD; }
p { color: rgb(58,119,205); }
H1.HeaderClassName
{
color: #3A77CD;
}
.AnyTagClassName
{
color: #3A77CD;
}
</style>
background-color css
<style>
a { background-color: #3A77CD; }
a { background-color: rgb(58,119,205); }
div.DivClassName
{
background-color: #3A77CD;
}
.BgClassName
{
background-color: #3A77CD;
}
</style>
border-color css
<style>
span { border-color: #3A77CD; }
span { border-color: rgb(58,119,205); }
td.TdClassName
{
border-color: #3A77CD;
}
.TagClassName
{
border-color: #3A77CD;
}
</style>