Shades of Royal Blue #3964CF
Tints of Royal Blue #3964CF
RGB
CMYK
RGB Variations
Color information
#3964CF (or 0x3964CF) is known color: Royal Blue. HEX triplet: 39, 64 and CF. RGB value is (57,100,207). Sum of RGB (Red+Green+Blue) = 57+100+207=364 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.66% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #3964CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3964CF is #C69B30. Grayscale: #626262. Windows color (decimal): -13015857 or 13591609. OLE color: 13591609.
HSL color Cylindrical-coordinate representation of color #3964CF: hue angle of 222.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3964CF is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 100 | 207 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.19 |
| HSL | 222.8º | 0.61% | 0.52% | - |
| HSV(B) | 222.8º | 0.72% | 0.81% | - |
| XYZ | 17.51 | 14.49 | 60.91 | - |
| YUV | 99.34 | 188.75 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 100 | 207 | 0.72 | 0.52 | 0 | 0.19 | 222.8 | 0.61 | 0.52 |
| Hex | 39 | 64 | CF | 48 | 34 | 0 | 13 | DF | 3D | 34 |
| Octal | 71 | 144 | 317 | 110 | 64 | 0 | 23 | 337 | 75 | 64 |
| Binary | 111001 | 1100100 | 11001111 | 1001000 | 110100 | 0 | 10011 | 11011111 | 111101 | 110100 |
Color Harmonies of #3964CF
Complementary color
Monochromatic Colors of #3964CF
Black with #3964CF
Text Example
Text Example
White with #3964CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3964CF; }
p { color: rgb(57,100,207); }
H1.HeaderClassName
{
color: #3964CF;
}
.AnyTagClassName
{
color: #3964CF;
}
</style>
background-color css
<style>
a { background-color: #3964CF; }
a { background-color: rgb(57,100,207); }
div.DivClassName
{
background-color: #3964CF;
}
.BgClassName
{
background-color: #3964CF;
}
</style>
border-color css
<style>
span { border-color: #3964CF; }
span { border-color: rgb(57,100,207); }
td.TdClassName
{
border-color: #3964CF;
}
.TagClassName
{
border-color: #3964CF;
}
</style>