Shades of Royal Blue #3956E6
Tints of Royal Blue #3956E6
RGB
CMYK
RGB Variations
Color information
#3956E6 (or 0x3956E6) is known color: Royal Blue. HEX triplet: 39, 56 and E6. RGB value is (57,86,230). Sum of RGB (Red+Green+Blue) = 57+86+230=373 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.28% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 230 (90.23% from 255 or 61.66% from 373); Max value from RGB is 230 - color contains mainly: blue. Hex color #3956E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3956E6 is #C6A919. Grayscale: #5D5D5D. Windows color (decimal): -13019418 or 15095353. OLE color: 15095353.
HSL color Cylindrical-coordinate representation of color #3956E6: hue angle of 229.94º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3956E6 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 57 | 86 | 230 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.10 |
| HSL | 229.94º | 0.78% | 0.56% | - |
| HSV(B) | 229.94º | 0.75% | 0.9% | - |
| XYZ | 19.3 | 13.24 | 76.4 | - |
| YUV | 93.75 | 204.89 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 86 | 230 | 0.75 | 0.63 | 0 | 0.10 | 229.94 | 0.78 | 0.56 |
| Hex | 39 | 56 | E6 | 4B | 3F | 0 | A | E6 | 4E | 38 |
| Octal | 71 | 126 | 346 | 113 | 77 | 0 | 12 | 346 | 116 | 70 |
| Binary | 111001 | 1010110 | 11100110 | 1001011 | 111111 | 0 | 1010 | 11100110 | 1001110 | 111000 |
Color Harmonies of #3956E6
Complementary color
Monochromatic Colors of #3956E6
Black with #3956E6
Text Example
Text Example
White with #3956E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3956E6; }
p { color: rgb(57,86,230); }
H1.HeaderClassName
{
color: #3956E6;
}
.AnyTagClassName
{
color: #3956E6;
}
</style>
background-color css
<style>
a { background-color: #3956E6; }
a { background-color: rgb(57,86,230); }
div.DivClassName
{
background-color: #3956E6;
}
.BgClassName
{
background-color: #3956E6;
}
</style>
border-color css
<style>
span { border-color: #3956E6; }
span { border-color: rgb(57,86,230); }
td.TdClassName
{
border-color: #3956E6;
}
.TagClassName
{
border-color: #3956E6;
}
</style>