Shades of Royal Blue #356CFD
Tints of Royal Blue #356CFD
RGB
CMYK
RGB Variations
Color information
#356CFD (or 0x356CFD) is known color: Royal Blue. HEX triplet: 35, 6C and FD. RGB value is (53,108,253). Sum of RGB (Red+Green+Blue) = 53+108+253=414 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.80% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #356CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356CFD is #CA9302. Grayscale: #6B6B6B. Windows color (decimal): -13275907 or 16608309. OLE color: 16608309.
HSL color Cylindrical-coordinate representation of color #356CFD: hue angle of 223.5º 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 #356CFD is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 108 | 253 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.01 |
| HSL | 223.5º | 0.98% | 0.6% | - |
| HSV(B) | 223.5º | 0.79% | 0.99% | - |
| XYZ | 24.56 | 18.57 | 95.22 | - |
| YUV | 108.09 | 209.78 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 253 | 0.79 | 0.57 | 0 | 0.01 | 223.5 | 0.98 | 0.6 |
| Hex | 35 | 6C | FD | 4F | 39 | 0 | 1 | E0 | 62 | 3C |
| Octal | 65 | 154 | 375 | 117 | 71 | 0 | 1 | 340 | 142 | 74 |
| Binary | 110101 | 1101100 | 11111101 | 1001111 | 111001 | 0 | 1 | 11100000 | 1100010 | 111100 |
Color Harmonies of #356CFD
Complementary color
Monochromatic Colors of #356CFD
Black with #356CFD
Text Example
Text Example
White with #356CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356CFD; }
p { color: rgb(53,108,253); }
H1.HeaderClassName
{
color: #356CFD;
}
.AnyTagClassName
{
color: #356CFD;
}
</style>
background-color css
<style>
a { background-color: #356CFD; }
a { background-color: rgb(53,108,253); }
div.DivClassName
{
background-color: #356CFD;
}
.BgClassName
{
background-color: #356CFD;
}
</style>
border-color css
<style>
span { border-color: #356CFD; }
span { border-color: rgb(53,108,253); }
td.TdClassName
{
border-color: #356CFD;
}
.TagClassName
{
border-color: #356CFD;
}
</style>