Shades of Royal Blue #3956DD
Tints of Royal Blue #3956DD
RGB
CMYK
RGB Variations
Color information
#3956DD (or 0x3956DD) is known color: Royal Blue. HEX triplet: 39, 56 and DD. RGB value is (57,86,221). Sum of RGB (Red+Green+Blue) = 57+86+221=364 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.66% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #3956DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3956DD is #C6A922. Grayscale: #5C5C5C. Windows color (decimal): -13019427 or 14505529. OLE color: 14505529.
HSL color Cylindrical-coordinate representation of color #3956DD: hue angle of 229.39º 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 #3956DD is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 86 | 221 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.13 |
| HSL | 229.39º | 0.71% | 0.55% | - |
| HSV(B) | 229.39º | 0.74% | 0.87% | - |
| XYZ | 18.07 | 12.75 | 69.91 | - |
| YUV | 92.72 | 200.39 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 86 | 221 | 0.74 | 0.61 | 0 | 0.13 | 229.39 | 0.71 | 0.55 |
| Hex | 39 | 56 | DD | 4A | 3D | 0 | D | E5 | 47 | 37 |
| Octal | 71 | 126 | 335 | 112 | 75 | 0 | 15 | 345 | 107 | 67 |
| Binary | 111001 | 1010110 | 11011101 | 1001010 | 111101 | 0 | 1101 | 11100101 | 1000111 | 110111 |
Color Harmonies of #3956DD
Complementary color
Monochromatic Colors of #3956DD
Black with #3956DD
Text Example
Text Example
White with #3956DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3956DD; }
p { color: rgb(57,86,221); }
H1.HeaderClassName
{
color: #3956DD;
}
.AnyTagClassName
{
color: #3956DD;
}
</style>
background-color css
<style>
a { background-color: #3956DD; }
a { background-color: rgb(57,86,221); }
div.DivClassName
{
background-color: #3956DD;
}
.BgClassName
{
background-color: #3956DD;
}
</style>
border-color css
<style>
span { border-color: #3956DD; }
span { border-color: rgb(57,86,221); }
td.TdClassName
{
border-color: #3956DD;
}
.TagClassName
{
border-color: #3956DD;
}
</style>