Shades of Royal Blue #395ADF
Tints of Royal Blue #395ADF
RGB
CMYK
RGB Variations
Color information
#395ADF (or 0x395ADF) is known color: Royal Blue. HEX triplet: 39, 5A and DF. RGB value is (57,90,223). Sum of RGB (Red+Green+Blue) = 57+90+223=370 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.41% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #395ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395ADF is #C6A520. Grayscale: #5E5E5E. Windows color (decimal): -13018401 or 14637625. OLE color: 14637625.
HSL color Cylindrical-coordinate representation of color #395ADF: hue angle of 228.07º 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 #395ADF is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 90 | 223 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.13 |
| HSL | 228.07º | 0.72% | 0.55% | - |
| HSV(B) | 228.07º | 0.74% | 0.87% | - |
| XYZ | 18.66 | 13.51 | 71.44 | - |
| YUV | 95.3 | 200.07 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 90 | 223 | 0.74 | 0.60 | 0 | 0.13 | 228.07 | 0.72 | 0.55 |
| Hex | 39 | 5A | DF | 4A | 3C | 0 | D | E4 | 48 | 37 |
| Octal | 71 | 132 | 337 | 112 | 74 | 0 | 15 | 344 | 110 | 67 |
| Binary | 111001 | 1011010 | 11011111 | 1001010 | 111100 | 0 | 1101 | 11100100 | 1001000 | 110111 |
Color Harmonies of #395ADF
Complementary color
Monochromatic Colors of #395ADF
Black with #395ADF
Text Example
Text Example
White with #395ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395ADF; }
p { color: rgb(57,90,223); }
H1.HeaderClassName
{
color: #395ADF;
}
.AnyTagClassName
{
color: #395ADF;
}
</style>
background-color css
<style>
a { background-color: #395ADF; }
a { background-color: rgb(57,90,223); }
div.DivClassName
{
background-color: #395ADF;
}
.BgClassName
{
background-color: #395ADF;
}
</style>
border-color css
<style>
span { border-color: #395ADF; }
span { border-color: rgb(57,90,223); }
td.TdClassName
{
border-color: #395ADF;
}
.TagClassName
{
border-color: #395ADF;
}
</style>