Shades of Royal Blue #396FDA
Tints of Royal Blue #396FDA
RGB
CMYK
RGB Variations
Color information
#396FDA (or 0x396FDA) is known color: Royal Blue. HEX triplet: 39, 6F and DA. RGB value is (57,111,218). Sum of RGB (Red+Green+Blue) = 57+111+218=386 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.77% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #396FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396FDA is #C69025. Grayscale: #6A6A6A. Windows color (decimal): -13013030 or 14315321. OLE color: 14315321.
HSL color Cylindrical-coordinate representation of color #396FDA: hue angle of 219.88º 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 #396FDA is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 111 | 218 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.15 |
| HSL | 219.88º | 0.69% | 0.54% | - |
| HSV(B) | 219.88º | 0.74% | 0.85% | - |
| XYZ | 20.03 | 17.3 | 68.61 | - |
| YUV | 107.05 | 190.61 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 111 | 218 | 0.74 | 0.49 | 0 | 0.15 | 219.88 | 0.69 | 0.54 |
| Hex | 39 | 6F | DA | 4A | 31 | 0 | F | DC | 45 | 36 |
| Octal | 71 | 157 | 332 | 112 | 61 | 0 | 17 | 334 | 105 | 66 |
| Binary | 111001 | 1101111 | 11011010 | 1001010 | 110001 | 0 | 1111 | 11011100 | 1000101 | 110110 |
Color Harmonies of #396FDA
Complementary color
Monochromatic Colors of #396FDA
Black with #396FDA
Text Example
Text Example
White with #396FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396FDA; }
p { color: rgb(57,111,218); }
H1.HeaderClassName
{
color: #396FDA;
}
.AnyTagClassName
{
color: #396FDA;
}
</style>
background-color css
<style>
a { background-color: #396FDA; }
a { background-color: rgb(57,111,218); }
div.DivClassName
{
background-color: #396FDA;
}
.BgClassName
{
background-color: #396FDA;
}
</style>
border-color css
<style>
span { border-color: #396FDA; }
span { border-color: rgb(57,111,218); }
td.TdClassName
{
border-color: #396FDA;
}
.TagClassName
{
border-color: #396FDA;
}
</style>