Shades of Royal Blue #3B6FFF
Tints of Royal Blue #3B6FFF
RGB
CMYK
RGB Variations
Color information
#3B6FFF (or 0x3B6FFF) is known color: Royal Blue. HEX triplet: 3B, 6F and FF. RGB value is (59,111,255). Sum of RGB (Red+Green+Blue) = 59+111+255=425 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.88% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #3B6FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B6FFF is #C49000. Grayscale: #6F6F6F. Windows color (decimal): -12881921 or 16740155. OLE color: 16740155.
HSL color Cylindrical-coordinate representation of color #3B6FFF: hue angle of 224.08º 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 #3B6FFF is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 111 | 255 | - |
| CMYK | 0.77 | 0.56 | 0 | 0 |
| HSL | 224.08º | 1% | 0.62% | - |
| HSV(B) | 224.08º | 0.77% | 1% | - |
| XYZ | 25.54 | 19.52 | 97.03 | - |
| YUV | 111.87 | 208.77 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 111 | 255 | 0.77 | 0.56 | 0 | 0 | 224.08 | 1 | 0.62 |
| Hex | 3B | 6F | FF | 4D | 38 | 0 | 0 | E0 | 64 | 3E |
| Octal | 73 | 157 | 377 | 115 | 70 | 0 | 0 | 340 | 144 | 76 |
| Binary | 111011 | 1101111 | 11111111 | 1001101 | 111000 | 0 | 0 | 11100000 | 1100100 | 111110 |
Color Harmonies of #3B6FFF
Complementary color
Monochromatic Colors of #3B6FFF
Black with #3B6FFF
Text Example
Text Example
White with #3B6FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6FFF; }
p { color: rgb(59,111,255); }
H1.HeaderClassName
{
color: #3B6FFF;
}
.AnyTagClassName
{
color: #3B6FFF;
}
</style>
background-color css
<style>
a { background-color: #3B6FFF; }
a { background-color: rgb(59,111,255); }
div.DivClassName
{
background-color: #3B6FFF;
}
.BgClassName
{
background-color: #3B6FFF;
}
</style>
border-color css
<style>
span { border-color: #3B6FFF; }
span { border-color: rgb(59,111,255); }
td.TdClassName
{
border-color: #3B6FFF;
}
.TagClassName
{
border-color: #3B6FFF;
}
</style>