Shades of Royal Blue #3B7AF5
Tints of Royal Blue #3B7AF5
RGB
CMYK
RGB Variations
Color information
#3B7AF5 (or 0x3B7AF5) is known color: Royal Blue. HEX triplet: 3B, 7A and F5. RGB value is (59,122,245). Sum of RGB (Red+Green+Blue) = 59+122+245=426 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.85% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 245 (96.09% from 255 or 57.51% from 426); Max value from RGB is 245 - color contains mainly: blue. Hex color #3B7AF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B7AF5 is #C4850A. Grayscale: #747474. Windows color (decimal): -12879115 or 16087611. OLE color: 16087611.
HSL color Cylindrical-coordinate representation of color #3B7AF5: hue angle of 219.68º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B7AF5 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 59 | 122 | 245 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.04 |
| HSL | 219.68º | 0.9% | 0.6% | - |
| HSV(B) | 219.68º | 0.76% | 0.96% | - |
| XYZ | 25.24 | 21.44 | 89.19 | - |
| YUV | 117.19 | 200.13 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 122 | 245 | 0.76 | 0.50 | 0 | 0.04 | 219.68 | 0.9 | 0.6 |
| Hex | 3B | 7A | F5 | 4C | 32 | 0 | 4 | DC | 5A | 3C |
| Octal | 73 | 172 | 365 | 114 | 62 | 0 | 4 | 334 | 132 | 74 |
| Binary | 111011 | 1111010 | 11110101 | 1001100 | 110010 | 0 | 100 | 11011100 | 1011010 | 111100 |
Color Harmonies of #3B7AF5
Complementary color
Monochromatic Colors of #3B7AF5
Black with #3B7AF5
Text Example
Text Example
White with #3B7AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7AF5; }
p { color: rgb(59,122,245); }
H1.HeaderClassName
{
color: #3B7AF5;
}
.AnyTagClassName
{
color: #3B7AF5;
}
</style>
background-color css
<style>
a { background-color: #3B7AF5; }
a { background-color: rgb(59,122,245); }
div.DivClassName
{
background-color: #3B7AF5;
}
.BgClassName
{
background-color: #3B7AF5;
}
</style>
border-color css
<style>
span { border-color: #3B7AF5; }
span { border-color: rgb(59,122,245); }
td.TdClassName
{
border-color: #3B7AF5;
}
.TagClassName
{
border-color: #3B7AF5;
}
</style>