Shades of Royal Blue #3A68EB
Tints of Royal Blue #3A68EB
RGB
CMYK
RGB Variations
Color information
#3A68EB (or 0x3A68EB) is known color: Royal Blue. HEX triplet: 3A, 68 and EB. RGB value is (58,104,235). Sum of RGB (Red+Green+Blue) = 58+104+235=397 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.61% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #3A68EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A68EB is #C59714. Grayscale: #686868. Windows color (decimal): -12949269 or 15427642. OLE color: 15427642.
HSL color Cylindrical-coordinate representation of color #3A68EB: hue angle of 224.41º 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 #3A68EB is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 104 | 235 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.08 |
| HSL | 224.41º | 0.82% | 0.57% | - |
| HSV(B) | 224.41º | 0.75% | 0.92% | - |
| XYZ | 21.69 | 16.8 | 80.7 | - |
| YUV | 105.18 | 201.26 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 104 | 235 | 0.75 | 0.56 | 0 | 0.08 | 224.41 | 0.82 | 0.57 |
| Hex | 3A | 68 | EB | 4B | 38 | 0 | 8 | E0 | 52 | 39 |
| Octal | 72 | 150 | 353 | 113 | 70 | 0 | 10 | 340 | 122 | 71 |
| Binary | 111010 | 1101000 | 11101011 | 1001011 | 111000 | 0 | 1000 | 11100000 | 1010010 | 111001 |
Color Harmonies of #3A68EB
Complementary color
Monochromatic Colors of #3A68EB
Black with #3A68EB
Text Example
Text Example
White with #3A68EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A68EB; }
p { color: rgb(58,104,235); }
H1.HeaderClassName
{
color: #3A68EB;
}
.AnyTagClassName
{
color: #3A68EB;
}
</style>
background-color css
<style>
a { background-color: #3A68EB; }
a { background-color: rgb(58,104,235); }
div.DivClassName
{
background-color: #3A68EB;
}
.BgClassName
{
background-color: #3A68EB;
}
</style>
border-color css
<style>
span { border-color: #3A68EB; }
span { border-color: rgb(58,104,235); }
td.TdClassName
{
border-color: #3A68EB;
}
.TagClassName
{
border-color: #3A68EB;
}
</style>