Shades of Royal Blue #3D5EEA
Tints of Royal Blue #3D5EEA
RGB
CMYK
RGB Variations
Color information
#3D5EEA (or 0x3D5EEA) is known color: Royal Blue. HEX triplet: 3D, 5E and EA. RGB value is (61,94,234). Sum of RGB (Red+Green+Blue) = 61+94+234=389 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.68% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #3D5EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D5EEA is #C2A115. Grayscale: #636363. Windows color (decimal): -12755222 or 15359549. OLE color: 15359549.
HSL color Cylindrical-coordinate representation of color #3D5EEA: hue angle of 228.55º 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 #3D5EEA is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 94 | 234 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.08 |
| HSL | 228.55º | 0.8% | 0.58% | - |
| HSV(B) | 228.55º | 0.74% | 0.92% | - |
| XYZ | 20.78 | 14.94 | 79.63 | - |
| YUV | 100.09 | 203.57 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 94 | 234 | 0.74 | 0.60 | 0 | 0.08 | 228.55 | 0.8 | 0.58 |
| Hex | 3D | 5E | EA | 4A | 3C | 0 | 8 | E5 | 50 | 3A |
| Octal | 75 | 136 | 352 | 112 | 74 | 0 | 10 | 345 | 120 | 72 |
| Binary | 111101 | 1011110 | 11101010 | 1001010 | 111100 | 0 | 1000 | 11100101 | 1010000 | 111010 |
Color Harmonies of #3D5EEA
Complementary color
Monochromatic Colors of #3D5EEA
Black with #3D5EEA
Text Example
Text Example
White with #3D5EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5EEA; }
p { color: rgb(61,94,234); }
H1.HeaderClassName
{
color: #3D5EEA;
}
.AnyTagClassName
{
color: #3D5EEA;
}
</style>
background-color css
<style>
a { background-color: #3D5EEA; }
a { background-color: rgb(61,94,234); }
div.DivClassName
{
background-color: #3D5EEA;
}
.BgClassName
{
background-color: #3D5EEA;
}
</style>
border-color css
<style>
span { border-color: #3D5EEA; }
span { border-color: rgb(61,94,234); }
td.TdClassName
{
border-color: #3D5EEA;
}
.TagClassName
{
border-color: #3D5EEA;
}
</style>