Shades of Royal Blue #3963DA
Tints of Royal Blue #3963DA
RGB
CMYK
RGB Variations
Color information
#3963DA (or 0x3963DA) is known color: Royal Blue. HEX triplet: 39, 63 and DA. RGB value is (57,99,218). Sum of RGB (Red+Green+Blue) = 57+99+218=374 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.24% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #3963DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3963DA is #C69C25. Grayscale: #636363. Windows color (decimal): -13016102 or 14312249. OLE color: 14312249.
HSL color Cylindrical-coordinate representation of color #3963DA: hue angle of 224.35º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3963DA is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 99 | 218 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.15 |
| HSL | 224.35º | 0.69% | 0.54% | - |
| HSV(B) | 224.35º | 0.74% | 0.85% | - |
| XYZ | 18.8 | 14.86 | 68.21 | - |
| YUV | 100.01 | 194.59 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 99 | 218 | 0.74 | 0.55 | 0 | 0.15 | 224.35 | 0.69 | 0.54 |
| Hex | 39 | 63 | DA | 4A | 37 | 0 | F | E0 | 45 | 36 |
| Octal | 71 | 143 | 332 | 112 | 67 | 0 | 17 | 340 | 105 | 66 |
| Binary | 111001 | 1100011 | 11011010 | 1001010 | 110111 | 0 | 1111 | 11100000 | 1000101 | 110110 |
Color Harmonies of #3963DA
Complementary color
Monochromatic Colors of #3963DA
Black with #3963DA
Text Example
Text Example
White with #3963DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3963DA; }
p { color: rgb(57,99,218); }
H1.HeaderClassName
{
color: #3963DA;
}
.AnyTagClassName
{
color: #3963DA;
}
</style>
background-color css
<style>
a { background-color: #3963DA; }
a { background-color: rgb(57,99,218); }
div.DivClassName
{
background-color: #3963DA;
}
.BgClassName
{
background-color: #3963DA;
}
</style>
border-color css
<style>
span { border-color: #3963DA; }
span { border-color: rgb(57,99,218); }
td.TdClassName
{
border-color: #3963DA;
}
.TagClassName
{
border-color: #3963DA;
}
</style>