Shades of Royal Blue #395DDA
Tints of Royal Blue #395DDA
RGB
CMYK
RGB Variations
Color information
#395DDA (or 0x395DDA) is known color: Royal Blue. HEX triplet: 39, 5D and DA. RGB value is (57,93,218). Sum of RGB (Red+Green+Blue) = 57+93+218=368 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.49% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #395DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395DDA is #C6A225. Grayscale: #5F5F5F. Windows color (decimal): -13017638 or 14310713. OLE color: 14310713.
HSL color Cylindrical-coordinate representation of color #395DDA: hue angle of 226.58º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #395DDA is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 93 | 218 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.15 |
| HSL | 226.58º | 0.69% | 0.54% | - |
| HSV(B) | 226.58º | 0.74% | 0.85% | - |
| XYZ | 18.26 | 13.76 | 68.02 | - |
| YUV | 96.49 | 196.57 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 93 | 218 | 0.74 | 0.57 | 0 | 0.15 | 226.58 | 0.69 | 0.54 |
| Hex | 39 | 5D | DA | 4A | 39 | 0 | F | E3 | 45 | 36 |
| Octal | 71 | 135 | 332 | 112 | 71 | 0 | 17 | 343 | 105 | 66 |
| Binary | 111001 | 1011101 | 11011010 | 1001010 | 111001 | 0 | 1111 | 11100011 | 1000101 | 110110 |
Color Harmonies of #395DDA
Complementary color
Monochromatic Colors of #395DDA
Black with #395DDA
Text Example
Text Example
White with #395DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395DDA; }
p { color: rgb(57,93,218); }
H1.HeaderClassName
{
color: #395DDA;
}
.AnyTagClassName
{
color: #395DDA;
}
</style>
background-color css
<style>
a { background-color: #395DDA; }
a { background-color: rgb(57,93,218); }
div.DivClassName
{
background-color: #395DDA;
}
.BgClassName
{
background-color: #395DDA;
}
</style>
border-color css
<style>
span { border-color: #395DDA; }
span { border-color: rgb(57,93,218); }
td.TdClassName
{
border-color: #395DDA;
}
.TagClassName
{
border-color: #395DDA;
}
</style>