Shades of Royal Blue #3A81EB
Tints of Royal Blue #3A81EB
RGB
CMYK
RGB Variations
Color information
#3A81EB (or 0x3A81EB) is known color: Royal Blue. HEX triplet: 3A, 81 and EB. RGB value is (58,129,235). Sum of RGB (Red+Green+Blue) = 58+129+235=422 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.74% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 235 (92.19% from 255 or 55.69% from 422); Max value from RGB is 235 - color contains mainly: blue. Hex color #3A81EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A81EB is #C57E14. Grayscale: #777777. Windows color (decimal): -12942869 or 15434042. OLE color: 15434042.
HSL color Cylindrical-coordinate representation of color #3A81EB: hue angle of 215.93º 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 #3A81EB is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 129 | 235 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.08 |
| HSL | 215.93º | 0.82% | 0.57% | - |
| HSV(B) | 215.93º | 0.75% | 0.92% | - |
| XYZ | 24.59 | 22.6 | 81.66 | - |
| YUV | 119.86 | 192.98 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 129 | 235 | 0.75 | 0.45 | 0 | 0.08 | 215.93 | 0.82 | 0.57 |
| Hex | 3A | 81 | EB | 4B | 2D | 0 | 8 | D8 | 52 | 39 |
| Octal | 72 | 201 | 353 | 113 | 55 | 0 | 10 | 330 | 122 | 71 |
| Binary | 111010 | 10000001 | 11101011 | 1001011 | 101101 | 0 | 1000 | 11011000 | 1010010 | 111001 |
Color Harmonies of #3A81EB
Complementary color
Monochromatic Colors of #3A81EB
Black with #3A81EB
Text Example
Text Example
White with #3A81EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A81EB; }
p { color: rgb(58,129,235); }
H1.HeaderClassName
{
color: #3A81EB;
}
.AnyTagClassName
{
color: #3A81EB;
}
</style>
background-color css
<style>
a { background-color: #3A81EB; }
a { background-color: rgb(58,129,235); }
div.DivClassName
{
background-color: #3A81EB;
}
.BgClassName
{
background-color: #3A81EB;
}
</style>
border-color css
<style>
span { border-color: #3A81EB; }
span { border-color: rgb(58,129,235); }
td.TdClassName
{
border-color: #3A81EB;
}
.TagClassName
{
border-color: #3A81EB;
}
</style>