Shades of Royal Blue #3960DD
Tints of Royal Blue #3960DD
RGB
CMYK
RGB Variations
Color information
#3960DD (or 0x3960DD) is known color: Royal Blue. HEX triplet: 39, 60 and DD. RGB value is (57,96,221). Sum of RGB (Red+Green+Blue) = 57+96+221=374 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.24% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #3960DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3960DD is #C69F22. Grayscale: #626262. Windows color (decimal): -13016867 or 14508089. OLE color: 14508089.
HSL color Cylindrical-coordinate representation of color #3960DD: hue angle of 225.73º 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 #3960DD is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 96 | 221 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.13 |
| HSL | 225.73º | 0.71% | 0.55% | - |
| HSV(B) | 225.73º | 0.74% | 0.87% | - |
| XYZ | 18.92 | 14.46 | 70.2 | - |
| YUV | 98.59 | 197.08 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 96 | 221 | 0.74 | 0.57 | 0 | 0.13 | 225.73 | 0.71 | 0.55 |
| Hex | 39 | 60 | DD | 4A | 39 | 0 | D | E2 | 47 | 37 |
| Octal | 71 | 140 | 335 | 112 | 71 | 0 | 15 | 342 | 107 | 67 |
| Binary | 111001 | 1100000 | 11011101 | 1001010 | 111001 | 0 | 1101 | 11100010 | 1000111 | 110111 |
Color Harmonies of #3960DD
Complementary color
Monochromatic Colors of #3960DD
Black with #3960DD
Text Example
Text Example
White with #3960DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3960DD; }
p { color: rgb(57,96,221); }
H1.HeaderClassName
{
color: #3960DD;
}
.AnyTagClassName
{
color: #3960DD;
}
</style>
background-color css
<style>
a { background-color: #3960DD; }
a { background-color: rgb(57,96,221); }
div.DivClassName
{
background-color: #3960DD;
}
.BgClassName
{
background-color: #3960DD;
}
</style>
border-color css
<style>
span { border-color: #3960DD; }
span { border-color: rgb(57,96,221); }
td.TdClassName
{
border-color: #3960DD;
}
.TagClassName
{
border-color: #3960DD;
}
</style>