Shades of Royal Blue #3963DD
Tints of Royal Blue #3963DD
RGB
CMYK
RGB Variations
Color information
#3963DD (or 0x3963DD) is known color: Royal Blue. HEX triplet: 39, 63 and DD. RGB value is (57,99,221). Sum of RGB (Red+Green+Blue) = 57+99+221=377 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.12% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #3963DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3963DD is #C69C22. Grayscale: #636363. Windows color (decimal): -13016099 or 14508857. OLE color: 14508857.
HSL color Cylindrical-coordinate representation of color #3963DD: hue angle of 224.63º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3963DD is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 99 | 221 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.13 |
| HSL | 224.63º | 0.71% | 0.55% | - |
| HSV(B) | 224.63º | 0.74% | 0.87% | - |
| XYZ | 19.2 | 15.01 | 70.29 | - |
| YUV | 100.35 | 196.09 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 99 | 221 | 0.74 | 0.55 | 0 | 0.13 | 224.63 | 0.71 | 0.55 |
| Hex | 39 | 63 | DD | 4A | 37 | 0 | D | E1 | 47 | 37 |
| Octal | 71 | 143 | 335 | 112 | 67 | 0 | 15 | 341 | 107 | 67 |
| Binary | 111001 | 1100011 | 11011101 | 1001010 | 110111 | 0 | 1101 | 11100001 | 1000111 | 110111 |
Color Harmonies of #3963DD
Complementary color
Monochromatic Colors of #3963DD
Black with #3963DD
Text Example
Text Example
White with #3963DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3963DD; }
p { color: rgb(57,99,221); }
H1.HeaderClassName
{
color: #3963DD;
}
.AnyTagClassName
{
color: #3963DD;
}
</style>
background-color css
<style>
a { background-color: #3963DD; }
a { background-color: rgb(57,99,221); }
div.DivClassName
{
background-color: #3963DD;
}
.BgClassName
{
background-color: #3963DD;
}
</style>
border-color css
<style>
span { border-color: #3963DD; }
span { border-color: rgb(57,99,221); }
td.TdClassName
{
border-color: #3963DD;
}
.TagClassName
{
border-color: #3963DD;
}
</style>