Shades of Royal Blue #3D73DB
Tints of Royal Blue #3D73DB
RGB
CMYK
RGB Variations
Color information
#3D73DB (or 0x3D73DB) is known color: Royal Blue. HEX triplet: 3D, 73 and DB. RGB value is (61,115,219). Sum of RGB (Red+Green+Blue) = 61+115+219=395 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.44% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D73DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D73DB is #C28C24. Grayscale: #6E6E6E. Windows color (decimal): -12749861 or 14381885. OLE color: 14381885.
HSL color Cylindrical-coordinate representation of color #3D73DB: hue angle of 219.49º 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 #3D73DB is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 115 | 219 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.14 |
| HSL | 219.49º | 0.69% | 0.55% | - |
| HSV(B) | 219.49º | 0.72% | 0.86% | - |
| XYZ | 20.84 | 18.37 | 69.46 | - |
| YUV | 110.71 | 189.11 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 115 | 219 | 0.72 | 0.47 | 0 | 0.14 | 219.49 | 0.69 | 0.55 |
| Hex | 3D | 73 | DB | 48 | 2F | 0 | E | DB | 45 | 37 |
| Octal | 75 | 163 | 333 | 110 | 57 | 0 | 16 | 333 | 105 | 67 |
| Binary | 111101 | 1110011 | 11011011 | 1001000 | 101111 | 0 | 1110 | 11011011 | 1000101 | 110111 |
Color Harmonies of #3D73DB
Complementary color
Monochromatic Colors of #3D73DB
Black with #3D73DB
Text Example
Text Example
White with #3D73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D73DB; }
p { color: rgb(61,115,219); }
H1.HeaderClassName
{
color: #3D73DB;
}
.AnyTagClassName
{
color: #3D73DB;
}
</style>
background-color css
<style>
a { background-color: #3D73DB; }
a { background-color: rgb(61,115,219); }
div.DivClassName
{
background-color: #3D73DB;
}
.BgClassName
{
background-color: #3D73DB;
}
</style>
border-color css
<style>
span { border-color: #3D73DB; }
span { border-color: rgb(61,115,219); }
td.TdClassName
{
border-color: #3D73DB;
}
.TagClassName
{
border-color: #3D73DB;
}
</style>