Shades of Royal Blue #3D50E0
Tints of Royal Blue #3D50E0
RGB
CMYK
RGB Variations
Color information
#3D50E0 (or 0x3D50E0) is known color: Royal Blue. HEX triplet: 3D, 50 and E0. RGB value is (61,80,224). Sum of RGB (Red+Green+Blue) = 61+80+224=365 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.71% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 224 (87.89% from 255 or 61.37% from 365); Max value from RGB is 224 - color contains mainly: blue. Hex color #3D50E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D50E0 is #C2AF1F. Grayscale: #5A5A5A. Windows color (decimal): -12758816 or 14700605. OLE color: 14700605.
HSL color Cylindrical-coordinate representation of color #3D50E0: hue angle of 233.01º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D50E0 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 61 | 80 | 224 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.12 |
| HSL | 233.01º | 0.72% | 0.56% | - |
| HSV(B) | 233.01º | 0.73% | 0.88% | - |
| XYZ | 18.25 | 12.11 | 71.9 | - |
| YUV | 90.74 | 203.21 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 80 | 224 | 0.73 | 0.64 | 0 | 0.12 | 233.01 | 0.72 | 0.56 |
| Hex | 3D | 50 | E0 | 49 | 40 | 0 | C | E9 | 48 | 38 |
| Octal | 75 | 120 | 340 | 111 | 100 | 0 | 14 | 351 | 110 | 70 |
| Binary | 111101 | 1010000 | 11100000 | 1001001 | 1000000 | 0 | 1100 | 11101001 | 1001000 | 111000 |
Color Harmonies of #3D50E0
Complementary color
Monochromatic Colors of #3D50E0
Black with #3D50E0
Text Example
Text Example
White with #3D50E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D50E0; }
p { color: rgb(61,80,224); }
H1.HeaderClassName
{
color: #3D50E0;
}
.AnyTagClassName
{
color: #3D50E0;
}
</style>
background-color css
<style>
a { background-color: #3D50E0; }
a { background-color: rgb(61,80,224); }
div.DivClassName
{
background-color: #3D50E0;
}
.BgClassName
{
background-color: #3D50E0;
}
</style>
border-color css
<style>
span { border-color: #3D50E0; }
span { border-color: rgb(61,80,224); }
td.TdClassName
{
border-color: #3D50E0;
}
.TagClassName
{
border-color: #3D50E0;
}
</style>