Shades of Royal Blue #3D71EC
Tints of Royal Blue #3D71EC
RGB
CMYK
RGB Variations
Color information
#3D71EC (or 0x3D71EC) is known color: Royal Blue. HEX triplet: 3D, 71 and EC. RGB value is (61,113,236). Sum of RGB (Red+Green+Blue) = 61+113+236=410 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.88% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #3D71EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D71EC is #C28E13. Grayscale: #6E6E6E. Windows color (decimal): -12750356 or 15495485. OLE color: 15495485.
HSL color Cylindrical-coordinate representation of color #3D71EC: hue angle of 222.17º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D71EC is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 113 | 236 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.07 |
| HSL | 222.17º | 0.82% | 0.58% | - |
| HSV(B) | 222.17º | 0.74% | 0.93% | - |
| XYZ | 22.97 | 18.86 | 81.79 | - |
| YUV | 111.47 | 198.27 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 113 | 236 | 0.74 | 0.52 | 0 | 0.07 | 222.17 | 0.82 | 0.58 |
| Hex | 3D | 71 | EC | 4A | 34 | 0 | 7 | DE | 52 | 3A |
| Octal | 75 | 161 | 354 | 112 | 64 | 0 | 7 | 336 | 122 | 72 |
| Binary | 111101 | 1110001 | 11101100 | 1001010 | 110100 | 0 | 111 | 11011110 | 1010010 | 111010 |
Color Harmonies of #3D71EC
Complementary color
Monochromatic Colors of #3D71EC
Black with #3D71EC
Text Example
Text Example
White with #3D71EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D71EC; }
p { color: rgb(61,113,236); }
H1.HeaderClassName
{
color: #3D71EC;
}
.AnyTagClassName
{
color: #3D71EC;
}
</style>
background-color css
<style>
a { background-color: #3D71EC; }
a { background-color: rgb(61,113,236); }
div.DivClassName
{
background-color: #3D71EC;
}
.BgClassName
{
background-color: #3D71EC;
}
</style>
border-color css
<style>
span { border-color: #3D71EC; }
span { border-color: rgb(61,113,236); }
td.TdClassName
{
border-color: #3D71EC;
}
.TagClassName
{
border-color: #3D71EC;
}
</style>