Shades of Royal Blue #3D6AED
Tints of Royal Blue #3D6AED
RGB
CMYK
RGB Variations
Color information
#3D6AED (or 0x3D6AED) is known color: Royal Blue. HEX triplet: 3D, 6A and ED. RGB value is (61,106,237). Sum of RGB (Red+Green+Blue) = 61+106+237=404 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.10% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 237 (92.97% from 255 or 58.66% from 404); Max value from RGB is 237 - color contains mainly: blue. Hex color #3D6AED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D6AED is #C29512. Grayscale: #6A6A6A. Windows color (decimal): -12752147 or 15559229. OLE color: 15559229.
HSL color Cylindrical-coordinate representation of color #3D6AED: hue angle of 224.66º degrees, saturation: 0.83, 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 #3D6AED is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 106 | 237 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.07 |
| HSL | 224.66º | 0.83% | 0.58% | - |
| HSV(B) | 224.66º | 0.74% | 0.93% | - |
| XYZ | 22.36 | 17.41 | 82.3 | - |
| YUV | 107.48 | 201.09 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 106 | 237 | 0.74 | 0.55 | 0 | 0.07 | 224.66 | 0.83 | 0.58 |
| Hex | 3D | 6A | ED | 4A | 37 | 0 | 7 | E1 | 53 | 3A |
| Octal | 75 | 152 | 355 | 112 | 67 | 0 | 7 | 341 | 123 | 72 |
| Binary | 111101 | 1101010 | 11101101 | 1001010 | 110111 | 0 | 111 | 11100001 | 1010011 | 111010 |
Color Harmonies of #3D6AED
Complementary color
Monochromatic Colors of #3D6AED
Black with #3D6AED
Text Example
Text Example
White with #3D6AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6AED; }
p { color: rgb(61,106,237); }
H1.HeaderClassName
{
color: #3D6AED;
}
.AnyTagClassName
{
color: #3D6AED;
}
</style>
background-color css
<style>
a { background-color: #3D6AED; }
a { background-color: rgb(61,106,237); }
div.DivClassName
{
background-color: #3D6AED;
}
.BgClassName
{
background-color: #3D6AED;
}
</style>
border-color css
<style>
span { border-color: #3D6AED; }
span { border-color: rgb(61,106,237); }
td.TdClassName
{
border-color: #3D6AED;
}
.TagClassName
{
border-color: #3D6AED;
}
</style>