Shades of Royal Blue #3D6CED
Tints of Royal Blue #3D6CED
RGB
CMYK
RGB Variations
Color information
#3D6CED (or 0x3D6CED) is known color: Royal Blue. HEX triplet: 3D, 6C and ED. RGB value is (61,108,237). Sum of RGB (Red+Green+Blue) = 61+108+237=406 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.02% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 237 (92.97% from 255 or 58.37% from 406); Max value from RGB is 237 - color contains mainly: blue. Hex color #3D6CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D6CED is #C29312. Grayscale: #6C6C6C. Windows color (decimal): -12751635 or 15559741. OLE color: 15559741.
HSL color Cylindrical-coordinate representation of color #3D6CED: hue angle of 223.98º 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 #3D6CED is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 108 | 237 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.07 |
| HSL | 223.98º | 0.83% | 0.58% | - |
| HSV(B) | 223.98º | 0.74% | 0.93% | - |
| XYZ | 22.57 | 17.83 | 82.37 | - |
| YUV | 108.65 | 200.43 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 108 | 237 | 0.74 | 0.54 | 0 | 0.07 | 223.98 | 0.83 | 0.58 |
| Hex | 3D | 6C | ED | 4A | 36 | 0 | 7 | E0 | 53 | 3A |
| Octal | 75 | 154 | 355 | 112 | 66 | 0 | 7 | 340 | 123 | 72 |
| Binary | 111101 | 1101100 | 11101101 | 1001010 | 110110 | 0 | 111 | 11100000 | 1010011 | 111010 |
Color Harmonies of #3D6CED
Complementary color
Monochromatic Colors of #3D6CED
Black with #3D6CED
Text Example
Text Example
White with #3D6CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6CED; }
p { color: rgb(61,108,237); }
H1.HeaderClassName
{
color: #3D6CED;
}
.AnyTagClassName
{
color: #3D6CED;
}
</style>
background-color css
<style>
a { background-color: #3D6CED; }
a { background-color: rgb(61,108,237); }
div.DivClassName
{
background-color: #3D6CED;
}
.BgClassName
{
background-color: #3D6CED;
}
</style>
border-color css
<style>
span { border-color: #3D6CED; }
span { border-color: rgb(61,108,237); }
td.TdClassName
{
border-color: #3D6CED;
}
.TagClassName
{
border-color: #3D6CED;
}
</style>