Shades of Royal Blue #3D6FDD
Tints of Royal Blue #3D6FDD
RGB
CMYK
RGB Variations
Color information
#3D6FDD (or 0x3D6FDD) is known color: Royal Blue. HEX triplet: 3D, 6F and DD. RGB value is (61,111,221). Sum of RGB (Red+Green+Blue) = 61+111+221=393 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.52% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D6FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6FDD is #C29022. Grayscale: #6C6C6C. Windows color (decimal): -12750883 or 14511933. OLE color: 14511933.
HSL color Cylindrical-coordinate representation of color #3D6FDD: hue angle of 221.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D6FDD is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 111 | 221 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.13 |
| HSL | 221.25º | 0.7% | 0.55% | - |
| HSV(B) | 221.25º | 0.72% | 0.87% | - |
| XYZ | 20.66 | 17.58 | 70.71 | - |
| YUV | 108.59 | 191.44 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 111 | 221 | 0.72 | 0.50 | 0 | 0.13 | 221.25 | 0.7 | 0.55 |
| Hex | 3D | 6F | DD | 48 | 32 | 0 | D | DD | 46 | 37 |
| Octal | 75 | 157 | 335 | 110 | 62 | 0 | 15 | 335 | 106 | 67 |
| Binary | 111101 | 1101111 | 11011101 | 1001000 | 110010 | 0 | 1101 | 11011101 | 1000110 | 110111 |
Color Harmonies of #3D6FDD
Complementary color
Monochromatic Colors of #3D6FDD
Black with #3D6FDD
Text Example
Text Example
White with #3D6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6FDD; }
p { color: rgb(61,111,221); }
H1.HeaderClassName
{
color: #3D6FDD;
}
.AnyTagClassName
{
color: #3D6FDD;
}
</style>
background-color css
<style>
a { background-color: #3D6FDD; }
a { background-color: rgb(61,111,221); }
div.DivClassName
{
background-color: #3D6FDD;
}
.BgClassName
{
background-color: #3D6FDD;
}
</style>
border-color css
<style>
span { border-color: #3D6FDD; }
span { border-color: rgb(61,111,221); }
td.TdClassName
{
border-color: #3D6FDD;
}
.TagClassName
{
border-color: #3D6FDD;
}
</style>