Shades of Royal Blue #3D6CDA
Tints of Royal Blue #3D6CDA
RGB
CMYK
RGB Variations
Color information
#3D6CDA (or 0x3D6CDA) is known color: Royal Blue. HEX triplet: 3D, 6C and DA. RGB value is (61,108,218). Sum of RGB (Red+Green+Blue) = 61+108+218=387 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.76% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #3D6CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6CDA is #C29325. Grayscale: #6A6A6A. Windows color (decimal): -12751654 or 14314557. OLE color: 14314557.
HSL color Cylindrical-coordinate representation of color #3D6CDA: hue angle of 222.04º 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 #3D6CDA is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 108 | 218 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.15 |
| HSL | 222.04º | 0.68% | 0.55% | - |
| HSV(B) | 222.04º | 0.72% | 0.85% | - |
| XYZ | 19.94 | 16.78 | 68.52 | - |
| YUV | 106.49 | 190.93 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 108 | 218 | 0.72 | 0.50 | 0 | 0.15 | 222.04 | 0.68 | 0.55 |
| Hex | 3D | 6C | DA | 48 | 32 | 0 | F | DE | 44 | 37 |
| Octal | 75 | 154 | 332 | 110 | 62 | 0 | 17 | 336 | 104 | 67 |
| Binary | 111101 | 1101100 | 11011010 | 1001000 | 110010 | 0 | 1111 | 11011110 | 1000100 | 110111 |
Color Harmonies of #3D6CDA
Complementary color
Monochromatic Colors of #3D6CDA
Black with #3D6CDA
Text Example
Text Example
White with #3D6CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6CDA; }
p { color: rgb(61,108,218); }
H1.HeaderClassName
{
color: #3D6CDA;
}
.AnyTagClassName
{
color: #3D6CDA;
}
</style>
background-color css
<style>
a { background-color: #3D6CDA; }
a { background-color: rgb(61,108,218); }
div.DivClassName
{
background-color: #3D6CDA;
}
.BgClassName
{
background-color: #3D6CDA;
}
</style>
border-color css
<style>
span { border-color: #3D6CDA; }
span { border-color: rgb(61,108,218); }
td.TdClassName
{
border-color: #3D6CDA;
}
.TagClassName
{
border-color: #3D6CDA;
}
</style>