Shades of Royal Blue #3A63EB
Tints of Royal Blue #3A63EB
RGB
CMYK
RGB Variations
Color information
#3A63EB (or 0x3A63EB) is known color: Royal Blue. HEX triplet: 3A, 63 and EB. RGB value is (58,99,235). Sum of RGB (Red+Green+Blue) = 58+99+235=392 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.80% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 235 (92.19% from 255 or 59.95% from 392); Max value from RGB is 235 - color contains mainly: blue. Hex color #3A63EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A63EB is #C59C14. Grayscale: #656565. Windows color (decimal): -12950549 or 15426362. OLE color: 15426362.
HSL color Cylindrical-coordinate representation of color #3A63EB: hue angle of 226.1º 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 #3A63EB is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 99 | 235 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.08 |
| HSL | 226.1º | 0.82% | 0.57% | - |
| HSV(B) | 226.1º | 0.75% | 0.92% | - |
| XYZ | 21.2 | 15.82 | 80.53 | - |
| YUV | 102.25 | 202.92 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 99 | 235 | 0.75 | 0.58 | 0 | 0.08 | 226.1 | 0.82 | 0.57 |
| Hex | 3A | 63 | EB | 4B | 3A | 0 | 8 | E2 | 52 | 39 |
| Octal | 72 | 143 | 353 | 113 | 72 | 0 | 10 | 342 | 122 | 71 |
| Binary | 111010 | 1100011 | 11101011 | 1001011 | 111010 | 0 | 1000 | 11100010 | 1010010 | 111001 |
Color Harmonies of #3A63EB
Complementary color
Monochromatic Colors of #3A63EB
Black with #3A63EB
Text Example
Text Example
White with #3A63EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A63EB; }
p { color: rgb(58,99,235); }
H1.HeaderClassName
{
color: #3A63EB;
}
.AnyTagClassName
{
color: #3A63EB;
}
</style>
background-color css
<style>
a { background-color: #3A63EB; }
a { background-color: rgb(58,99,235); }
div.DivClassName
{
background-color: #3A63EB;
}
.BgClassName
{
background-color: #3A63EB;
}
</style>
border-color css
<style>
span { border-color: #3A63EB; }
span { border-color: rgb(58,99,235); }
td.TdClassName
{
border-color: #3A63EB;
}
.TagClassName
{
border-color: #3A63EB;
}
</style>