Shades of Royal Blue #3967DD
Tints of Royal Blue #3967DD
RGB
CMYK
RGB Variations
Color information
#3967DD (or 0x3967DD) is known color: Royal Blue. HEX triplet: 39, 67 and DD. RGB value is (57,103,221). Sum of RGB (Red+Green+Blue) = 57+103+221=381 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.96% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #3967DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3967DD is #C69822. Grayscale: #666666. Windows color (decimal): -13015075 or 14509881. OLE color: 14509881.
HSL color Cylindrical-coordinate representation of color #3967DD: hue angle of 223.17º 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 #3967DD is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 103 | 221 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.13 |
| HSL | 223.17º | 0.71% | 0.55% | - |
| HSV(B) | 223.17º | 0.74% | 0.87% | - |
| XYZ | 19.59 | 15.79 | 70.42 | - |
| YUV | 102.7 | 194.76 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 103 | 221 | 0.74 | 0.53 | 0 | 0.13 | 223.17 | 0.71 | 0.55 |
| Hex | 39 | 67 | DD | 4A | 35 | 0 | D | DF | 47 | 37 |
| Octal | 71 | 147 | 335 | 112 | 65 | 0 | 15 | 337 | 107 | 67 |
| Binary | 111001 | 1100111 | 11011101 | 1001010 | 110101 | 0 | 1101 | 11011111 | 1000111 | 110111 |
Color Harmonies of #3967DD
Complementary color
Monochromatic Colors of #3967DD
Black with #3967DD
Text Example
Text Example
White with #3967DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3967DD; }
p { color: rgb(57,103,221); }
H1.HeaderClassName
{
color: #3967DD;
}
.AnyTagClassName
{
color: #3967DD;
}
</style>
background-color css
<style>
a { background-color: #3967DD; }
a { background-color: rgb(57,103,221); }
div.DivClassName
{
background-color: #3967DD;
}
.BgClassName
{
background-color: #3967DD;
}
</style>
border-color css
<style>
span { border-color: #3967DD; }
span { border-color: rgb(57,103,221); }
td.TdClassName
{
border-color: #3967DD;
}
.TagClassName
{
border-color: #3967DD;
}
</style>