Shades of Royal Blue #396CE3
Tints of Royal Blue #396CE3
RGB
CMYK
RGB Variations
Color information
#396CE3 (or 0x396CE3) is known color: Royal Blue. HEX triplet: 39, 6C and E3. RGB value is (57,108,227). Sum of RGB (Red+Green+Blue) = 57+108+227=392 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.54% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 227 (89.06% from 255 or 57.91% from 392); Max value from RGB is 227 - color contains mainly: blue. Hex color #396CE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396CE3 is #C6931C. Grayscale: #696969. Windows color (decimal): -13013789 or 14904377. OLE color: 14904377.
HSL color Cylindrical-coordinate representation of color #396CE3: hue angle of 222º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #396CE3 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 57 | 108 | 227 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.11 |
| HSL | 222º | 0.75% | 0.56% | - |
| HSV(B) | 222º | 0.75% | 0.89% | - |
| XYZ | 20.92 | 17.14 | 74.88 | - |
| YUV | 106.32 | 196.1 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 108 | 227 | 0.75 | 0.52 | 0 | 0.11 | 222 | 0.75 | 0.56 |
| Hex | 39 | 6C | E3 | 4B | 34 | 0 | B | DE | 4B | 38 |
| Octal | 71 | 154 | 343 | 113 | 64 | 0 | 13 | 336 | 113 | 70 |
| Binary | 111001 | 1101100 | 11100011 | 1001011 | 110100 | 0 | 1011 | 11011110 | 1001011 | 111000 |
Color Harmonies of #396CE3
Complementary color
Monochromatic Colors of #396CE3
Black with #396CE3
Text Example
Text Example
White with #396CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396CE3; }
p { color: rgb(57,108,227); }
H1.HeaderClassName
{
color: #396CE3;
}
.AnyTagClassName
{
color: #396CE3;
}
</style>
background-color css
<style>
a { background-color: #396CE3; }
a { background-color: rgb(57,108,227); }
div.DivClassName
{
background-color: #396CE3;
}
.BgClassName
{
background-color: #396CE3;
}
</style>
border-color css
<style>
span { border-color: #396CE3; }
span { border-color: rgb(57,108,227); }
td.TdClassName
{
border-color: #396CE3;
}
.TagClassName
{
border-color: #396CE3;
}
</style>