Shades of Royal Blue #3D6BDB
Tints of Royal Blue #3D6BDB
RGB
CMYK
RGB Variations
Color information
#3D6BDB (or 0x3D6BDB) is known color: Royal Blue. HEX triplet: 3D, 6B and DB. RGB value is (61,107,219). Sum of RGB (Red+Green+Blue) = 61+107+219=387 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.76% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D6BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6BDB is #C29424. Grayscale: #696969. Windows color (decimal): -12751909 or 14379837. OLE color: 14379837.
HSL color Cylindrical-coordinate representation of color #3D6BDB: hue angle of 222.53º 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 #3D6BDB is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 107 | 219 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.14 |
| HSL | 222.53º | 0.69% | 0.55% | - |
| HSV(B) | 222.53º | 0.72% | 0.86% | - |
| XYZ | 19.97 | 16.62 | 69.17 | - |
| YUV | 106.01 | 191.76 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 107 | 219 | 0.72 | 0.51 | 0 | 0.14 | 222.53 | 0.69 | 0.55 |
| Hex | 3D | 6B | DB | 48 | 33 | 0 | E | DF | 45 | 37 |
| Octal | 75 | 153 | 333 | 110 | 63 | 0 | 16 | 337 | 105 | 67 |
| Binary | 111101 | 1101011 | 11011011 | 1001000 | 110011 | 0 | 1110 | 11011111 | 1000101 | 110111 |
Color Harmonies of #3D6BDB
Complementary color
Monochromatic Colors of #3D6BDB
Black with #3D6BDB
Text Example
Text Example
White with #3D6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6BDB; }
p { color: rgb(61,107,219); }
H1.HeaderClassName
{
color: #3D6BDB;
}
.AnyTagClassName
{
color: #3D6BDB;
}
</style>
background-color css
<style>
a { background-color: #3D6BDB; }
a { background-color: rgb(61,107,219); }
div.DivClassName
{
background-color: #3D6BDB;
}
.BgClassName
{
background-color: #3D6BDB;
}
</style>
border-color css
<style>
span { border-color: #3D6BDB; }
span { border-color: rgb(61,107,219); }
td.TdClassName
{
border-color: #3D6BDB;
}
.TagClassName
{
border-color: #3D6BDB;
}
</style>