Shades of Royal Blue #356BFD
Tints of Royal Blue #356BFD
RGB
CMYK
RGB Variations
Color information
#356BFD (or 0x356BFD) is known color: Royal Blue. HEX triplet: 35, 6B and FD. RGB value is (53,107,253). Sum of RGB (Red+Green+Blue) = 53+107+253=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #356BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356BFD is #CA9402. Grayscale: #6A6A6A. Windows color (decimal): -13276163 or 16608053. OLE color: 16608053.
HSL color Cylindrical-coordinate representation of color #356BFD: hue angle of 223.8º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #356BFD is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 107 | 253 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.01 |
| HSL | 223.8º | 0.98% | 0.6% | - |
| HSV(B) | 223.8º | 0.79% | 0.99% | - |
| XYZ | 24.46 | 18.36 | 95.18 | - |
| YUV | 107.5 | 210.11 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 253 | 0.79 | 0.58 | 0 | 0.01 | 223.8 | 0.98 | 0.6 |
| Hex | 35 | 6B | FD | 4F | 3A | 0 | 1 | E0 | 62 | 3C |
| Octal | 65 | 153 | 375 | 117 | 72 | 0 | 1 | 340 | 142 | 74 |
| Binary | 110101 | 1101011 | 11111101 | 1001111 | 111010 | 0 | 1 | 11100000 | 1100010 | 111100 |
Color Harmonies of #356BFD
Complementary color
Monochromatic Colors of #356BFD
Black with #356BFD
Text Example
Text Example
White with #356BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356BFD; }
p { color: rgb(53,107,253); }
H1.HeaderClassName
{
color: #356BFD;
}
.AnyTagClassName
{
color: #356BFD;
}
</style>
background-color css
<style>
a { background-color: #356BFD; }
a { background-color: rgb(53,107,253); }
div.DivClassName
{
background-color: #356BFD;
}
.BgClassName
{
background-color: #356BFD;
}
</style>
border-color css
<style>
span { border-color: #356BFD; }
span { border-color: rgb(53,107,253); }
td.TdClassName
{
border-color: #356BFD;
}
.TagClassName
{
border-color: #356BFD;
}
</style>