Shades of Royal Blue #3A77EB
Tints of Royal Blue #3A77EB
RGB
CMYK
RGB Variations
Color information
#3A77EB (or 0x3A77EB) is known color: Royal Blue. HEX triplet: 3A, 77 and EB. RGB value is (58,119,235). Sum of RGB (Red+Green+Blue) = 58+119+235=412 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.08% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #3A77EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A77EB is #C58814. Grayscale: #717171. Windows color (decimal): -12945429 or 15431482. OLE color: 15431482.
HSL color Cylindrical-coordinate representation of color #3A77EB: hue angle of 219.32º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A77EB is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 119 | 235 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.08 |
| HSL | 219.32º | 0.82% | 0.57% | - |
| HSV(B) | 219.32º | 0.75% | 0.92% | - |
| XYZ | 23.34 | 20.09 | 81.25 | - |
| YUV | 113.99 | 196.29 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 119 | 235 | 0.75 | 0.49 | 0 | 0.08 | 219.32 | 0.82 | 0.57 |
| Hex | 3A | 77 | EB | 4B | 31 | 0 | 8 | DB | 52 | 39 |
| Octal | 72 | 167 | 353 | 113 | 61 | 0 | 10 | 333 | 122 | 71 |
| Binary | 111010 | 1110111 | 11101011 | 1001011 | 110001 | 0 | 1000 | 11011011 | 1010010 | 111001 |
Color Harmonies of #3A77EB
Complementary color
Monochromatic Colors of #3A77EB
Black with #3A77EB
Text Example
Text Example
White with #3A77EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A77EB; }
p { color: rgb(58,119,235); }
H1.HeaderClassName
{
color: #3A77EB;
}
.AnyTagClassName
{
color: #3A77EB;
}
</style>
background-color css
<style>
a { background-color: #3A77EB; }
a { background-color: rgb(58,119,235); }
div.DivClassName
{
background-color: #3A77EB;
}
.BgClassName
{
background-color: #3A77EB;
}
</style>
border-color css
<style>
span { border-color: #3A77EB; }
span { border-color: rgb(58,119,235); }
td.TdClassName
{
border-color: #3A77EB;
}
.TagClassName
{
border-color: #3A77EB;
}
</style>