Shades of Royal Blue #3D6FFB
Tints of Royal Blue #3D6FFB
RGB
CMYK
RGB Variations
Color information
#3D6FFB (or 0x3D6FFB) is known color: Royal Blue. HEX triplet: 3D, 6F and FB. RGB value is (61,111,251). Sum of RGB (Red+Green+Blue) = 61+111+251=423 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.42% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #3D6FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D6FFB is #C29004. Grayscale: #6F6F6F. Windows color (decimal): -12750853 or 16478013. OLE color: 16478013.
HSL color Cylindrical-coordinate representation of color #3D6FFB: hue angle of 224.21º 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 #3D6FFB is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 111 | 251 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.02 |
| HSL | 224.21º | 0.96% | 0.61% | - |
| HSV(B) | 224.21º | 0.76% | 0.98% | - |
| XYZ | 25.02 | 19.33 | 93.68 | - |
| YUV | 112.01 | 206.44 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 111 | 251 | 0.76 | 0.56 | 0 | 0.02 | 224.21 | 0.96 | 0.61 |
| Hex | 3D | 6F | FB | 4C | 38 | 0 | 2 | E0 | 60 | 3D |
| Octal | 75 | 157 | 373 | 114 | 70 | 0 | 2 | 340 | 140 | 75 |
| Binary | 111101 | 1101111 | 11111011 | 1001100 | 111000 | 0 | 10 | 11100000 | 1100000 | 111101 |
Color Harmonies of #3D6FFB
Complementary color
Monochromatic Colors of #3D6FFB
Black with #3D6FFB
Text Example
Text Example
White with #3D6FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6FFB; }
p { color: rgb(61,111,251); }
H1.HeaderClassName
{
color: #3D6FFB;
}
.AnyTagClassName
{
color: #3D6FFB;
}
</style>
background-color css
<style>
a { background-color: #3D6FFB; }
a { background-color: rgb(61,111,251); }
div.DivClassName
{
background-color: #3D6FFB;
}
.BgClassName
{
background-color: #3D6FFB;
}
</style>
border-color css
<style>
span { border-color: #3D6FFB; }
span { border-color: rgb(61,111,251); }
td.TdClassName
{
border-color: #3D6FFB;
}
.TagClassName
{
border-color: #3D6FFB;
}
</style>