Shades of Royal Blue #3A81E0
Tints of Royal Blue #3A81E0
RGB
CMYK
RGB Variations
Color information
#3A81E0 (or 0x3A81E0) is known color: Royal Blue. HEX triplet: 3A, 81 and E0. RGB value is (58,129,224). Sum of RGB (Red+Green+Blue) = 58+129+224=411 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.11% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 224 (87.89% from 255 or 54.50% from 411); Max value from RGB is 224 - color contains mainly: blue. Hex color #3A81E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A81E0 is #C57E1F. Grayscale: #767676. Windows color (decimal): -12942880 or 14713146. OLE color: 14713146.
HSL color Cylindrical-coordinate representation of color #3A81E0: hue angle of 214.34º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A81E0 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 129 | 224 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.12 |
| HSL | 214.34º | 0.73% | 0.55% | - |
| HSV(B) | 214.34º | 0.74% | 0.88% | - |
| XYZ | 23.05 | 21.98 | 73.55 | - |
| YUV | 118.6 | 187.48 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 129 | 224 | 0.74 | 0.42 | 0 | 0.12 | 214.34 | 0.73 | 0.55 |
| Hex | 3A | 81 | E0 | 4A | 2A | 0 | C | D6 | 49 | 37 |
| Octal | 72 | 201 | 340 | 112 | 52 | 0 | 14 | 326 | 111 | 67 |
| Binary | 111010 | 10000001 | 11100000 | 1001010 | 101010 | 0 | 1100 | 11010110 | 1001001 | 110111 |
Color Harmonies of #3A81E0
Complementary color
Monochromatic Colors of #3A81E0
Black with #3A81E0
Text Example
Text Example
White with #3A81E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A81E0; }
p { color: rgb(58,129,224); }
H1.HeaderClassName
{
color: #3A81E0;
}
.AnyTagClassName
{
color: #3A81E0;
}
</style>
background-color css
<style>
a { background-color: #3A81E0; }
a { background-color: rgb(58,129,224); }
div.DivClassName
{
background-color: #3A81E0;
}
.BgClassName
{
background-color: #3A81E0;
}
</style>
border-color css
<style>
span { border-color: #3A81E0; }
span { border-color: rgb(58,129,224); }
td.TdClassName
{
border-color: #3A81E0;
}
.TagClassName
{
border-color: #3A81E0;
}
</style>