Shades of Royal Blue #3D6EDA
Tints of Royal Blue #3D6EDA
RGB
CMYK
RGB Variations
Color information
#3D6EDA (or 0x3D6EDA) is known color: Royal Blue. HEX triplet: 3D, 6E and DA. RGB value is (61,110,218). Sum of RGB (Red+Green+Blue) = 61+110+218=389 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.68% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #3D6EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6EDA is #C29125. Grayscale: #6B6B6B. Windows color (decimal): -12751142 or 14315069. OLE color: 14315069.
HSL color Cylindrical-coordinate representation of color #3D6EDA: hue angle of 221.27º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D6EDA is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 110 | 218 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.15 |
| HSL | 221.27º | 0.68% | 0.55% | - |
| HSV(B) | 221.27º | 0.72% | 0.85% | - |
| XYZ | 20.16 | 17.21 | 68.59 | - |
| YUV | 107.66 | 190.27 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 110 | 218 | 0.72 | 0.50 | 0 | 0.15 | 221.27 | 0.68 | 0.55 |
| Hex | 3D | 6E | DA | 48 | 32 | 0 | F | DD | 44 | 37 |
| Octal | 75 | 156 | 332 | 110 | 62 | 0 | 17 | 335 | 104 | 67 |
| Binary | 111101 | 1101110 | 11011010 | 1001000 | 110010 | 0 | 1111 | 11011101 | 1000100 | 110111 |
Color Harmonies of #3D6EDA
Complementary color
Monochromatic Colors of #3D6EDA
Black with #3D6EDA
Text Example
Text Example
White with #3D6EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6EDA; }
p { color: rgb(61,110,218); }
H1.HeaderClassName
{
color: #3D6EDA;
}
.AnyTagClassName
{
color: #3D6EDA;
}
</style>
background-color css
<style>
a { background-color: #3D6EDA; }
a { background-color: rgb(61,110,218); }
div.DivClassName
{
background-color: #3D6EDA;
}
.BgClassName
{
background-color: #3D6EDA;
}
</style>
border-color css
<style>
span { border-color: #3D6EDA; }
span { border-color: rgb(61,110,218); }
td.TdClassName
{
border-color: #3D6EDA;
}
.TagClassName
{
border-color: #3D6EDA;
}
</style>