Shades of Royal Blue #356BFE
Tints of Royal Blue #356BFE
RGB
CMYK
RGB Variations
Color information
#356BFE (or 0x356BFE) is known color: Royal Blue. HEX triplet: 35, 6B and FE. RGB value is (53,107,254). Sum of RGB (Red+Green+Blue) = 53+107+254=414 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.80% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #356BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356BFE is #CA9401. Grayscale: #6A6A6A. Windows color (decimal): -13276162 or 16673589. OLE color: 16673589.
HSL color Cylindrical-coordinate representation of color #356BFE: hue angle of 223.88º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #356BFE is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 107 | 254 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.00 |
| HSL | 223.88º | 0.99% | 0.6% | - |
| HSV(B) | 223.88º | 0.79% | 1% | - |
| XYZ | 24.62 | 18.43 | 96.03 | - |
| YUV | 107.61 | 210.61 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 254 | 0.79 | 0.58 | 0 | 0.00 | 223.88 | 0.99 | 0.6 |
| Hex | 35 | 6B | FE | 4F | 3A | 0 | 0 | E0 | 63 | 3C |
| Octal | 65 | 153 | 376 | 117 | 72 | 0 | 0 | 340 | 143 | 74 |
| Binary | 110101 | 1101011 | 11111110 | 1001111 | 111010 | 0 | 0 | 11100000 | 1100011 | 111100 |
Color Harmonies of #356BFE
Complementary color
Monochromatic Colors of #356BFE
Black with #356BFE
Text Example
Text Example
White with #356BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356BFE; }
p { color: rgb(53,107,254); }
H1.HeaderClassName
{
color: #356BFE;
}
.AnyTagClassName
{
color: #356BFE;
}
</style>
background-color css
<style>
a { background-color: #356BFE; }
a { background-color: rgb(53,107,254); }
div.DivClassName
{
background-color: #356BFE;
}
.BgClassName
{
background-color: #356BFE;
}
</style>
border-color css
<style>
span { border-color: #356BFE; }
span { border-color: rgb(53,107,254); }
td.TdClassName
{
border-color: #356BFE;
}
.TagClassName
{
border-color: #356BFE;
}
</style>