Shades of Royal Blue #3B70FF
Tints of Royal Blue #3B70FF
RGB
CMYK
RGB Variations
Color information
#3B70FF (or 0x3B70FF) is known color: Royal Blue. HEX triplet: 3B, 70 and FF. RGB value is (59,112,255). Sum of RGB (Red+Green+Blue) = 59+112+255=426 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.85% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #3B70FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B70FF is #C48F00. Grayscale: #6F6F6F. Windows color (decimal): -12881665 or 16740411. OLE color: 16740411.
HSL color Cylindrical-coordinate representation of color #3B70FF: hue angle of 223.78º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B70FF is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 112 | 255 | - |
| CMYK | 0.77 | 0.56 | 0 | 0 |
| HSL | 223.78º | 1% | 0.62% | - |
| HSV(B) | 223.78º | 0.77% | 1% | - |
| XYZ | 25.65 | 19.74 | 97.07 | - |
| YUV | 112.46 | 208.44 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 112 | 255 | 0.77 | 0.56 | 0 | 0 | 223.78 | 1 | 0.62 |
| Hex | 3B | 70 | FF | 4D | 38 | 0 | 0 | E0 | 64 | 3E |
| Octal | 73 | 160 | 377 | 115 | 70 | 0 | 0 | 340 | 144 | 76 |
| Binary | 111011 | 1110000 | 11111111 | 1001101 | 111000 | 0 | 0 | 11100000 | 1100100 | 111110 |
Color Harmonies of #3B70FF
Complementary color
Monochromatic Colors of #3B70FF
Black with #3B70FF
Text Example
Text Example
White with #3B70FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B70FF; }
p { color: rgb(59,112,255); }
H1.HeaderClassName
{
color: #3B70FF;
}
.AnyTagClassName
{
color: #3B70FF;
}
</style>
background-color css
<style>
a { background-color: #3B70FF; }
a { background-color: rgb(59,112,255); }
div.DivClassName
{
background-color: #3B70FF;
}
.BgClassName
{
background-color: #3B70FF;
}
</style>
border-color css
<style>
span { border-color: #3B70FF; }
span { border-color: rgb(59,112,255); }
td.TdClassName
{
border-color: #3B70FF;
}
.TagClassName
{
border-color: #3B70FF;
}
</style>