Shades of Royal Blue #3D6ADC
Tints of Royal Blue #3D6ADC
RGB
CMYK
RGB Variations
Color information
#3D6ADC (or 0x3D6ADC) is known color: Royal Blue. HEX triplet: 3D, 6A and DC. RGB value is (61,106,220). Sum of RGB (Red+Green+Blue) = 61+106+220=387 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.76% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #3D6ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6ADC is #C29523. Grayscale: #696969. Windows color (decimal): -12752164 or 14445117. OLE color: 14445117.
HSL color Cylindrical-coordinate representation of color #3D6ADC: hue angle of 223.02º 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 #3D6ADC is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 106 | 220 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.14 |
| HSL | 223.02º | 0.69% | 0.55% | - |
| HSV(B) | 223.02º | 0.72% | 0.86% | - |
| XYZ | 20 | 16.47 | 69.83 | - |
| YUV | 105.54 | 192.59 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 106 | 220 | 0.72 | 0.52 | 0 | 0.14 | 223.02 | 0.69 | 0.55 |
| Hex | 3D | 6A | DC | 48 | 34 | 0 | E | DF | 45 | 37 |
| Octal | 75 | 152 | 334 | 110 | 64 | 0 | 16 | 337 | 105 | 67 |
| Binary | 111101 | 1101010 | 11011100 | 1001000 | 110100 | 0 | 1110 | 11011111 | 1000101 | 110111 |
Color Harmonies of #3D6ADC
Complementary color
Monochromatic Colors of #3D6ADC
Black with #3D6ADC
Text Example
Text Example
White with #3D6ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6ADC; }
p { color: rgb(61,106,220); }
H1.HeaderClassName
{
color: #3D6ADC;
}
.AnyTagClassName
{
color: #3D6ADC;
}
</style>
background-color css
<style>
a { background-color: #3D6ADC; }
a { background-color: rgb(61,106,220); }
div.DivClassName
{
background-color: #3D6ADC;
}
.BgClassName
{
background-color: #3D6ADC;
}
</style>
border-color css
<style>
span { border-color: #3D6ADC; }
span { border-color: rgb(61,106,220); }
td.TdClassName
{
border-color: #3D6ADC;
}
.TagClassName
{
border-color: #3D6ADC;
}
</style>