Shades of Royal Blue #3D5FE3
Tints of Royal Blue #3D5FE3
RGB
CMYK
RGB Variations
Color information
#3D5FE3 (or 0x3D5FE3) is known color: Royal Blue. HEX triplet: 3D, 5F and E3. RGB value is (61,95,227). Sum of RGB (Red+Green+Blue) = 61+95+227=383 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.93% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 227 (89.06% from 255 or 59.27% from 383); Max value from RGB is 227 - color contains mainly: blue. Hex color #3D5FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5FE3 is #C2A01C. Grayscale: #636363. Windows color (decimal): -12754973 or 14901053. OLE color: 14901053.
HSL color Cylindrical-coordinate representation of color #3D5FE3: hue angle of 227.71º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D5FE3 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 61 | 95 | 227 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.11 |
| HSL | 227.71º | 0.75% | 0.56% | - |
| HSV(B) | 227.71º | 0.73% | 0.89% | - |
| XYZ | 19.88 | 14.72 | 74.47 | - |
| YUV | 99.88 | 199.74 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 95 | 227 | 0.73 | 0.58 | 0 | 0.11 | 227.71 | 0.75 | 0.56 |
| Hex | 3D | 5F | E3 | 49 | 3A | 0 | B | E4 | 4B | 38 |
| Octal | 75 | 137 | 343 | 111 | 72 | 0 | 13 | 344 | 113 | 70 |
| Binary | 111101 | 1011111 | 11100011 | 1001001 | 111010 | 0 | 1011 | 11100100 | 1001011 | 111000 |
Color Harmonies of #3D5FE3
Complementary color
Monochromatic Colors of #3D5FE3
Black with #3D5FE3
Text Example
Text Example
White with #3D5FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5FE3; }
p { color: rgb(61,95,227); }
H1.HeaderClassName
{
color: #3D5FE3;
}
.AnyTagClassName
{
color: #3D5FE3;
}
</style>
background-color css
<style>
a { background-color: #3D5FE3; }
a { background-color: rgb(61,95,227); }
div.DivClassName
{
background-color: #3D5FE3;
}
.BgClassName
{
background-color: #3D5FE3;
}
</style>
border-color css
<style>
span { border-color: #3D5FE3; }
span { border-color: rgb(61,95,227); }
td.TdClassName
{
border-color: #3D5FE3;
}
.TagClassName
{
border-color: #3D5FE3;
}
</style>