Shades of Royal Blue #396FCB
Tints of Royal Blue #396FCB
RGB
CMYK
RGB Variations
Color information
#396FCB (or 0x396FCB) is known color: Royal Blue. HEX triplet: 39, 6F and CB. RGB value is (57,111,203). Sum of RGB (Red+Green+Blue) = 57+111+203=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #396FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396FCB is #C69034. Grayscale: #686868. Windows color (decimal): -13013045 or 13332281. OLE color: 13332281.
HSL color Cylindrical-coordinate representation of color #396FCB: hue angle of 217.81º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #396FCB is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 111 | 203 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.20 |
| HSL | 217.81º | 0.58% | 0.51% | - |
| HSV(B) | 217.81º | 0.72% | 0.8% | - |
| XYZ | 18.15 | 16.55 | 58.74 | - |
| YUV | 105.34 | 183.11 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 111 | 203 | 0.72 | 0.45 | 0 | 0.20 | 217.81 | 0.58 | 0.51 |
| Hex | 39 | 6F | CB | 48 | 2D | 0 | 14 | DA | 3A | 33 |
| Octal | 71 | 157 | 313 | 110 | 55 | 0 | 24 | 332 | 72 | 63 |
| Binary | 111001 | 1101111 | 11001011 | 1001000 | 101101 | 0 | 10100 | 11011010 | 111010 | 110011 |
Color Harmonies of #396FCB
Complementary color
Monochromatic Colors of #396FCB
Black with #396FCB
Text Example
Text Example
White with #396FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396FCB; }
p { color: rgb(57,111,203); }
H1.HeaderClassName
{
color: #396FCB;
}
.AnyTagClassName
{
color: #396FCB;
}
</style>
background-color css
<style>
a { background-color: #396FCB; }
a { background-color: rgb(57,111,203); }
div.DivClassName
{
background-color: #396FCB;
}
.BgClassName
{
background-color: #396FCB;
}
</style>
border-color css
<style>
span { border-color: #396FCB; }
span { border-color: rgb(57,111,203); }
td.TdClassName
{
border-color: #396FCB;
}
.TagClassName
{
border-color: #396FCB;
}
</style>