Shades of Royal Blue #3964DD
Tints of Royal Blue #3964DD
RGB
CMYK
RGB Variations
Color information
#3964DD (or 0x3964DD) is known color: Royal Blue. HEX triplet: 39, 64 and DD. RGB value is (57,100,221). Sum of RGB (Red+Green+Blue) = 57+100+221=378 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.08% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #3964DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3964DD is #C69B22. Grayscale: #646464. Windows color (decimal): -13015843 or 14509113. OLE color: 14509113.
HSL color Cylindrical-coordinate representation of color #3964DD: hue angle of 224.27º 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 #3964DD is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 100 | 221 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.13 |
| HSL | 224.27º | 0.71% | 0.55% | - |
| HSV(B) | 224.27º | 0.74% | 0.87% | - |
| XYZ | 19.3 | 15.2 | 70.32 | - |
| YUV | 100.94 | 195.75 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 100 | 221 | 0.74 | 0.55 | 0 | 0.13 | 224.27 | 0.71 | 0.55 |
| Hex | 39 | 64 | DD | 4A | 37 | 0 | D | E0 | 47 | 37 |
| Octal | 71 | 144 | 335 | 112 | 67 | 0 | 15 | 340 | 107 | 67 |
| Binary | 111001 | 1100100 | 11011101 | 1001010 | 110111 | 0 | 1101 | 11100000 | 1000111 | 110111 |
Color Harmonies of #3964DD
Complementary color
Monochromatic Colors of #3964DD
Black with #3964DD
Text Example
Text Example
White with #3964DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3964DD; }
p { color: rgb(57,100,221); }
H1.HeaderClassName
{
color: #3964DD;
}
.AnyTagClassName
{
color: #3964DD;
}
</style>
background-color css
<style>
a { background-color: #3964DD; }
a { background-color: rgb(57,100,221); }
div.DivClassName
{
background-color: #3964DD;
}
.BgClassName
{
background-color: #3964DD;
}
</style>
border-color css
<style>
span { border-color: #3964DD; }
span { border-color: rgb(57,100,221); }
td.TdClassName
{
border-color: #3964DD;
}
.TagClassName
{
border-color: #3964DD;
}
</style>