Shades of Royal Blue #356DF5
Tints of Royal Blue #356DF5
RGB
CMYK
RGB Variations
Color information
#356DF5 (or 0x356DF5) is known color: Royal Blue. HEX triplet: 35, 6D and F5. RGB value is (53,109,245). Sum of RGB (Red+Green+Blue) = 53+109+245=407 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.02% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 245 (96.09% from 255 or 60.20% from 407); Max value from RGB is 245 - color contains mainly: blue. Hex color #356DF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356DF5 is #CA920A. Grayscale: #6B6B6B. Windows color (decimal): -13275659 or 16084277. OLE color: 16084277.
HSL color Cylindrical-coordinate representation of color #356DF5: hue angle of 222.5º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #356DF5 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 53 | 109 | 245 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.04 |
| HSL | 222.5º | 0.91% | 0.58% | - |
| HSV(B) | 222.5º | 0.78% | 0.96% | - |
| XYZ | 23.42 | 18.29 | 88.68 | - |
| YUV | 107.76 | 205.45 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 245 | 0.78 | 0.56 | 0 | 0.04 | 222.5 | 0.91 | 0.58 |
| Hex | 35 | 6D | F5 | 4E | 38 | 0 | 4 | DE | 5B | 3A |
| Octal | 65 | 155 | 365 | 116 | 70 | 0 | 4 | 336 | 133 | 72 |
| Binary | 110101 | 1101101 | 11110101 | 1001110 | 111000 | 0 | 100 | 11011110 | 1011011 | 111010 |
Color Harmonies of #356DF5
Complementary color
Monochromatic Colors of #356DF5
Black with #356DF5
Text Example
Text Example
White with #356DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356DF5; }
p { color: rgb(53,109,245); }
H1.HeaderClassName
{
color: #356DF5;
}
.AnyTagClassName
{
color: #356DF5;
}
</style>
background-color css
<style>
a { background-color: #356DF5; }
a { background-color: rgb(53,109,245); }
div.DivClassName
{
background-color: #356DF5;
}
.BgClassName
{
background-color: #356DF5;
}
</style>
border-color css
<style>
span { border-color: #356DF5; }
span { border-color: rgb(53,109,245); }
td.TdClassName
{
border-color: #356DF5;
}
.TagClassName
{
border-color: #356DF5;
}
</style>