Shades of Royal Blue #396BFC
Tints of Royal Blue #396BFC
RGB
CMYK
RGB Variations
Color information
#396BFC (or 0x396BFC) is known color: Royal Blue. HEX triplet: 39, 6B and FC. RGB value is (57,107,252). Sum of RGB (Red+Green+Blue) = 57+107+252=416 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.70% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #396BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396BFC is #C69403. Grayscale: #6B6B6B. Windows color (decimal): -13014020 or 16542521. OLE color: 16542521.
HSL color Cylindrical-coordinate representation of color #396BFC: hue angle of 224.62º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #396BFC is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 107 | 252 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.01 |
| HSL | 224.62º | 0.97% | 0.61% | - |
| HSV(B) | 224.62º | 0.77% | 0.99% | - |
| XYZ | 24.52 | 18.41 | 94.36 | - |
| YUV | 108.58 | 208.94 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 107 | 252 | 0.77 | 0.58 | 0 | 0.01 | 224.62 | 0.97 | 0.61 |
| Hex | 39 | 6B | FC | 4D | 3A | 0 | 1 | E1 | 61 | 3D |
| Octal | 71 | 153 | 374 | 115 | 72 | 0 | 1 | 341 | 141 | 75 |
| Binary | 111001 | 1101011 | 11111100 | 1001101 | 111010 | 0 | 1 | 11100001 | 1100001 | 111101 |
Color Harmonies of #396BFC
Complementary color
Monochromatic Colors of #396BFC
Black with #396BFC
Text Example
Text Example
White with #396BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396BFC; }
p { color: rgb(57,107,252); }
H1.HeaderClassName
{
color: #396BFC;
}
.AnyTagClassName
{
color: #396BFC;
}
</style>
background-color css
<style>
a { background-color: #396BFC; }
a { background-color: rgb(57,107,252); }
div.DivClassName
{
background-color: #396BFC;
}
.BgClassName
{
background-color: #396BFC;
}
</style>
border-color css
<style>
span { border-color: #396BFC; }
span { border-color: rgb(57,107,252); }
td.TdClassName
{
border-color: #396BFC;
}
.TagClassName
{
border-color: #396BFC;
}
</style>