Shades of Royal Blue #395FDF
Tints of Royal Blue #395FDF
RGB
CMYK
RGB Variations
Color information
#395FDF (or 0x395FDF) is known color: Royal Blue. HEX triplet: 39, 5F and DF. RGB value is (57,95,223). Sum of RGB (Red+Green+Blue) = 57+95+223=375 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.2% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #395FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395FDF is #C6A020. Grayscale: #616161. Windows color (decimal): -13017121 or 14638905. OLE color: 14638905.
HSL color Cylindrical-coordinate representation of color #395FDF: hue angle of 226.27º degrees, saturation: 0.72, 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 #395FDF is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 95 | 223 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.13 |
| HSL | 226.27º | 0.72% | 0.55% | - |
| HSV(B) | 226.27º | 0.74% | 0.87% | - |
| XYZ | 19.1 | 14.38 | 71.58 | - |
| YUV | 98.23 | 198.41 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 95 | 223 | 0.74 | 0.57 | 0 | 0.13 | 226.27 | 0.72 | 0.55 |
| Hex | 39 | 5F | DF | 4A | 39 | 0 | D | E2 | 48 | 37 |
| Octal | 71 | 137 | 337 | 112 | 71 | 0 | 15 | 342 | 110 | 67 |
| Binary | 111001 | 1011111 | 11011111 | 1001010 | 111001 | 0 | 1101 | 11100010 | 1001000 | 110111 |
Color Harmonies of #395FDF
Complementary color
Monochromatic Colors of #395FDF
Black with #395FDF
Text Example
Text Example
White with #395FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395FDF; }
p { color: rgb(57,95,223); }
H1.HeaderClassName
{
color: #395FDF;
}
.AnyTagClassName
{
color: #395FDF;
}
</style>
background-color css
<style>
a { background-color: #395FDF; }
a { background-color: rgb(57,95,223); }
div.DivClassName
{
background-color: #395FDF;
}
.BgClassName
{
background-color: #395FDF;
}
</style>
border-color css
<style>
span { border-color: #395FDF; }
span { border-color: rgb(57,95,223); }
td.TdClassName
{
border-color: #395FDF;
}
.TagClassName
{
border-color: #395FDF;
}
</style>