Shades of Royal Blue #356BFB
Tints of Royal Blue #356BFB
RGB
CMYK
RGB Variations
Color information
#356BFB (or 0x356BFB) is known color: Royal Blue. HEX triplet: 35, 6B and FB. RGB value is (53,107,251). Sum of RGB (Red+Green+Blue) = 53+107+251=411 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.90% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #356BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356BFB is #CA9404. Grayscale: #6A6A6A. Windows color (decimal): -13276165 or 16476981. OLE color: 16476981.
HSL color Cylindrical-coordinate representation of color #356BFB: hue angle of 223.64º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #356BFB is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 107 | 251 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.02 |
| HSL | 223.64º | 0.96% | 0.6% | - |
| HSV(B) | 223.64º | 0.79% | 0.98% | - |
| XYZ | 24.14 | 18.24 | 93.51 | - |
| YUV | 107.27 | 209.11 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 251 | 0.79 | 0.57 | 0 | 0.02 | 223.64 | 0.96 | 0.6 |
| Hex | 35 | 6B | FB | 4F | 39 | 0 | 2 | E0 | 60 | 3C |
| Octal | 65 | 153 | 373 | 117 | 71 | 0 | 2 | 340 | 140 | 74 |
| Binary | 110101 | 1101011 | 11111011 | 1001111 | 111001 | 0 | 10 | 11100000 | 1100000 | 111100 |
Color Harmonies of #356BFB
Complementary color
Monochromatic Colors of #356BFB
Black with #356BFB
Text Example
Text Example
White with #356BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356BFB; }
p { color: rgb(53,107,251); }
H1.HeaderClassName
{
color: #356BFB;
}
.AnyTagClassName
{
color: #356BFB;
}
</style>
background-color css
<style>
a { background-color: #356BFB; }
a { background-color: rgb(53,107,251); }
div.DivClassName
{
background-color: #356BFB;
}
.BgClassName
{
background-color: #356BFB;
}
</style>
border-color css
<style>
span { border-color: #356BFB; }
span { border-color: rgb(53,107,251); }
td.TdClassName
{
border-color: #356BFB;
}
.TagClassName
{
border-color: #356BFB;
}
</style>