Shades of Royal Blue #3B6CFE
Tints of Royal Blue #3B6CFE
RGB
CMYK
RGB Variations
Color information
#3B6CFE (or 0x3B6CFE) is known color: Royal Blue. HEX triplet: 3B, 6C and FE. RGB value is (59,108,254). Sum of RGB (Red+Green+Blue) = 59+108+254=421 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.01% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #3B6CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B6CFE is #C49301. Grayscale: #6D6D6D. Windows color (decimal): -12882690 or 16673851. OLE color: 16673851.
HSL color Cylindrical-coordinate representation of color #3B6CFE: hue angle of 224.92º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B6CFE is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 108 | 254 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.00 |
| HSL | 224.92º | 0.99% | 0.61% | - |
| HSV(B) | 224.92º | 0.77% | 1% | - |
| XYZ | 25.06 | 18.81 | 96.08 | - |
| YUV | 109.99 | 209.27 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 108 | 254 | 0.77 | 0.57 | 0 | 0.00 | 224.92 | 0.99 | 0.61 |
| Hex | 3B | 6C | FE | 4D | 39 | 0 | 0 | E1 | 63 | 3D |
| Octal | 73 | 154 | 376 | 115 | 71 | 0 | 0 | 341 | 143 | 75 |
| Binary | 111011 | 1101100 | 11111110 | 1001101 | 111001 | 0 | 0 | 11100001 | 1100011 | 111101 |
Color Harmonies of #3B6CFE
Complementary color
Monochromatic Colors of #3B6CFE
Black with #3B6CFE
Text Example
Text Example
White with #3B6CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6CFE; }
p { color: rgb(59,108,254); }
H1.HeaderClassName
{
color: #3B6CFE;
}
.AnyTagClassName
{
color: #3B6CFE;
}
</style>
background-color css
<style>
a { background-color: #3B6CFE; }
a { background-color: rgb(59,108,254); }
div.DivClassName
{
background-color: #3B6CFE;
}
.BgClassName
{
background-color: #3B6CFE;
}
</style>
border-color css
<style>
span { border-color: #3B6CFE; }
span { border-color: rgb(59,108,254); }
td.TdClassName
{
border-color: #3B6CFE;
}
.TagClassName
{
border-color: #3B6CFE;
}
</style>