Shades of Royal Blue #3D6DDF
Tints of Royal Blue #3D6DDF
RGB
CMYK
RGB Variations
Color information
#3D6DDF (or 0x3D6DDF) is known color: Royal Blue. HEX triplet: 3D, 6D and DF. RGB value is (61,109,223). Sum of RGB (Red+Green+Blue) = 61+109+223=393 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.52% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D6DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6DDF is #C29220. Grayscale: #6B6B6B. Windows color (decimal): -12751393 or 14642493. OLE color: 14642493.
HSL color Cylindrical-coordinate representation of color #3D6DDF: hue angle of 222.22º 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 #3D6DDF is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 109 | 223 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.13 |
| HSL | 222.22º | 0.72% | 0.56% | - |
| HSV(B) | 222.22º | 0.73% | 0.87% | - |
| XYZ | 20.71 | 17.26 | 72.05 | - |
| YUV | 107.64 | 193.1 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 109 | 223 | 0.73 | 0.51 | 0 | 0.13 | 222.22 | 0.72 | 0.56 |
| Hex | 3D | 6D | DF | 49 | 33 | 0 | D | DE | 48 | 38 |
| Octal | 75 | 155 | 337 | 111 | 63 | 0 | 15 | 336 | 110 | 70 |
| Binary | 111101 | 1101101 | 11011111 | 1001001 | 110011 | 0 | 1101 | 11011110 | 1001000 | 111000 |
Color Harmonies of #3D6DDF
Complementary color
Monochromatic Colors of #3D6DDF
Black with #3D6DDF
Text Example
Text Example
White with #3D6DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6DDF; }
p { color: rgb(61,109,223); }
H1.HeaderClassName
{
color: #3D6DDF;
}
.AnyTagClassName
{
color: #3D6DDF;
}
</style>
background-color css
<style>
a { background-color: #3D6DDF; }
a { background-color: rgb(61,109,223); }
div.DivClassName
{
background-color: #3D6DDF;
}
.BgClassName
{
background-color: #3D6DDF;
}
</style>
border-color css
<style>
span { border-color: #3D6DDF; }
span { border-color: rgb(61,109,223); }
td.TdClassName
{
border-color: #3D6DDF;
}
.TagClassName
{
border-color: #3D6DDF;
}
</style>