Shades of Royal Blue #3D81DB
Tints of Royal Blue #3D81DB
RGB
CMYK
RGB Variations
Color information
#3D81DB (or 0x3D81DB) is known color: Royal Blue. HEX triplet: 3D, 81 and DB. RGB value is (61,129,219). Sum of RGB (Red+Green+Blue) = 61+129+219=409 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.91% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D81DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D81DB is #C27E24. Grayscale: #767676. Windows color (decimal): -12746277 or 14385469. OLE color: 14385469.
HSL color Cylindrical-coordinate representation of color #3D81DB: hue angle of 214.18º 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 #3D81DB is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 129 | 219 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.14 |
| HSL | 214.18º | 0.69% | 0.55% | - |
| HSV(B) | 214.18º | 0.72% | 0.86% | - |
| XYZ | 22.56 | 21.81 | 70.04 | - |
| YUV | 118.93 | 184.47 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 129 | 219 | 0.72 | 0.41 | 0 | 0.14 | 214.18 | 0.69 | 0.55 |
| Hex | 3D | 81 | DB | 48 | 29 | 0 | E | D6 | 45 | 37 |
| Octal | 75 | 201 | 333 | 110 | 51 | 0 | 16 | 326 | 105 | 67 |
| Binary | 111101 | 10000001 | 11011011 | 1001000 | 101001 | 0 | 1110 | 11010110 | 1000101 | 110111 |
Color Harmonies of #3D81DB
Complementary color
Monochromatic Colors of #3D81DB
Black with #3D81DB
Text Example
Text Example
White with #3D81DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D81DB; }
p { color: rgb(61,129,219); }
H1.HeaderClassName
{
color: #3D81DB;
}
.AnyTagClassName
{
color: #3D81DB;
}
</style>
background-color css
<style>
a { background-color: #3D81DB; }
a { background-color: rgb(61,129,219); }
div.DivClassName
{
background-color: #3D81DB;
}
.BgClassName
{
background-color: #3D81DB;
}
</style>
border-color css
<style>
span { border-color: #3D81DB; }
span { border-color: rgb(61,129,219); }
td.TdClassName
{
border-color: #3D81DB;
}
.TagClassName
{
border-color: #3D81DB;
}
</style>