Shades of Royal Blue #3D63DB
Tints of Royal Blue #3D63DB
RGB
CMYK
RGB Variations
Color information
#3D63DB (or 0x3D63DB) is known color: Royal Blue. HEX triplet: 3D, 63 and DB. RGB value is (61,99,219). Sum of RGB (Red+Green+Blue) = 61+99+219=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D63DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D63DB is #C29C24. Grayscale: #646464. Windows color (decimal): -12753957 or 14377789. OLE color: 14377789.
HSL color Cylindrical-coordinate representation of color #3D63DB: hue angle of 225.57º 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 #3D63DB is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 99 | 219 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.14 |
| HSL | 225.57º | 0.69% | 0.55% | - |
| HSV(B) | 225.57º | 0.72% | 0.86% | - |
| XYZ | 19.17 | 15.03 | 68.91 | - |
| YUV | 101.32 | 194.41 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 99 | 219 | 0.72 | 0.55 | 0 | 0.14 | 225.57 | 0.69 | 0.55 |
| Hex | 3D | 63 | DB | 48 | 37 | 0 | E | E2 | 45 | 37 |
| Octal | 75 | 143 | 333 | 110 | 67 | 0 | 16 | 342 | 105 | 67 |
| Binary | 111101 | 1100011 | 11011011 | 1001000 | 110111 | 0 | 1110 | 11100010 | 1000101 | 110111 |
Color Harmonies of #3D63DB
Complementary color
Monochromatic Colors of #3D63DB
Black with #3D63DB
Text Example
Text Example
White with #3D63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D63DB; }
p { color: rgb(61,99,219); }
H1.HeaderClassName
{
color: #3D63DB;
}
.AnyTagClassName
{
color: #3D63DB;
}
</style>
background-color css
<style>
a { background-color: #3D63DB; }
a { background-color: rgb(61,99,219); }
div.DivClassName
{
background-color: #3D63DB;
}
.BgClassName
{
background-color: #3D63DB;
}
</style>
border-color css
<style>
span { border-color: #3D63DB; }
span { border-color: rgb(61,99,219); }
td.TdClassName
{
border-color: #3D63DB;
}
.TagClassName
{
border-color: #3D63DB;
}
</style>