Shades of Royal Blue #3D65DB
Tints of Royal Blue #3D65DB
RGB
CMYK
RGB Variations
Color information
#3D65DB (or 0x3D65DB) is known color: Royal Blue. HEX triplet: 3D, 65 and DB. RGB value is (61,101,219). Sum of RGB (Red+Green+Blue) = 61+101+219=381 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.01% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D65DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D65DB is #C29A24. Grayscale: #656565. Windows color (decimal): -12753445 or 14378301. OLE color: 14378301.
HSL color Cylindrical-coordinate representation of color #3D65DB: hue angle of 224.81º 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 #3D65DB is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 101 | 219 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.14 |
| HSL | 224.81º | 0.69% | 0.55% | - |
| HSV(B) | 224.81º | 0.72% | 0.86% | - |
| XYZ | 19.36 | 15.41 | 68.97 | - |
| YUV | 102.49 | 193.75 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 101 | 219 | 0.72 | 0.54 | 0 | 0.14 | 224.81 | 0.69 | 0.55 |
| Hex | 3D | 65 | DB | 48 | 36 | 0 | E | E1 | 45 | 37 |
| Octal | 75 | 145 | 333 | 110 | 66 | 0 | 16 | 341 | 105 | 67 |
| Binary | 111101 | 1100101 | 11011011 | 1001000 | 110110 | 0 | 1110 | 11100001 | 1000101 | 110111 |
Color Harmonies of #3D65DB
Complementary color
Monochromatic Colors of #3D65DB
Black with #3D65DB
Text Example
Text Example
White with #3D65DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D65DB; }
p { color: rgb(61,101,219); }
H1.HeaderClassName
{
color: #3D65DB;
}
.AnyTagClassName
{
color: #3D65DB;
}
</style>
background-color css
<style>
a { background-color: #3D65DB; }
a { background-color: rgb(61,101,219); }
div.DivClassName
{
background-color: #3D65DB;
}
.BgClassName
{
background-color: #3D65DB;
}
</style>
border-color css
<style>
span { border-color: #3D65DB; }
span { border-color: rgb(61,101,219); }
td.TdClassName
{
border-color: #3D65DB;
}
.TagClassName
{
border-color: #3D65DB;
}
</style>