Shades of Royal Blue #3D6FDC
Tints of Royal Blue #3D6FDC
RGB
CMYK
RGB Variations
Color information
#3D6FDC (or 0x3D6FDC) is known color: Royal Blue. HEX triplet: 3D, 6F and DC. RGB value is (61,111,220). Sum of RGB (Red+Green+Blue) = 61+111+220=392 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.56% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #3D6FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6FDC is #C29023. Grayscale: #6B6B6B. Windows color (decimal): -12750884 or 14446397. OLE color: 14446397.
HSL color Cylindrical-coordinate representation of color #3D6FDC: hue angle of 221.13º 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 #3D6FDC is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 111 | 220 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.14 |
| HSL | 221.13º | 0.69% | 0.55% | - |
| HSV(B) | 221.13º | 0.72% | 0.86% | - |
| XYZ | 20.53 | 17.53 | 70.01 | - |
| YUV | 108.48 | 190.94 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 111 | 220 | 0.72 | 0.50 | 0 | 0.14 | 221.13 | 0.69 | 0.55 |
| Hex | 3D | 6F | DC | 48 | 32 | 0 | E | DD | 45 | 37 |
| Octal | 75 | 157 | 334 | 110 | 62 | 0 | 16 | 335 | 105 | 67 |
| Binary | 111101 | 1101111 | 11011100 | 1001000 | 110010 | 0 | 1110 | 11011101 | 1000101 | 110111 |
Color Harmonies of #3D6FDC
Complementary color
Monochromatic Colors of #3D6FDC
Black with #3D6FDC
Text Example
Text Example
White with #3D6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6FDC; }
p { color: rgb(61,111,220); }
H1.HeaderClassName
{
color: #3D6FDC;
}
.AnyTagClassName
{
color: #3D6FDC;
}
</style>
background-color css
<style>
a { background-color: #3D6FDC; }
a { background-color: rgb(61,111,220); }
div.DivClassName
{
background-color: #3D6FDC;
}
.BgClassName
{
background-color: #3D6FDC;
}
</style>
border-color css
<style>
span { border-color: #3D6FDC; }
span { border-color: rgb(61,111,220); }
td.TdClassName
{
border-color: #3D6FDC;
}
.TagClassName
{
border-color: #3D6FDC;
}
</style>