Shades of Royal Blue #3D6BFB
Tints of Royal Blue #3D6BFB
RGB
CMYK
RGB Variations
Color information
#3D6BFB (or 0x3D6BFB) is known color: Royal Blue. HEX triplet: 3D, 6B and FB. RGB value is (61,107,251). Sum of RGB (Red+Green+Blue) = 61+107+251=419 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.56% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 251 (98.44% from 255 or 59.90% from 419); Max value from RGB is 251 - color contains mainly: blue. Hex color #3D6BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D6BFB is #C29404. Grayscale: #6D6D6D. Windows color (decimal): -12751877 or 16476989. OLE color: 16476989.
HSL color Cylindrical-coordinate representation of color #3D6BFB: hue angle of 225.47º 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 #3D6BFB is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 107 | 251 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.02 |
| HSL | 225.47º | 0.96% | 0.61% | - |
| HSV(B) | 225.47º | 0.76% | 0.98% | - |
| XYZ | 24.59 | 18.47 | 93.54 | - |
| YUV | 109.66 | 207.76 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 107 | 251 | 0.76 | 0.57 | 0 | 0.02 | 225.47 | 0.96 | 0.61 |
| Hex | 3D | 6B | FB | 4C | 39 | 0 | 2 | E1 | 60 | 3D |
| Octal | 75 | 153 | 373 | 114 | 71 | 0 | 2 | 341 | 140 | 75 |
| Binary | 111101 | 1101011 | 11111011 | 1001100 | 111001 | 0 | 10 | 11100001 | 1100000 | 111101 |
Color Harmonies of #3D6BFB
Complementary color
Monochromatic Colors of #3D6BFB
Black with #3D6BFB
Text Example
Text Example
White with #3D6BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6BFB; }
p { color: rgb(61,107,251); }
H1.HeaderClassName
{
color: #3D6BFB;
}
.AnyTagClassName
{
color: #3D6BFB;
}
</style>
background-color css
<style>
a { background-color: #3D6BFB; }
a { background-color: rgb(61,107,251); }
div.DivClassName
{
background-color: #3D6BFB;
}
.BgClassName
{
background-color: #3D6BFB;
}
</style>
border-color css
<style>
span { border-color: #3D6BFB; }
span { border-color: rgb(61,107,251); }
td.TdClassName
{
border-color: #3D6BFB;
}
.TagClassName
{
border-color: #3D6BFB;
}
</style>