Shades of Royal Blue #3D6FDF
Tints of Royal Blue #3D6FDF
RGB
CMYK
RGB Variations
Color information
#3D6FDF (or 0x3D6FDF) is known color: Royal Blue. HEX triplet: 3D, 6F and DF. RGB value is (61,111,223). Sum of RGB (Red+Green+Blue) = 61+111+223=395 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.44% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D6FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6FDF is #C29020. Grayscale: #6C6C6C. Windows color (decimal): -12750881 or 14643005. OLE color: 14643005.
HSL color Cylindrical-coordinate representation of color #3D6FDF: hue angle of 221.48º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D6FDF is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 111 | 223 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.13 |
| HSL | 221.48º | 0.72% | 0.56% | - |
| HSV(B) | 221.48º | 0.73% | 0.87% | - |
| XYZ | 20.93 | 17.69 | 72.12 | - |
| YUV | 108.82 | 192.44 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 111 | 223 | 0.73 | 0.50 | 0 | 0.13 | 221.48 | 0.72 | 0.56 |
| Hex | 3D | 6F | DF | 49 | 32 | 0 | D | DD | 48 | 38 |
| Octal | 75 | 157 | 337 | 111 | 62 | 0 | 15 | 335 | 110 | 70 |
| Binary | 111101 | 1101111 | 11011111 | 1001001 | 110010 | 0 | 1101 | 11011101 | 1001000 | 111000 |
Color Harmonies of #3D6FDF
Complementary color
Monochromatic Colors of #3D6FDF
Black with #3D6FDF
Text Example
Text Example
White with #3D6FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6FDF; }
p { color: rgb(61,111,223); }
H1.HeaderClassName
{
color: #3D6FDF;
}
.AnyTagClassName
{
color: #3D6FDF;
}
</style>
background-color css
<style>
a { background-color: #3D6FDF; }
a { background-color: rgb(61,111,223); }
div.DivClassName
{
background-color: #3D6FDF;
}
.BgClassName
{
background-color: #3D6FDF;
}
</style>
border-color css
<style>
span { border-color: #3D6FDF; }
span { border-color: rgb(61,111,223); }
td.TdClassName
{
border-color: #3D6FDF;
}
.TagClassName
{
border-color: #3D6FDF;
}
</style>