Shades of Royal Blue #395FEF
Tints of Royal Blue #395FEF
RGB
CMYK
RGB Variations
Color information
#395FEF (or 0x395FEF) is known color: Royal Blue. HEX triplet: 39, 5F and EF. RGB value is (57,95,239). Sum of RGB (Red+Green+Blue) = 57+95+239=391 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.58% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #395FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #395FEF is #C6A010. Grayscale: #636363. Windows color (decimal): -13017105 or 15687481. OLE color: 15687481.
HSL color Cylindrical-coordinate representation of color #395FEF: hue angle of 227.47º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #395FEF is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 57 | 95 | 239 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.06 |
| HSL | 227.47º | 0.85% | 0.58% | - |
| HSV(B) | 227.47º | 0.76% | 0.94% | - |
| XYZ | 21.36 | 15.29 | 83.49 | - |
| YUV | 100.05 | 206.41 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 95 | 239 | 0.76 | 0.60 | 0 | 0.06 | 227.47 | 0.85 | 0.58 |
| Hex | 39 | 5F | EF | 4C | 3C | 0 | 6 | E3 | 55 | 3A |
| Octal | 71 | 137 | 357 | 114 | 74 | 0 | 6 | 343 | 125 | 72 |
| Binary | 111001 | 1011111 | 11101111 | 1001100 | 111100 | 0 | 110 | 11100011 | 1010101 | 111010 |
Color Harmonies of #395FEF
Complementary color
Monochromatic Colors of #395FEF
Black with #395FEF
Text Example
Text Example
White with #395FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395FEF; }
p { color: rgb(57,95,239); }
H1.HeaderClassName
{
color: #395FEF;
}
.AnyTagClassName
{
color: #395FEF;
}
</style>
background-color css
<style>
a { background-color: #395FEF; }
a { background-color: rgb(57,95,239); }
div.DivClassName
{
background-color: #395FEF;
}
.BgClassName
{
background-color: #395FEF;
}
</style>
border-color css
<style>
span { border-color: #395FEF; }
span { border-color: rgb(57,95,239); }
td.TdClassName
{
border-color: #395FEF;
}
.TagClassName
{
border-color: #395FEF;
}
</style>