Shades of Royal Blue #395DDC
Tints of Royal Blue #395DDC
RGB
CMYK
RGB Variations
Color information
#395DDC (or 0x395DDC) is known color: Royal Blue. HEX triplet: 39, 5D and DC. RGB value is (57,93,220). Sum of RGB (Red+Green+Blue) = 57+93+220=370 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.41% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #395DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395DDC is #C6A223. Grayscale: #606060. Windows color (decimal): -13017636 or 14441785. OLE color: 14441785.
HSL color Cylindrical-coordinate representation of color #395DDC: hue angle of 226.75º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #395DDC is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 93 | 220 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.14 |
| HSL | 226.75º | 0.7% | 0.54% | - |
| HSV(B) | 226.75º | 0.74% | 0.86% | - |
| XYZ | 18.52 | 13.87 | 69.41 | - |
| YUV | 96.71 | 197.57 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 93 | 220 | 0.74 | 0.58 | 0 | 0.14 | 226.75 | 0.7 | 0.54 |
| Hex | 39 | 5D | DC | 4A | 3A | 0 | E | E3 | 46 | 36 |
| Octal | 71 | 135 | 334 | 112 | 72 | 0 | 16 | 343 | 106 | 66 |
| Binary | 111001 | 1011101 | 11011100 | 1001010 | 111010 | 0 | 1110 | 11100011 | 1000110 | 110110 |
Color Harmonies of #395DDC
Complementary color
Monochromatic Colors of #395DDC
Black with #395DDC
Text Example
Text Example
White with #395DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395DDC; }
p { color: rgb(57,93,220); }
H1.HeaderClassName
{
color: #395DDC;
}
.AnyTagClassName
{
color: #395DDC;
}
</style>
background-color css
<style>
a { background-color: #395DDC; }
a { background-color: rgb(57,93,220); }
div.DivClassName
{
background-color: #395DDC;
}
.BgClassName
{
background-color: #395DDC;
}
</style>
border-color css
<style>
span { border-color: #395DDC; }
span { border-color: rgb(57,93,220); }
td.TdClassName
{
border-color: #395DDC;
}
.TagClassName
{
border-color: #395DDC;
}
</style>