Shades of Royal Blue #3957DC
Tints of Royal Blue #3957DC
RGB
CMYK
RGB Variations
Color information
#3957DC (or 0x3957DC) is known color: Royal Blue. HEX triplet: 39, 57 and DC. RGB value is (57,87,220). Sum of RGB (Red+Green+Blue) = 57+87+220=364 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.66% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #3957DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3957DC is #C6A823. Grayscale: #5C5C5C. Windows color (decimal): -13019172 or 14440249. OLE color: 14440249.
HSL color Cylindrical-coordinate representation of color #3957DC: hue angle of 228.96º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3957DC is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 87 | 220 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.14 |
| HSL | 228.96º | 0.7% | 0.54% | - |
| HSV(B) | 228.96º | 0.74% | 0.86% | - |
| XYZ | 18.01 | 12.85 | 69.24 | - |
| YUV | 93.19 | 199.56 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 87 | 220 | 0.74 | 0.60 | 0 | 0.14 | 228.96 | 0.7 | 0.54 |
| Hex | 39 | 57 | DC | 4A | 3C | 0 | E | E5 | 46 | 36 |
| Octal | 71 | 127 | 334 | 112 | 74 | 0 | 16 | 345 | 106 | 66 |
| Binary | 111001 | 1010111 | 11011100 | 1001010 | 111100 | 0 | 1110 | 11100101 | 1000110 | 110110 |
Color Harmonies of #3957DC
Complementary color
Monochromatic Colors of #3957DC
Black with #3957DC
Text Example
Text Example
White with #3957DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3957DC; }
p { color: rgb(57,87,220); }
H1.HeaderClassName
{
color: #3957DC;
}
.AnyTagClassName
{
color: #3957DC;
}
</style>
background-color css
<style>
a { background-color: #3957DC; }
a { background-color: rgb(57,87,220); }
div.DivClassName
{
background-color: #3957DC;
}
.BgClassName
{
background-color: #3957DC;
}
</style>
border-color css
<style>
span { border-color: #3957DC; }
span { border-color: rgb(57,87,220); }
td.TdClassName
{
border-color: #3957DC;
}
.TagClassName
{
border-color: #3957DC;
}
</style>