Shades of Royal Blue #3A83EB
Tints of Royal Blue #3A83EB
RGB
CMYK
RGB Variations
Color information
#3A83EB (or 0x3A83EB) is known color: Royal Blue. HEX triplet: 3A, 83 and EB. RGB value is (58,131,235). Sum of RGB (Red+Green+Blue) = 58+131+235=424 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.68% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #3A83EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A83EB is #C57C14. Grayscale: #787878. Windows color (decimal): -12942357 or 15434554. OLE color: 15434554.
HSL color Cylindrical-coordinate representation of color #3A83EB: hue angle of 215.25º 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 #3A83EB is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 131 | 235 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.08 |
| HSL | 215.25º | 0.82% | 0.57% | - |
| HSV(B) | 215.25º | 0.75% | 0.92% | - |
| XYZ | 24.86 | 23.13 | 81.75 | - |
| YUV | 121.03 | 192.32 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 131 | 235 | 0.75 | 0.44 | 0 | 0.08 | 215.25 | 0.82 | 0.57 |
| Hex | 3A | 83 | EB | 4B | 2C | 0 | 8 | D7 | 52 | 39 |
| Octal | 72 | 203 | 353 | 113 | 54 | 0 | 10 | 327 | 122 | 71 |
| Binary | 111010 | 10000011 | 11101011 | 1001011 | 101100 | 0 | 1000 | 11010111 | 1010010 | 111001 |
Color Harmonies of #3A83EB
Complementary color
Monochromatic Colors of #3A83EB
Black with #3A83EB
Text Example
Text Example
White with #3A83EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A83EB; }
p { color: rgb(58,131,235); }
H1.HeaderClassName
{
color: #3A83EB;
}
.AnyTagClassName
{
color: #3A83EB;
}
</style>
background-color css
<style>
a { background-color: #3A83EB; }
a { background-color: rgb(58,131,235); }
div.DivClassName
{
background-color: #3A83EB;
}
.BgClassName
{
background-color: #3A83EB;
}
</style>
border-color css
<style>
span { border-color: #3A83EB; }
span { border-color: rgb(58,131,235); }
td.TdClassName
{
border-color: #3A83EB;
}
.TagClassName
{
border-color: #3A83EB;
}
</style>