Shades of Royal Blue #3D6BDC
Tints of Royal Blue #3D6BDC
RGB
CMYK
RGB Variations
Color information
#3D6BDC (or 0x3D6BDC) is known color: Royal Blue. HEX triplet: 3D, 6B and DC. RGB value is (61,107,220). Sum of RGB (Red+Green+Blue) = 61+107+220=388 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.72% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #3D6BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6BDC is #C29423. Grayscale: #696969. Windows color (decimal): -12751908 or 14445373. OLE color: 14445373.
HSL color Cylindrical-coordinate representation of color #3D6BDC: hue angle of 222.64º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D6BDC is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 107 | 220 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.14 |
| HSL | 222.64º | 0.69% | 0.55% | - |
| HSV(B) | 222.64º | 0.72% | 0.86% | - |
| XYZ | 20.1 | 16.67 | 69.87 | - |
| YUV | 106.13 | 192.26 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 107 | 220 | 0.72 | 0.51 | 0 | 0.14 | 222.64 | 0.69 | 0.55 |
| Hex | 3D | 6B | DC | 48 | 33 | 0 | E | DF | 45 | 37 |
| Octal | 75 | 153 | 334 | 110 | 63 | 0 | 16 | 337 | 105 | 67 |
| Binary | 111101 | 1101011 | 11011100 | 1001000 | 110011 | 0 | 1110 | 11011111 | 1000101 | 110111 |
Color Harmonies of #3D6BDC
Complementary color
Monochromatic Colors of #3D6BDC
Black with #3D6BDC
Text Example
Text Example
White with #3D6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6BDC; }
p { color: rgb(61,107,220); }
H1.HeaderClassName
{
color: #3D6BDC;
}
.AnyTagClassName
{
color: #3D6BDC;
}
</style>
background-color css
<style>
a { background-color: #3D6BDC; }
a { background-color: rgb(61,107,220); }
div.DivClassName
{
background-color: #3D6BDC;
}
.BgClassName
{
background-color: #3D6BDC;
}
</style>
border-color css
<style>
span { border-color: #3D6BDC; }
span { border-color: rgb(61,107,220); }
td.TdClassName
{
border-color: #3D6BDC;
}
.TagClassName
{
border-color: #3D6BDC;
}
</style>