Shades of Royal Blue #3D6BDF
Tints of Royal Blue #3D6BDF
RGB
CMYK
RGB Variations
Color information
#3D6BDF (or 0x3D6BDF) is known color: Royal Blue. HEX triplet: 3D, 6B and DF. RGB value is (61,107,223). Sum of RGB (Red+Green+Blue) = 61+107+223=391 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.60% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D6BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6BDF is #C29420. Grayscale: #696969. Windows color (decimal): -12751905 or 14641981. OLE color: 14641981.
HSL color Cylindrical-coordinate representation of color #3D6BDF: hue angle of 222.96º 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 #3D6BDF is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 107 | 223 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.13 |
| HSL | 222.96º | 0.72% | 0.56% | - |
| HSV(B) | 222.96º | 0.73% | 0.87% | - |
| XYZ | 20.5 | 16.84 | 71.98 | - |
| YUV | 106.47 | 193.76 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 107 | 223 | 0.73 | 0.52 | 0 | 0.13 | 222.96 | 0.72 | 0.56 |
| Hex | 3D | 6B | DF | 49 | 34 | 0 | D | DF | 48 | 38 |
| Octal | 75 | 153 | 337 | 111 | 64 | 0 | 15 | 337 | 110 | 70 |
| Binary | 111101 | 1101011 | 11011111 | 1001001 | 110100 | 0 | 1101 | 11011111 | 1001000 | 111000 |
Color Harmonies of #3D6BDF
Complementary color
Monochromatic Colors of #3D6BDF
Black with #3D6BDF
Text Example
Text Example
White with #3D6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6BDF; }
p { color: rgb(61,107,223); }
H1.HeaderClassName
{
color: #3D6BDF;
}
.AnyTagClassName
{
color: #3D6BDF;
}
</style>
background-color css
<style>
a { background-color: #3D6BDF; }
a { background-color: rgb(61,107,223); }
div.DivClassName
{
background-color: #3D6BDF;
}
.BgClassName
{
background-color: #3D6BDF;
}
</style>
border-color css
<style>
span { border-color: #3D6BDF; }
span { border-color: rgb(61,107,223); }
td.TdClassName
{
border-color: #3D6BDF;
}
.TagClassName
{
border-color: #3D6BDF;
}
</style>