Shades of Royal Blue #3D51EA
Tints of Royal Blue #3D51EA
RGB
CMYK
RGB Variations
Color information
#3D51EA (or 0x3D51EA) is known color: Royal Blue. HEX triplet: 3D, 51 and EA. RGB value is (61,81,234). Sum of RGB (Red+Green+Blue) = 61+81+234=376 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.22% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #3D51EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D51EA is #C2AE15. Grayscale: #5B5B5B. Windows color (decimal): -12758550 or 15356221. OLE color: 15356221.
HSL color Cylindrical-coordinate representation of color #3D51EA: hue angle of 233.06º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D51EA is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 81 | 234 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.08 |
| HSL | 233.06º | 0.8% | 0.58% | - |
| HSV(B) | 233.06º | 0.74% | 0.92% | - |
| XYZ | 19.72 | 12.82 | 79.28 | - |
| YUV | 92.46 | 207.87 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 81 | 234 | 0.74 | 0.65 | 0 | 0.08 | 233.06 | 0.8 | 0.58 |
| Hex | 3D | 51 | EA | 4A | 41 | 0 | 8 | E9 | 50 | 3A |
| Octal | 75 | 121 | 352 | 112 | 101 | 0 | 10 | 351 | 120 | 72 |
| Binary | 111101 | 1010001 | 11101010 | 1001010 | 1000001 | 0 | 1000 | 11101001 | 1010000 | 111010 |
Color Harmonies of #3D51EA
Complementary color
Monochromatic Colors of #3D51EA
Black with #3D51EA
Text Example
Text Example
White with #3D51EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D51EA; }
p { color: rgb(61,81,234); }
H1.HeaderClassName
{
color: #3D51EA;
}
.AnyTagClassName
{
color: #3D51EA;
}
</style>
background-color css
<style>
a { background-color: #3D51EA; }
a { background-color: rgb(61,81,234); }
div.DivClassName
{
background-color: #3D51EA;
}
.BgClassName
{
background-color: #3D51EA;
}
</style>
border-color css
<style>
span { border-color: #3D51EA; }
span { border-color: rgb(61,81,234); }
td.TdClassName
{
border-color: #3D51EA;
}
.TagClassName
{
border-color: #3D51EA;
}
</style>