Shades of Royal Blue #3D5BEC
Tints of Royal Blue #3D5BEC
RGB
CMYK
RGB Variations
Color information
#3D5BEC (or 0x3D5BEC) is known color: Royal Blue. HEX triplet: 3D, 5B and EC. RGB value is (61,91,236). Sum of RGB (Red+Green+Blue) = 61+91+236=388 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.72% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 236 (92.58% from 255 or 60.82% from 388); Max value from RGB is 236 - color contains mainly: blue. Hex color #3D5BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D5BEC is #C2A413. Grayscale: #616161. Windows color (decimal): -12755988 or 15489853. OLE color: 15489853.
HSL color Cylindrical-coordinate representation of color #3D5BEC: hue angle of 229.71º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D5BEC is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 91 | 236 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.07 |
| HSL | 229.71º | 0.82% | 0.58% | - |
| HSV(B) | 229.71º | 0.74% | 0.93% | - |
| XYZ | 20.81 | 14.53 | 81.06 | - |
| YUV | 98.56 | 205.56 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 91 | 236 | 0.74 | 0.61 | 0 | 0.07 | 229.71 | 0.82 | 0.58 |
| Hex | 3D | 5B | EC | 4A | 3D | 0 | 7 | E6 | 52 | 3A |
| Octal | 75 | 133 | 354 | 112 | 75 | 0 | 7 | 346 | 122 | 72 |
| Binary | 111101 | 1011011 | 11101100 | 1001010 | 111101 | 0 | 111 | 11100110 | 1010010 | 111010 |
Color Harmonies of #3D5BEC
Complementary color
Monochromatic Colors of #3D5BEC
Black with #3D5BEC
Text Example
Text Example
White with #3D5BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5BEC; }
p { color: rgb(61,91,236); }
H1.HeaderClassName
{
color: #3D5BEC;
}
.AnyTagClassName
{
color: #3D5BEC;
}
</style>
background-color css
<style>
a { background-color: #3D5BEC; }
a { background-color: rgb(61,91,236); }
div.DivClassName
{
background-color: #3D5BEC;
}
.BgClassName
{
background-color: #3D5BEC;
}
</style>
border-color css
<style>
span { border-color: #3D5BEC; }
span { border-color: rgb(61,91,236); }
td.TdClassName
{
border-color: #3D5BEC;
}
.TagClassName
{
border-color: #3D5BEC;
}
</style>