Shades of Royal Blue #3D69DD
Tints of Royal Blue #3D69DD
RGB
CMYK
RGB Variations
Color information
#3D69DD (or 0x3D69DD) is known color: Royal Blue. HEX triplet: 3D, 69 and DD. RGB value is (61,105,221). Sum of RGB (Red+Green+Blue) = 61+105+221=387 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.76% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D69DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D69DD is #C29622. Grayscale: #686868. Windows color (decimal): -12752419 or 14510397. OLE color: 14510397.
HSL color Cylindrical-coordinate representation of color #3D69DD: hue angle of 223.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D69DD is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 105 | 221 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.13 |
| HSL | 223.5º | 0.7% | 0.55% | - |
| HSV(B) | 223.5º | 0.72% | 0.87% | - |
| XYZ | 20.03 | 16.32 | 70.5 | - |
| YUV | 105.07 | 193.42 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 105 | 221 | 0.72 | 0.52 | 0 | 0.13 | 223.5 | 0.7 | 0.55 |
| Hex | 3D | 69 | DD | 48 | 34 | 0 | D | E0 | 46 | 37 |
| Octal | 75 | 151 | 335 | 110 | 64 | 0 | 15 | 340 | 106 | 67 |
| Binary | 111101 | 1101001 | 11011101 | 1001000 | 110100 | 0 | 1101 | 11100000 | 1000110 | 110111 |
Color Harmonies of #3D69DD
Complementary color
Monochromatic Colors of #3D69DD
Black with #3D69DD
Text Example
Text Example
White with #3D69DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D69DD; }
p { color: rgb(61,105,221); }
H1.HeaderClassName
{
color: #3D69DD;
}
.AnyTagClassName
{
color: #3D69DD;
}
</style>
background-color css
<style>
a { background-color: #3D69DD; }
a { background-color: rgb(61,105,221); }
div.DivClassName
{
background-color: #3D69DD;
}
.BgClassName
{
background-color: #3D69DD;
}
</style>
border-color css
<style>
span { border-color: #3D69DD; }
span { border-color: rgb(61,105,221); }
td.TdClassName
{
border-color: #3D69DD;
}
.TagClassName
{
border-color: #3D69DD;
}
</style>