Shades of Royal Blue #396AD0
Tints of Royal Blue #396AD0
RGB
CMYK
RGB Variations
Color information
#396AD0 (or 0x396AD0) is known color: Royal Blue. HEX triplet: 39, 6A and D0. RGB value is (57,106,208). Sum of RGB (Red+Green+Blue) = 57+106+208=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #396AD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396AD0 is #C6952F. Grayscale: #666666. Windows color (decimal): -13014320 or 13658681. OLE color: 13658681.
HSL color Cylindrical-coordinate representation of color #396AD0: hue angle of 220.53º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #396AD0 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 106 | 208 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.18 |
| HSL | 220.53º | 0.62% | 0.52% | - |
| HSV(B) | 220.53º | 0.73% | 0.82% | - |
| XYZ | 18.23 | 15.73 | 61.75 | - |
| YUV | 102.98 | 187.27 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 106 | 208 | 0.73 | 0.49 | 0 | 0.18 | 220.53 | 0.62 | 0.52 |
| Hex | 39 | 6A | D0 | 49 | 31 | 0 | 12 | DD | 3E | 34 |
| Octal | 71 | 152 | 320 | 111 | 61 | 0 | 22 | 335 | 76 | 64 |
| Binary | 111001 | 1101010 | 11010000 | 1001001 | 110001 | 0 | 10010 | 11011101 | 111110 | 110100 |
Color Harmonies of #396AD0
Complementary color
Monochromatic Colors of #396AD0
Black with #396AD0
Text Example
Text Example
White with #396AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396AD0; }
p { color: rgb(57,106,208); }
H1.HeaderClassName
{
color: #396AD0;
}
.AnyTagClassName
{
color: #396AD0;
}
</style>
background-color css
<style>
a { background-color: #396AD0; }
a { background-color: rgb(57,106,208); }
div.DivClassName
{
background-color: #396AD0;
}
.BgClassName
{
background-color: #396AD0;
}
</style>
border-color css
<style>
span { border-color: #396AD0; }
span { border-color: rgb(57,106,208); }
td.TdClassName
{
border-color: #396AD0;
}
.TagClassName
{
border-color: #396AD0;
}
</style>