Shades of Royal Blue #3B68E5
Tints of Royal Blue #3B68E5
RGB
CMYK
RGB Variations
Color information
#3B68E5 (or 0x3B68E5) is known color: Royal Blue. HEX triplet: 3B, 68 and E5. RGB value is (59,104,229). Sum of RGB (Red+Green+Blue) = 59+104+229=392 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.05% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 229 (89.84% from 255 or 58.42% from 392); Max value from RGB is 229 - color contains mainly: blue. Hex color #3B68E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B68E5 is #C4971A. Grayscale: #686868. Windows color (decimal): -12883739 or 15034427. OLE color: 15034427.
HSL color Cylindrical-coordinate representation of color #3B68E5: hue angle of 224.12º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B68E5 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 104 | 229 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.10 |
| HSL | 224.12º | 0.77% | 0.56% | - |
| HSV(B) | 224.12º | 0.74% | 0.9% | - |
| XYZ | 20.9 | 16.49 | 76.21 | - |
| YUV | 104.8 | 198.09 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 104 | 229 | 0.74 | 0.55 | 0 | 0.10 | 224.12 | 0.77 | 0.56 |
| Hex | 3B | 68 | E5 | 4A | 37 | 0 | A | E0 | 4D | 38 |
| Octal | 73 | 150 | 345 | 112 | 67 | 0 | 12 | 340 | 115 | 70 |
| Binary | 111011 | 1101000 | 11100101 | 1001010 | 110111 | 0 | 1010 | 11100000 | 1001101 | 111000 |
Color Harmonies of #3B68E5
Complementary color
Monochromatic Colors of #3B68E5
Black with #3B68E5
Text Example
Text Example
White with #3B68E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B68E5; }
p { color: rgb(59,104,229); }
H1.HeaderClassName
{
color: #3B68E5;
}
.AnyTagClassName
{
color: #3B68E5;
}
</style>
background-color css
<style>
a { background-color: #3B68E5; }
a { background-color: rgb(59,104,229); }
div.DivClassName
{
background-color: #3B68E5;
}
.BgClassName
{
background-color: #3B68E5;
}
</style>
border-color css
<style>
span { border-color: #3B68E5; }
span { border-color: rgb(59,104,229); }
td.TdClassName
{
border-color: #3B68E5;
}
.TagClassName
{
border-color: #3B68E5;
}
</style>