Shades of Royal Blue #3D63DA
Tints of Royal Blue #3D63DA
RGB
CMYK
RGB Variations
Color information
#3D63DA (or 0x3D63DA) is known color: Royal Blue. HEX triplet: 3D, 63 and DA. RGB value is (61,99,218). Sum of RGB (Red+Green+Blue) = 61+99+218=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #3D63DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D63DA is #C29C25. Grayscale: #646464. Windows color (decimal): -12753958 or 14312253. OLE color: 14312253.
HSL color Cylindrical-coordinate representation of color #3D63DA: hue angle of 225.48º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D63DA is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 99 | 218 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.15 |
| HSL | 225.48º | 0.68% | 0.55% | - |
| HSV(B) | 225.48º | 0.72% | 0.85% | - |
| XYZ | 19.04 | 14.98 | 68.22 | - |
| YUV | 101.2 | 193.91 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 99 | 218 | 0.72 | 0.55 | 0 | 0.15 | 225.48 | 0.68 | 0.55 |
| Hex | 3D | 63 | DA | 48 | 37 | 0 | F | E1 | 44 | 37 |
| Octal | 75 | 143 | 332 | 110 | 67 | 0 | 17 | 341 | 104 | 67 |
| Binary | 111101 | 1100011 | 11011010 | 1001000 | 110111 | 0 | 1111 | 11100001 | 1000100 | 110111 |
Color Harmonies of #3D63DA
Complementary color
Monochromatic Colors of #3D63DA
Black with #3D63DA
Text Example
Text Example
White with #3D63DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D63DA; }
p { color: rgb(61,99,218); }
H1.HeaderClassName
{
color: #3D63DA;
}
.AnyTagClassName
{
color: #3D63DA;
}
</style>
background-color css
<style>
a { background-color: #3D63DA; }
a { background-color: rgb(61,99,218); }
div.DivClassName
{
background-color: #3D63DA;
}
.BgClassName
{
background-color: #3D63DA;
}
</style>
border-color css
<style>
span { border-color: #3D63DA; }
span { border-color: rgb(61,99,218); }
td.TdClassName
{
border-color: #3D63DA;
}
.TagClassName
{
border-color: #3D63DA;
}
</style>