Shades of Royal Blue #3D5FE6
Tints of Royal Blue #3D5FE6
RGB
CMYK
RGB Variations
Color information
#3D5FE6 (or 0x3D5FE6) is known color: Royal Blue. HEX triplet: 3D, 5F and E6. RGB value is (61,95,230). Sum of RGB (Red+Green+Blue) = 61+95+230=386 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.80% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 230 (90.23% from 255 or 59.59% from 386); Max value from RGB is 230 - color contains mainly: blue. Hex color #3D5FE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D5FE6 is #C2A019. Grayscale: #636363. Windows color (decimal): -12754970 or 15097661. OLE color: 15097661.
HSL color Cylindrical-coordinate representation of color #3D5FE6: hue angle of 227.93º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D5FE6 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 61 | 95 | 230 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.10 |
| HSL | 227.93º | 0.77% | 0.57% | - |
| HSV(B) | 227.93º | 0.73% | 0.9% | - |
| XYZ | 20.3 | 14.89 | 76.67 | - |
| YUV | 100.22 | 201.24 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 95 | 230 | 0.73 | 0.59 | 0 | 0.10 | 227.93 | 0.77 | 0.57 |
| Hex | 3D | 5F | E6 | 49 | 3B | 0 | A | E4 | 4D | 39 |
| Octal | 75 | 137 | 346 | 111 | 73 | 0 | 12 | 344 | 115 | 71 |
| Binary | 111101 | 1011111 | 11100110 | 1001001 | 111011 | 0 | 1010 | 11100100 | 1001101 | 111001 |
Color Harmonies of #3D5FE6
Complementary color
Monochromatic Colors of #3D5FE6
Black with #3D5FE6
Text Example
Text Example
White with #3D5FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5FE6; }
p { color: rgb(61,95,230); }
H1.HeaderClassName
{
color: #3D5FE6;
}
.AnyTagClassName
{
color: #3D5FE6;
}
</style>
background-color css
<style>
a { background-color: #3D5FE6; }
a { background-color: rgb(61,95,230); }
div.DivClassName
{
background-color: #3D5FE6;
}
.BgClassName
{
background-color: #3D5FE6;
}
</style>
border-color css
<style>
span { border-color: #3D5FE6; }
span { border-color: rgb(61,95,230); }
td.TdClassName
{
border-color: #3D5FE6;
}
.TagClassName
{
border-color: #3D5FE6;
}
</style>