Shades of Royal Blue #3B6FFB
Tints of Royal Blue #3B6FFB
RGB
CMYK
RGB Variations
Color information
#3B6FFB (or 0x3B6FFB) is known color: Royal Blue. HEX triplet: 3B, 6F and FB. RGB value is (59,111,251). Sum of RGB (Red+Green+Blue) = 59+111+251=421 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.01% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 251 (98.44% from 255 or 59.62% from 421); Max value from RGB is 251 - color contains mainly: blue. Hex color #3B6FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B6FFB is #C49004. Grayscale: #6E6E6E. Windows color (decimal): -12881925 or 16478011. OLE color: 16478011.
HSL color Cylindrical-coordinate representation of color #3B6FFB: hue angle of 223.75º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B6FFB is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 111 | 251 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.02 |
| HSL | 223.75º | 0.96% | 0.61% | - |
| HSV(B) | 223.75º | 0.76% | 0.98% | - |
| XYZ | 24.9 | 19.26 | 93.67 | - |
| YUV | 111.41 | 206.77 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 111 | 251 | 0.76 | 0.56 | 0 | 0.02 | 223.75 | 0.96 | 0.61 |
| Hex | 3B | 6F | FB | 4C | 38 | 0 | 2 | E0 | 60 | 3D |
| Octal | 73 | 157 | 373 | 114 | 70 | 0 | 2 | 340 | 140 | 75 |
| Binary | 111011 | 1101111 | 11111011 | 1001100 | 111000 | 0 | 10 | 11100000 | 1100000 | 111101 |
Color Harmonies of #3B6FFB
Complementary color
Monochromatic Colors of #3B6FFB
Black with #3B6FFB
Text Example
Text Example
White with #3B6FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6FFB; }
p { color: rgb(59,111,251); }
H1.HeaderClassName
{
color: #3B6FFB;
}
.AnyTagClassName
{
color: #3B6FFB;
}
</style>
background-color css
<style>
a { background-color: #3B6FFB; }
a { background-color: rgb(59,111,251); }
div.DivClassName
{
background-color: #3B6FFB;
}
.BgClassName
{
background-color: #3B6FFB;
}
</style>
border-color css
<style>
span { border-color: #3B6FFB; }
span { border-color: rgb(59,111,251); }
td.TdClassName
{
border-color: #3B6FFB;
}
.TagClassName
{
border-color: #3B6FFB;
}
</style>