Shades of Royal Blue #395CDF
Tints of Royal Blue #395CDF
RGB
CMYK
RGB Variations
Color information
#395CDF (or 0x395CDF) is known color: Royal Blue. HEX triplet: 39, 5C and DF. RGB value is (57,92,223). Sum of RGB (Red+Green+Blue) = 57+92+223=372 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.32% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #395CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395CDF is #C6A320. Grayscale: #5F5F5F. Windows color (decimal): -13017889 or 14638137. OLE color: 14638137.
HSL color Cylindrical-coordinate representation of color #395CDF: hue angle of 227.35º 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 #395CDF is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 92 | 223 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.13 |
| HSL | 227.35º | 0.72% | 0.55% | - |
| HSV(B) | 227.35º | 0.74% | 0.87% | - |
| XYZ | 18.83 | 13.85 | 71.49 | - |
| YUV | 96.47 | 199.4 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 92 | 223 | 0.74 | 0.59 | 0 | 0.13 | 227.35 | 0.72 | 0.55 |
| Hex | 39 | 5C | DF | 4A | 3B | 0 | D | E3 | 48 | 37 |
| Octal | 71 | 134 | 337 | 112 | 73 | 0 | 15 | 343 | 110 | 67 |
| Binary | 111001 | 1011100 | 11011111 | 1001010 | 111011 | 0 | 1101 | 11100011 | 1001000 | 110111 |
Color Harmonies of #395CDF
Complementary color
Monochromatic Colors of #395CDF
Black with #395CDF
Text Example
Text Example
White with #395CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395CDF; }
p { color: rgb(57,92,223); }
H1.HeaderClassName
{
color: #395CDF;
}
.AnyTagClassName
{
color: #395CDF;
}
</style>
background-color css
<style>
a { background-color: #395CDF; }
a { background-color: rgb(57,92,223); }
div.DivClassName
{
background-color: #395CDF;
}
.BgClassName
{
background-color: #395CDF;
}
</style>
border-color css
<style>
span { border-color: #395CDF; }
span { border-color: rgb(57,92,223); }
td.TdClassName
{
border-color: #395CDF;
}
.TagClassName
{
border-color: #395CDF;
}
</style>